Hi,
I have an ASP.Net web application hosted in my local server with IIS 5.0 as web server. This worked fine with no issues. So I tried hosting the same into the server machine where I have IIS 6.0 as web server. I am having an issue : Onclick of the submit button the session variables are getting cleared. I don’t know why it is happening. I am not able to find why and where the session variables are getting cleared.
Is there any setting that has to be made in IIS or in the application itself?
Can anyone please help me solving this issue.
Thanks in advance..
With regards,
ram
I have an ASP.Net web application hosted in my local server with IIS 5.0 as web server. This worked fine with no issues. So I tried hosting the same into the server machine where I have IIS 6.0 as web server. I am having an issue : Onclick of the submit button the session variables are getting cleared. I don’t know why it is happening. I am not able to find why and where the session variables are getting cleared.
Is there any setting that has to be made in IIS or in the application itself?
Can anyone please help me solving this issue.
Thanks in advance..
With regards,
ram
Comment