1. Yes, it works fine from a windows application
2. No
3. Yes
4. 6.0
5. Yes
6. The full error is as follows:
System.Runtime.InteropServ
I tried changing authentication mode from Integrated to basic and it worked, however, I'd like to keep it in Windows Integrated Authentication if at all possible.
System.Runtime.InteropServ
Main Topics
Browse All Topics





by: ihenryPosted on 2004-10-11 at 06:04:24ID: 12275890
Hi Lee_IT
I need some more information,
1. Have you tried to run the code not from a web project? try a console or winform project to test.
2. Is the IIS running on the same machine with AD?
3. Is your login account is set as trusted for delegation in AD
4. Version of IE?
5. Is "Integrated Windows Authentication" in IE advanced setting enabled?
5. What is the full error message? please post the exception stack trace as well
My initial suggestion would be to try this quick test
1. Change the IIS authentication method to Basic and leave the anonymous access uncheck.
2. Use a client machine to browse the aspx page, and supply domain credentials when prompted.