Member
13 Points
355 Posts
Aug 10, 2009 10:58 AM|lusty_learner|LINK
I looked at the Authentication on IIS for the application and the "Integrated Windows Authentication" is not selected.
When I looked in the web.config file I have
<Authentication mode="Windows" />
under <system.web>
I just need to change the above to <Authentication mode="None" />
is that right?
Member
13 Points
355 Posts
Re: Authentication on our webapp - need help to disable it
Aug 10, 2009 10:58 AM|lusty_learner|LINK
I looked at the Authentication on IIS for the application and the "Integrated Windows Authentication" is not selected.
When I looked in the web.config file I have
<Authentication mode="Windows" />
under <system.web>
I just need to change the above to <Authentication mode="None" />
is that right?