Ask a Question related to ASP Components, Design and Development.
-
Atrax #1
Re: sesson- server.createobject
> can i put my object in a session variable?
only if it's free-threaded and even then I'd advise against it because
memory overhead can skyrocket if you do. you could even bring a server
to its knees with a decent level of traffic which ordinarily it would
have coped with.
________________________________________
Why? Why was I programmed to feel pain?
Atrax. MVP, IIS
[url]http://rtfm.atrax.co.uk/[/url]
newsflash : Atrax.Richedit 1.0 now released.
click the link above!
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Atrax Guest
-
Server.CreateObject error
I am getting an error while executing the line, Server.CreateObject. The error is Server object, ASP 0177 (0x800AEA5F) I am using IIS5,... -
Error ASP 0178 on Windows 2003 Server (IIS6) by Server.CreateObject on DCOM registred Component
Heres is a workaround, 1. go to Administrative Tools> Component Services 2. expand COM Services and right click on My computer. 3. click... -
Server.CreateObject
er... you can't. not like that anyway. you could in theory pull a list of all COM objects from the registry, but only a small proportion will be... -
006~ASP 0177~Server.CreateObject Failed~
I am trying to communicate between an ASP page and a SQL database and I am getting the following error message on the browser: 006~ASP... -
Out of memory: 'Server.CreateObject'
Hi group! I am getting the following error from my ASP application: Microsoft VBScript runtime error '800a0007' Out of memory:... -
Aaron Bertrand [MVP] #2
Re: sesson- server.createobject
> can i put my object in a session variable?
Can you? Yes. Should you? In most cases, absolutely not.
[url]http://www.aspfaq.com/2053[/url]
"Bob Purcell" <robspur@mentallyimpaired.com> wrote in message
news:#hDOh3bPDHA.2160@TK2MSFTNGP11.phx.gbl...> can i put my object in a session variable?
>
>
Aaron Bertrand [MVP] Guest
-
Egbert Nierop \(MVP for IIS\) #3
Re: sesson- server.createobject
VB6 persistable object can be stored in session and could be if wished (see
solution below).
Non-persistable objects should not be stored in session. Be smart :)
--
compatible web farm Session replacement for Asp and Asp.Net
[url]http://www.nieropwebconsult.nl/asp_session_manager.htm[/url]
"Bob Purcell" <robspur@mentallyimpaired.com> wrote in message
news:%23hDOh3bPDHA.2160@TK2MSFTNGP11.phx.gbl...> can i put my object in a session variable?
>
>Egbert Nierop \(MVP for IIS\) Guest



Reply With Quote

