re:
You could aim to different instances
Not needed.
re:
or different databases (not sure how to do the later).
It's easily done by using the -d parameter when you run aspnet_regsql.exe
for ASP.NET 2.0, or modify installsqlstate.sql for the 1.1 version.
You need to modify the other two install*.sql files if you change the default name for 1.1:
installpersistsqlstate.sql and installsqlstatetemplate.sql ( as opposed to changing the
database name for 2.0 )
For ASP.NET 2.0, run ''aspnet_regsql.exe -?'' for details.
You will need to change one or the other, since the default name for both is "ASPState"
The databases are quite different, and pointing each ASP.NET
version to a differently-named database will work fine.
Juan T. Llibre, asp.net MVP
aspnetfaq.com :
http://www.aspnetfaq.com/
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
===================================