
- Forum
- Programming Talk
- ASP
- Error Message
Error Message
This is a discussion on Error Message within the ASP forums, part of the Programming Talk category; I am working with Windows 2003 Server and when I tried my ASP application in this I got error as ...
-
05-22-2007, 11:07 PM #1
- Join Date
- Apr 2006
- Answers
- 124
Error Message
I am working with Windows 2003 Server and when I tried my ASP application in this I got error as Session variables "are not working". I am sure that there is no error in my ASP code as it is a very simple one and I have checked it to ensure the same. What can I do further to correct this error? Kindly help me to resolve the error.
-
You can correct this by Internet Information Services also called as IIS Manager present in Administrative Tools of start menu. In that select your computer and select the web sit by right clicking it. This displays the option properties in that choose the Home Directory and then the Configuration option in that. Now you would get a option called as App Options. Choose this and in this option click the Enable Session State check box and click ok. Now try your program it should work fine. By doing the above process you are enabling the options which are by default disabled.

Reply With Quote





