Official Site Blog for ASPNETWorld.com
| | Sun | Mon | Tue | Wed | Thu | Fri | Sat |
|---|
| 24 | 25 | 26 | 27 | 28 | 29 | 30 | | 1 | 2 | 3 | 4 | 5 | 6 | 7 | | 8 | 9 | 10 | 11 | 12 | 13 | 14 | | 15 | 16 | 17 | 18 | 19 | 20 | 21 | | 22 | 23 | 24 | 25 | 26 | 27 | 28 | | 29 | 30 | 31 | 1 | 2 | 3 | 4 |
Search
Links
Categories
Blogroll
|

Sunday, July 01, 2007
Hotfix Patch for Debugging ASP.NET on IIS7
If you're running IIS7 on Vista and attempt to debug an ASP.NET application by pressing F5 on VS 2005 (or VWD Express), you've probably encountered one of the following error messages:
"An authentication error occurred while communicating with the web server."
"Debugging failed because integrated Windows authentication is not enabled."
"Authentication error occurred while communicating with the web server. Try disabling 'Digest authentication'"
Well, now there's a fix to this issue.
- The fix should work with both VS2005 and Visual Web Developer Express.
- The fix will be built into VS2008 starting Beta 2.
- If you're using Vista Home Premium, it won't bug you to have Windows Authentication module installed when doing local debugging.
- The fix works on Vista x64 as well.
Links: