Windows Authentication
-
Hi In my web application i want to allow access to my web application only those user whose entry exsist in web.config file <identity impersonate="true" userName="s717369" password="pa$$w0rd"/> Note there is no any domain exsist, i want to give access in my application to only those user who is giving this userid and password same as web.config during windows login.
Sajid A.
-
Hi In my web application i want to allow access to my web application only those user whose entry exsist in web.config file <identity impersonate="true" userName="s717369" password="pa$$w0rd"/> Note there is no any domain exsist, i want to give access in my application to only those user who is giving this userid and password same as web.config during windows login.
Sajid A.
It would be much better if your ID and password were being compared to a database login but if you want a solution for the above check this out: http://msdn.microsoft.com/en-us/library/aa292118(VS.71).aspx
We are not a Code Charity