asp.net - Visual Studio 2005 says I don't have permission to debug? -


i new visual studio/asp.net please bear me. using vs 2005 , asp.net 3.5. have vs installed on production server. if set start option site "use default web server" when go debug website vs tries open site @ http://localhost:4579/project , returns 404. if set start option "use custom server" , specify correct path application (the way hit site outside) vs unable run debug , returns error "unable start debugging on web server. logon failure: unknown user name or bad password". running vs administrator on production server. thought maybe needed set user permissions in visual studio remote debugging monitor admin account there. checked iis , made sure application configuration/debugging "enable asp server-side script debugging" checked. web config set debug="true". missing something.

edit >running windows server 2003

do this...instead of trying debug hitting f5

  • go tools
  • attach process
  • click view processes users
  • ensure selected managed code
  • select "w3wp.exe". asp.net worker process.
  • click attach.
  • you attached , debugging, go refresh page in browser , should hit breakpoints.

Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -