views:

112

answers:

2

Hi

When I start a debug session in VS2005 (to debug an ASP.Net web site), The browser is launched but the Debug session ends. VS is not attaching to the worker serive. I can attach manualy to aspnet_wp service and then debug.

Before I not my new works PC this happend automatiacly now its a manual task.

What have I done or forgotten to do?

In the past I have never had to do anything for this, just standard installs which i was I thought I had done

Thanks

J

A: 

Check to make sure that integrated windows authentication is enabled for the web site/virtual directory. This can be in addition to anonymous authentication since that always takes precedence. Visual Studio requires it to be turned on to debug.

John Clayton
Yes windows Auth is configured
A: 

It sounds like you're configured to use the Visual Studio Developer Server, not IIS. Did a little icon show up in the tray area? Check the "Web" tab of your project properties.

John Saunders
No the icon did not show, the project is setup to use IIS.