Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Strange debug problems

Status
Not open for further replies.

majkinetor

Programmer
Feb 21, 2006
88
RS
I am constantly getting this message from VS when I try to debug (framework v2)

---------------------------
Microsoft Visual Studio
---------------------------
Unable to start debugging on the web server. Debugging failed because integrated Windows authentication is not enabled. Please see Help for assistance.
---------------------------
OK Help
---------------------------

Windows authentication is turned on. APS.NET user is added to admins.

When I delete web.config file VS offers to create the one for me and turn on debuging, but the same message appears again.

When I create new, empty app, add button to it and put mark on some dummy line in Page_Load everything works fine....

What should I do ?

thx.
 
2SiriusBlackOp 2jbenson001

Its all already like that - in both .config file and IIS web properties I have win auth enabled, digest auth desabled. New blank projects work OK, but this one I made in VS2003 and switched here can't debug.


 
Hmhm... now it works, but yesterday it didn't.

I know what you think now, but its not that. I checked all things in question at least 20 times.

It seems that something is returning options back or change them. Do you have any similar experience ?

For instance, today, I set up only Win auth to be on, closed, reopen IIS configuration and digest auth was on too ?!. Then I desabled it, saved, restart and it was not on this time.

In the past I had very much problems with this project, then with .Net1.1. Debug worked randomely - sometimes I wasn't able to debug at all, then tomorrow it worked fine, then if I restart computrer it doesn't work, then after some time it starts working again... strange strange...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top