JavaScript Editor jscript editor     Web designer 



Main Page

When a Web application involves database access, it must provide credentials to SQL Server (that is, it must log in to SQL Server) just as any other user or process would. In a Web application, this can introduce complications. For example, if the Web application runs anonymously, there might not be credentials to pass to SQL Server.

There are a number of ways to design SQL Server access for your Web application. The strategy you choose depends on how your computers are configured and whether you are on an intranet. The simplest options are:

In This Section

Term Definition

How to: Access SQL Server Using Windows Integrated Security

Provides an example of how to use Windows integrated security for database access.

How to: Access SQL Server Using a Mapped Windows Domain User

Provides an example of how to use a mapped Windows domain user for database access.

How to: Access SQL Server as a Local User

Provides an example of how to use a local user account for database access.

How to: Access SQL Server Using Predetermined Credentials

Provides an example of how to use predetermined login information for database access.

See Also



JavaScript Editor jscript editor     Web designer