Debugging question
-
Okay, I'm trying to debug a site and i can't log into it. Everytime I press F5 and let the debugger run I can't log into the site. Now, I can log into the site any other time, but I just can't when I'm debugging. Any ideas why?
-
Okay, I'm trying to debug a site and i can't log into it. Everytime I press F5 and let the debugger run I can't log into the site. Now, I can log into the site any other time, but I just can't when I'm debugging. Any ideas why?
Can't you log in or aren't you able to access? Once I had the problem, that I couldn't access while debugging. There was a error in my solutions that wasn't displayed but VS.Net. I think it was a administrative error. I had to change some websiteoptions to get it work again.
------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
-
Can't you log in or aren't you able to access? Once I had the problem, that I couldn't access while debugging. There was a error in my solutions that wasn't displayed but VS.Net. I think it was a administrative error. I had to change some websiteoptions to get it work again.
------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.
Actually found the resolution and forgot to post it here. Anyway, it was the loopback check issue. It's a known issue from Microsoft, but apparently there is an update that has gone out and set a loopback check in the registry, which made the server keep checking the credentials whenever you tried logging into a site on it. I'll try to find the actual registry fix and post it here, but if you Google loopback check you should find the fix as well.
-
Actually found the resolution and forgot to post it here. Anyway, it was the loopback check issue. It's a known issue from Microsoft, but apparently there is an update that has gone out and set a loopback check in the registry, which made the server keep checking the credentials whenever you tried logging into a site on it. I'll try to find the actual registry fix and post it here, but if you Google loopback check you should find the fix as well.
Ah yes! Ok, I use the solution for disabling the loopback check, as I wrote it in my Installation Guide for SP. But as I always turn it off, I never faced the problem yet. So, yes! I learned something. :-\
------------------------------ Author of Primary ROleplaying SysTem How do I take my coffee? Black as midnight on a moonless night. War doesn't determine who's right. War determines who's left.