I have a web app build on VS 2003 SP1 .NET 1.1 using authentication mode=forms. The app works fine on XP but when I test it on a Vista box with IIS 7, I can't debug & get this error:
"Error while trying to run project: Unable to start debugging on the web server. Debugging failed because integrated Windows authenticaiton is not enabled..."
The application runs on Application Pool ASP.NET 1.1. The web.config has impersonate set to true, form authentication. When I check IIS's Authentication dialog, it only lists:
Anonymous Authentication: enabled, Digest, Basic, and Windows are disabled. Can't finf Form Authentication here (like the .NET 2.0 Application).
I must use form authentication so Windows authentication must be disabled. But do that, I can't debug.
Please help me know:
- my form authentication still works even with windows authentication enabled?
- is there any way to make it work with form authentication enabled and windows auth. disable?
Thanks.