VS2008 HTTP 403 Help!!



I've been away from ASPNET - I open up a new Web app in VS2008 and go into
properties and select to use IIS instead of the personal web server. Then
I run in debug mode and it says I have to set the Debug= True in the
Web.config which I do. Then try to run it again and it says I must enable
integrated security which I do. I then try to run it again and get the HTTP
403 error - " This error (HTTP 403 Forbidden) means that Internet Explorer
was able to connect to the website, but it does not have permission to view
the webpage."

What have I got to do to get around this to debug a simple ASPNET app?

TIA
Harry


.



Relevant Pages

  • Re: VS2008 HTTP 403 Help!!
    ... Highlighting the default.aspx before debug start or explicitly setting Default.aspx to the start page works. ... That's an alleged workaround which doesn't work, not a solution to the bug. ... Seems like the web app project does not default to the ONLY aspx in a project during debug run. ... That error is caused by a virtual directory not being configured as an application in IIS. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: VS2008 HTTP 403 Help!!
    ... the web app project does not default to the ONLY aspx in a project ... Highlighting the default.aspx before debug start or explicitly setting ... That error is caused by a virtual directory not being configured as an ... Check in your IIS Manager, and make sure you created a virtual ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: unable to start debugging on the web server, access is denied!
    ... After Installation Please check the following options in IIS. ... when I try to create a new web app in 2003 I get the error,vs could not ... Everything works except I can not debug a 2003 web ...
    (microsoft.public.dotnet.framework.aspnet)
  • Session_End
    ... I created a small web app. ... I tried to debug within session_start and ... session_end events by writting some messages into a file. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: VS 05 IDE question
    ... Normally when i run a web app I get the debug message and select run without ... debugging then I'm fine, I'm able to run web apps all day without debugging ... On the desktop I can run a application without being in debug mode I ...
    (microsoft.public.dotnet.framework.aspnet)

Loading