There is three types of ASP.Net sessions :


1)Inprocess session   (it's stored by default in web.cofig File and use for same IIS)
2)Out Process session (windows Service/State Server)(it's stored at server side and give us facility to bring data from different IIS)
3)SQl-server session  (it's stored in Database)

Note :
- We don't support the frist type.
- You can use the second type by default.
- If you want to use the third type, you should follow the instruction in the below link :
http://clients.alpshost.com/knowledgebase.php?action=displayarticle&id=179

Was this answer helpful?

 Print this Article

Also Read

I get this error when trying load my ASP page : \"Disallowed Parent Path \"

  DETAILS I get the following error when I try to execute my ASP application  Active...

Sample Code : Connecting to a MySQL database with ASP using a DSN-less connection

  Here is the connection string, you can use to connect to a MySQL database with ASP :...

After I configure the custom error setting in the control panel, I still get the generic error page?

Custom error setting is a web server setting which affects all file types (.htm, .gif, etc.)...

How do I set up an Access database connection in Macromedia Dreamweaver MX 2004 for classic ASP pages?

  Setup your site in Dreamweaver per this article Open or create a new ASP page....

How to configure your website for using Ajax (for Windows 2008 Hosting Plans)

Note:  If you want to use ASP.Net "Integrated PipeLine" version (under any circumstance) you...