Select the product you need help with
HOW TO: Configure SQL Server Security for .NET ApplicationsArticle ID: 815154 - View products that this article applies to. On This PageSUMMARYThis article
describes how to configure the SQL Server for .NET applications. By default,
the SQL Server denies access to user accounts that have not explicitly been
granted access to a database, a table, or a view. By default, ASP.NET
applications run in the context of the ASPNET user account. Unless you permit
access to the ASPNET user account, an ASP.NET application cannot read and
cannot update data in an SQL Server database. This article describes the
process that you can use to permit an ASP.NET application to have permissions
to an SQL Server 2000 database. Note You must give the ASPNET user account only minimal permissions to run. This limits the potential damage that may result to an ASP.NET application that is compromised by a malicious attacker. Configure the SQL ServerTo permit an ASP.NET application that executes in the context of the ASPNET account to access an SQL Server database, follow these steps:
REFERENCES For additional information, click the following article
numbers to view the articles in the Microsoft Knowledge Base: 315736
(http://support.microsoft.com/kb/315736/EN-US/
)
HOW TO: Secure an ASP.NET Application by Using Windows Security
315588
(http://support.microsoft.com/kb/315588/EN-US/
)
HOW TO: Secure an
ASP.NET Application Using Client-Side Certificates
818014
(http://support.microsoft.com/kb/818014/
)
HOW TO: Secure Applications That Are Built on the .NET FrameworkProperties | Article Translations |


Back to the top








