Im configuring SQL Server session variables and Im getting the following error:
Server Error in '/' Application.
--------------------------------------------------------------------------------
Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL server. Please install ASP.NET Session State SQL Server version 2.0 or above.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Unable to use SQL Server because ASP.NET version 2.0 Session State is not installed on the SQL server. Please install ASP.NET Session State SQL Server version 2.0 or above.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
The funny thing is that I run the script for .NET V4, but it ask me for ASP.NET version 2.0 Session State.
No, its 4.0, that's the first thing I checked out.