ASp.net 2.0, IIS, Session Variable(Maybe)

A

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 (Its my assumption that it is 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
 
M

Michael Nemtsev

Hello abhya,

a> But same when i run on IIS 5.1 ....the page without session variable
a> works fine.
a> But the page with...even the Sub() with session variable won't
a> works (Its my assumption that it is because of session
a> variable!).....


Don't quite understand you. Could you open your idea more widely?

---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top