Article ID: 176380 - Last Review: March 22, 2007 - Revision: 5.4 How To Use ASP with a SQL Trusted Connection with Guest AccountThis article was previously published under Q176380 On This PageSUMMARY
When you use Microsoft SQL Server with Integrated or Mixed Security with
Microsoft Internet Information Server (IIS), it may be necessary to access
SQL Server from a guest account. You can set up a guest account to work around problems connecting an IIS computer to SQL Server on a separate
physical computer over a trusted connection. This method allows IIS, using Active Server Pages (ASP), to access a SQL Server over a trusted connection, but the method limits all SQL access to guest access only. If you want all users to connect to the SQL Server and maintain their identity to properly map to different privilege levels in SQL Server, you will need to use Basic authentication. Create a Guest Account to Access SQL Server from an IIS ServerCreate an NT user account (WEBUSER for this example) that both computers can access. To do this:
REFERENCES
For the latest Knowledge Base artices and other support information on
Visual InterDev and Active Server Pages, see the following page on the
Microsoft Technical Support site:
| Article Translations
|
Back to the top
