Ask a Question related to ASP.NET Security, Design and Development.
-
Greg #1
Re: Unable to start debugging on the web server
>>>>>> The student machines are running WindowsXP.
Correction: they're running Win2000 SP4.
Greg Dunn
"Greg Dunn" <com> wrote in message
news:phx.gbl... [/ref]
>
>
> a.. Does your Web application have a Web.config file?
> a.. Does the Web.config file enable debug mode) by setting the debug
> attribute to true? For more information, see Debug Mode in ASP.NET
> Applications.
> b.. Does the Web.config file contain any syntax errors? You can check for
> syntax errors by running the Web application without debugging. (From the
> Debug menu, choose Start Without Debugging.) If there are syntax errors in
> Web.config, detailed information will be displayed. [/ref]
>
>
> You need to be a member of the Debugger Users group or an administrator if
> the ASP.NET worker process runs under your own user account.
> [/ref]
>
> a.. You need to be a member of the Administrators group if the ASP.NET
> worker process runs under any other user account besides your own.
> [/ref]
>
> a.. Did you create the project by specifying a specific IP address
> (100.20.300.400, for example)? Debugging a Web server requires NTLM
> authentication. By default, IP addresses are assumed to be part of the
> Internet, and NTLM authentication is not done over the Internet. To
> correct this problem:
> a.. When creating the project, specify the name of the machine on your
> intranet.
> -or-
>
> b.. Add the IP address (http://100.20.300.400) to the list of trusted
> sites on your computer. (From the Internet Explorer Tools menu, choose
> Internet Options, and then select the Security tab).
> [/ref]
>
>
> a.. Does the machine running IIS server have Visual Studio .NET Remote
> Components installed?
> [/ref]
>
> a.. Was IIS installed on the local machine (the machine running Visual
> Studio .NET) after Visual Studio .NET was installed? IIS should be
> installed before Visual Studio .NET. If it was installed afterwards, you
> may need to repair the .NET Framework.
> [/ref]
>
>
>[/ref]
Greg Guest
-
Unable to start debugging on the web server
Hi, I'm an ASP.NET web developer using Visual Studio .NET Framework 1.0. I recently rebuilt my developer machine with fresh new installation of... -
unable to start debugging
I am working on a xp sp2 system and attempting to use the default vs.net 2003 web service helloworld on a 2003 server, and receive the following... -
Unable to start debugging on the web server. Access is denied.
When user try to debug an Asp Web application, He got error "Unable to start debugging on the web server. Access is denied. The IIS server installed... -
Unable to start debugging on a web server.
Hi , I have an ASP.NET web service running on a Windows 2000 Server (WHICH IS NOT A DOMAIN CONTROLLER). Since I wanted to access a remote... -
Unable to start debugging on the web server..
Hi, a coworker had this once with VS.NET and unfortunately wasn't able to find a workaround. So he had to reinstall. I personally had a case when...



Reply With Quote

