Can't get through XP Pro security with ASP.NET

  • Thread starter Thread starter Ioncycle
  • Start date Start date
I

Ioncycle

I am using Visual Studio C# standard and am working with XP Pro
offline

I am using ASP.NET and am opening the project fine but when I go to
debug it it gives this error message.

UNABLE TO START DEBUGGING ON THE WEB SERVER. SERVER SIDE ERROR OCCURED
ON SENDING HTTP DEBUG REQUEST.


I have IIS Version 5.1. I know you have to go into the security
settings of the folder where the local files are located but The
books I have don't tell me what to do for XP Pro.

Thanks
 
Are you using Basic authentication?

You may need to follow the steps outlined here:

PRB: "Unable to Start Debugging on the Web Server" Error Message While You
Debug ASP.NET Applications

http://support.microsoft.com/default.aspx?scid=kb;en-us;817034

"When you set authentication to Basic, the HTTP debug request cannot
establish the username and the password for the debugger. Therefore, the
request does not reach the ASP.NET source code to debug, and then the
auto-attach debugging of processes fails."
 
Ken Cox [Microsoft MVP]wrote:
"]Are you using Basic authentication?
Wow. I did notice this was an extremley busy new forum. Well it's nice
to get to ask questions from a Mocrosoft M.V.P

No, I have the settings set to anonymous and intrigrated windows
authenication.

I noticed that the Application Configuration/Options it says the
default script is VBScript and I'm using C#. Could that be a
problem?

If I have anonymous authentication set do I have to go into the
security settings for the localhost project folder and set the folder
to share still?

Also, I have the localhost folder under the C:\Inetpub\wwwroot root
set to share this folder. Do I do that too and what do I put for the
Alias? Do I need read and write permissions there as well as having
them in the Home directory settings?

Thanks
 
Back
Top