Integrated windows authentication
Hi
1. we used windows authentication in our application and in authorization section we written list of all user of particular domain in allow users attribute. when we are accessing application using localhost or computer name in url the listed user get accessed the application, but when we use IP address in URL to use application we got "You are not authorized to view this page" error even though user is listed in authorization of webconfig. We are using Windows: Integrated Mode authentication.
Please some one can provide solution to this? what we had made a mistake or properties we have to set?
2. When we use basic authentication we don't get this error.
We want that our application should be only accessible by particular domain users, users need not to enter his user name and password every time they access application
Thanks in Advance
With regards
Sunder
|