ASp.net 2.0, IIS, session state

ASp.net 2.0, IIS, session state

am 11.07.2007 14:20:45 von abhya

HEllo,
I hav developed web application using ASP.net 2.0
there are just 2 pages only. Both are works fine in visual studio.
But same when i run on IIS 5.1 ....the page without session variable
works fine.
But the page with...even the Sub() with session variable won't
works(may its because of session variable).....even it automatically
reaches the last sub of the program.
What are the changes i hav to do in IIS / application or web.config
file.
thanks in advance

Re: ASp.net 2.0, IIS, session state

am 31.07.2007 10:26:36 von Kristofer Gafvert

Hi,

I suggest that you ask this question in a .NET newsgroup. There are no IIS
specific settings to do for this to work.


--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


abhya wrote:

>HEllo,
>I hav developed web application using ASP.net 2.0
>there are just 2 pages only. Both are works fine in visual studio.
>But same when i run on IIS 5.1 ....the page without session variable
>works fine.
>But the page with...even the Sub() with session variable won't
>works(may its because of session variable).....even it automatically
>reaches the last sub of the program.
>What are the changes i hav to do in IIS / application or web.config
>file.
>thanks in advance