Difference in PWS and IIS
Hi,
I have 3 pages which does the foll:
a.htm Accepts 2 values from the user and post it to b.asp
b.asp Takes the values through the Request.Form and put it in Seesion Varibles and then Response.redirect to differentapp/c.asp
differentapp/c.asp Prints the Session variables.
If I C the O/p of c.asp I get the proper values of the Session variables (using IIS 5.0). Now the same thing if I try to work in PWS it sometimes work and sometimes not. In PWS if I print the Sess variable in b.asp the values R proper, but as soon as I redirect it to c.asp this doesn't work.
Is there a problem with PWS???
Thanks and regards,
Raj Babar
|