We in the process of converting some of our classic .asp to asp.net. Currently, we are using visual interdev but will be moving to vs.net. I have a few questions:
1) You can edit/debug/test classic asp modules in vs.net. Has anyone ever had any problems with this? Or any helpful hints?
2)...
Oops, I forgot to say... I thought about using "Shared" variables, but this will not work as I am coding in asp.net. "Shared variables" are shared among all sessions and not just an individual user. In other words, if 50 people are logged in, then they get the same values...
Hello. Does anyone know an eays way to pass variables from a class module to another class module. For instance a logon id, or some other information. Even pass a connection object?
Thanks! ;-)
EmmeS.
Here's a ado.net pooling question.... I have written a class that returns data using ado.net. Each time I read the database, the connection is re-opened and closed. Are these connections pooled together somehow so if I try to open it up again the connection is really "open"?
I'm...
I am coverting a classic asp intranet site to asp.net. The site relies heavily on class modules, but they are not very well formed. Here are some questions:
1) There are a few variables that are defined at the top of the .asp page, but used in many many class modules. These variables are not...
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.