Session not working in classic asp on iis server 8

asp-classiciisiis-7

My Session variable isn't initialising in classic asp webPages which is hosted on iis server 8,
I have already configured the Session properties in session state feature view as well as in the Debugging Properties of ASP section of IIS server 8,

please help me i m facing this problems after shifting my whole website from Windows server 2008 r2 with IIS7 to Windows server 2012 r2 with IIS8

on IIS 7 i haven't face any issue regarding this session variables initialiasation

any help,would be appriciated

Thanks in Advance

Best Answer

You need to enable session state under classic asp in IIS7/IIS8.

Open IIS Manager. Navigate to the site you are working on. On the right double click ASP. Click on Session properties + to show all options. Change enable session state to true.

Related Topic