In vs2005 how to debug under IIS and not VS WebServer

  • Thread starter Thread starter WT
  • Start date Start date
W

WT

Hello,

Using .net 2 and vs2005, I need to debug a component part of a web site,
this component need a .NET 2 web site to be ran and the web site runs under
IIS, using a special port number.

I tried starting the url of the web site as start phase, but debugger
doesn't seem to attach to the process, I never stopped on my break points in
debug configuration with debug in web.config.

Thanks for help
CS
 
Hi CS,

Thank you for posting.

As for the ASP.NET 2.0 debugging in VS 2005, it should behave same for both
filesystem based project or IIS host project. And generally, as long as
we've configure the web.config's <compilation debug="true"/> , we can use
either F5 key(debug--->start debugging menu) to start debugging or manually
attaching the ASP.NET worker process (use debug -->attach processes...). So
is there any particular error message when you try debugging the IIS host
ASP.NET application?

Regards,

Steven Cheng
Microsoft Online Community Support


==================================================

When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.

==================================================


This posting is provided "AS IS" with no warranties, and confers no rights.



Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
 
Back
Top