authentication issue of IIS 6.0
-
Hello everyone, I am using Windows Server 2003 + VSTS 2008 + .Net 3.5 + C# + ASP.Net + IIS 6.0. I host some files (wmv video file and html file) on the web server, I want to know whether there are any easy to use authentication approach to let user input username and password before they can access (I want to prevent anonymous access)? Since the web site has also aspx ASP.Net page, and I want to use an unified authentication solution for wmv, html and aspx page. If prefer any solution which utilizes username and password stored in SQL Server database which my application already has/use. Any ideas? thanks in advance, George
-
Hello everyone, I am using Windows Server 2003 + VSTS 2008 + .Net 3.5 + C# + ASP.Net + IIS 6.0. I host some files (wmv video file and html file) on the web server, I want to know whether there are any easy to use authentication approach to let user input username and password before they can access (I want to prevent anonymous access)? Since the web site has also aspx ASP.Net page, and I want to use an unified authentication solution for wmv, html and aspx page. If prefer any solution which utilizes username and password stored in SQL Server database which my application already has/use. Any ideas? thanks in advance, George
Hey George, I am seeing ur question after a long time. How are u doing ?
George_George wrote:
If prefer any solution which utilizes username and password stored in SQL Server database which my application already has/use.
So what is the problem with that ? why you are not authenticate the user from SQL Server itself . maintin session for giving the proper access of the page. or you can implement Roles for that !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Hey George, I am seeing ur question after a long time. How are u doing ?
George_George wrote:
If prefer any solution which utilizes username and password stored in SQL Server database which my application already has/use.
So what is the problem with that ? why you are not authenticate the user from SQL Server itself . maintin session for giving the proper access of the page. or you can implement Roles for that !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
I am fine, thank! Any ideas to my question?