Can anyone tell me, does Integrated windows authentication have to be enabled to have debuggin work in Visual Studio.

My application requires basic authentication with integrated disabled to work properly, but now i can't debug my application. I get this error everytime i go to run my application.

"Error while trying to run project: Unable to start debugging on the web server. Debugging failed because integrated Windows authentication in not enabled."

I can run the application from a browser, but not from within Visual Studio.

If I dont have to have integrated enabled, can anyone tell me how to get debugging to work then.

Thanks.