Hi, I have built a .Net 4.0 application running on IIS7 with SQL 2008. Previously when deploying on an intranet I set the Application Pool- Identity to "ApplicationPoolIdentity" and created a login for this on the SQL Server. I am deploying on another
server now where Windows Authentication in IIS Roles is turned off. It needs to be on for type of authentication to work,right? This website will be open for public use. Can you advise as to what type of Identiy I should use if going public? I have been
getting lost in the indept sites on security.
severn
Member
4 Points
5 Posts
Public ASP.Net website Security
Jun 18, 2012 09:18 PM|LINK
Hi, I have built a .Net 4.0 application running on IIS7 with SQL 2008. Previously when deploying on an intranet I set the Application Pool- Identity to "ApplicationPoolIdentity" and created a login for this on the SQL Server. I am deploying on another server now where Windows Authentication in IIS Roles is turned off. It needs to be on for type of authentication to work,right? This website will be open for public use. Can you advise as to what type of Identiy I should use if going public? I have been getting lost in the indept sites on security.
RameshRajend...
Star
7983 Points
2099 Posts
Re: Public ASP.Net website Security
Jun 18, 2012 09:33 PM|LINK
Pls ref this
http://msdn.microsoft.com/en-us/library/330a99hc(v=vs.71).aspx
Thank u