Webform Authentication
-
I have a webform application that is using Windows authentication. This may not be a tough question but I am new to ASP.NET. How can I give access to both Windows and Mac users without creating my own login page or specifying each user and password in the web.conf file? Thanks, Jeremy
-
I have a webform application that is using Windows authentication. This may not be a tough question but I am new to ASP.NET. How can I give access to both Windows and Mac users without creating my own login page or specifying each user and password in the web.conf file? Thanks, Jeremy
Doesnt Windows Authentication just ask for a user name and password on an unauthenticated machine, through the browser? It shouldnt matter what platform the client machine is running. I could be wrong but doesnt the web server handle the authentication for web users... If you specify users and passwords in the web.config file I dont think you are using windows authentication anymore... Brandon
-
Doesnt Windows Authentication just ask for a user name and password on an unauthenticated machine, through the browser? It shouldnt matter what platform the client machine is running. I could be wrong but doesnt the web server handle the authentication for web users... If you specify users and passwords in the web.config file I dont think you are using windows authentication anymore... Brandon
That makes sense. Thanks Jeremy
-
That makes sense. Thanks Jeremy