Re: Configuring SQLServer Session State Storage on .NET 1.0 and 1.1
From: Benjamin Fallar III (bfallar3_at_tri-isys.com)
Date: 06/05/04
- Next message: srini: "RE: Simple question about insert a record."
- Previous message: Benjamin Fallar III: "Re: Configuring SQLServer Session State Storage on .NET 1.0 and 1.1"
- In reply to: TPataluch: "Configuring SQLServer Session State Storage on .NET 1.0 and 1.1"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 5 Jun 2004 12:22:32 +0800
try this link
820782 - Select a Database Name When You Use a SQL Server Session State in
ASP.NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;820782
"TPataluch" <anonymous@discussions.microsoft.com> wrote in message
news:D816348B-FDBC-4B42-9F6B-A2E208CC974E@microsoft.com...
> I have an n-tier physical architecture that supports multiple ASP.NET
applications. The ASP.NET applications are configured to store session
state in SQL Server, all of which are using the same SQL Server machine.
>
> Both the .NET Framework 1.0 and 1.1 are running an all machines, since
some applications were developed under 1.0 while others use 1.1.
>
> My question is:
> The SQL Server database was originally created using the the
%windir%\Microsoft.NET\Framework\%version%\InstallSqlState.sql file from the
.NET Framework 1.0.
>
> My new ASP.NET application will be built leveraging the .NET Framework 1.1
and will require a session state database. If I create a new database using
the 1.1 .sql script, can it run concurrently with the old .NET Framework 1.0
session state database on the same server?
>
> Do I have a concrete business case for purchasing a new server because the
1.0 and 1.1 session databases cannot run on the same server?
>
> It appears that you can configure the SQLServer session state connection
string in each web application's web.config file, specifying the database
name. If so, could I configure the 1.0 applications to use DB1 and 1.1
applications to use DB2, both running on the same database server?
>
> Any feedback would be greatly appreciated.
> -Tom
>
- Next message: srini: "RE: Simple question about insert a record."
- Previous message: Benjamin Fallar III: "Re: Configuring SQLServer Session State Storage on .NET 1.0 and 1.1"
- In reply to: TPataluch: "Configuring SQLServer Session State Storage on .NET 1.0 and 1.1"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|