SqlServices.InstallSessionState Method (String, String, String, String, SessionStateType)
Assembly: System.Web (in system.web.dll)
public: static void InstallSessionState ( String^ server, String^ user, String^ password, String^ customDatabase, SessionStateType type )
public static void InstallSessionState ( String server, String user, String password, String customDatabase, SessionStateType type )
public static function InstallSessionState ( server : String, user : String, password : String, customDatabase : String, type : SessionStateType )
Not applicable.
Parameters
- server
The SQL Server instance on which to install the session-state components.
- user
The user name to use when connecting to the database.
- password
The password to use when connecting to the database.
- customDatabase
The database on which to install the session-state components.
- type
One of the SessionStateType values, specifying the type of session state to install.
| Exception type | Condition |
|---|---|
| The type is Custom and the customDatabase value is not supplied, or the type is either Temporary or Persisted and the customDatabase value is not null. | |
| Unable to connect to the specified database server. | |
| An exception occurred while processing the SQL statements required for the operation. |
If server is a null reference (Nothing in Visual Basic)or not supplied, SqlServices will use the default SQL Server instance.
Note: |
|---|
| The connection to the database server is made with a trusted connection. |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Note: