J
JDP@Work
First off let me say that
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/converttoaspnet.asp
would not work as I see it. Right off, I can't have a cookie.
Anyway, another solution suggests using hidden form fields only helps me to know
that there is a way, I don't know how to pass a hidden form field from my clasic
ASP to ASP.Net
So does anyone have a down and dirty example of ASP passing its session to an
ASPX page using any reliable method other than cookies?
My ultimate goal....
.....is to use SQLRS and to do so, I expect to have to lauch from .Net.
This is an intranet so there is little security, however when my users enter
their login on the default.asp and logs in, querys are run that retrieve the
appropriate security information and stores them in the ASP seesion vars,
loading them from page to page into hidden form fields.
Many of the ASP pages are called and if the session vars are populated
automatically call the subsequent pages, depending on security depositing the
user at the appropriate page or Crystal report rendered.
TIA
JeffP...
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/converttoaspnet.asp
would not work as I see it. Right off, I can't have a cookie.
Anyway, another solution suggests using hidden form fields only helps me to know
that there is a way, I don't know how to pass a hidden form field from my clasic
ASP to ASP.Net
So does anyone have a down and dirty example of ASP passing its session to an
ASPX page using any reliable method other than cookies?
My ultimate goal....
.....is to use SQLRS and to do so, I expect to have to lauch from .Net.
This is an intranet so there is little security, however when my users enter
their login on the default.asp and logs in, querys are run that retrieve the
appropriate security information and stores them in the ASP seesion vars,
loading them from page to page into hidden form fields.
Many of the ASP pages are called and if the session vars are populated
automatically call the subsequent pages, depending on security depositing the
user at the appropriate page or Crystal report rendered.
TIA
JeffP...