Hello,
I would like to build a VB6 dll that retrieves html content based on a url which I provide.
This needs to be a dll,not an exe... no form/user interface.
I need it to be a dll, because this will be executed server-side and then some additional logic is performed on the retrieved html and...
is there a way to launch a querystring to an asp.net page without exiting the current page being processed?
(i.e. without a redirect)
then that asp.net page could receive the session data via querystring, set the asp.net session data from those values and then do a response.end. This way the...
passing session data via querystring sounds a bit kludgy
it could also create a security hole, if the session data is sensative.
among other things, I use session variable to store the user's security settings
i.e.
session("ReadOverviewPage") '...should the user be here...
Hey Folks,
I have an asp application, to which I am introducing some asp.net pages. The bulk of my app is asp and there is a bunch of session data that my new asp.net pages will need to know.
I would like to make a call to an asp.net sub that sets the session data in the .net session everytime...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.