vote up 3 vote down star

I'm developing an ASP.NET site off of my Windows XP IIS Installation, and whenever I tell visual studio to attach-to-process to the aspnet_wp.exe it starts a new instance of asp.net development server. Is there a way to make it not start asp.net development server since I don't need it to launch anything?

Thanks!

flag
Can you give more information on exactly how you are achieving this (step-by-step process?) – ck Jan 8 at 17:00

3 Answers

vote up 0 vote down

If you want to attach to the IIS worker process then you need to attach to w3wp.exe.

link|flag
vote up 1 vote down

If you right-click the web project and select Properties, there is a Web tab. On there you can select the Server to use when debugging, by default it is set to the Visual Studio Development Server. You probably want to use the Local IIS Web Server instead.

link|flag
they are trying to attach to a running process not debug from scratch – Andrew Hare Jan 8 at 17:42
vote up 0 vote down

Thank you David. Small hint, big help.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.