microsoft.public.inetserver.asp.general
RSS FEED IDEMS: www.tech-archive.net: microsoft.public.inetserver.asp.general
- Enter versus clicking submit button
Summary:
In my form I have a few text fields (three textfields for SSN) and a submit ... In my onSubmit function - I set the focus on the first SSN ... In my first ssn textfield: ...
- Re: adCurrency problem in ASP
Summary:
> Why doesn't Query Analyzer display the decimal error? ... I don't know what you mean by "Query Analyzer". ... No, no rounding is involved, unless you specify that with your code. ...
- Re: adCurrency problem in ASP
Summary:
> What is wrong is your expectation. ... > Non integer values are usually stored in a binary format. ... > decimals, either store it as a integer [in cents, if we are talking ... > currency] or have a good rounding off algoritm. ...
- Re: ASP stops responding
Summary:
> they store apartment-threaded objects in session or application. ... memory and performance, but not hangs. ... ultimate performance issue, but in my reading, I haven't seen references to ...
- Re: Storing objects in Session Variables - exactly why not?
Summary:
all the registry keys are set to ThreadingModel = Apartment ... "never change a running system". ... so i'm resisting in playing around ...
- Re: Storing objects in Session Variables - exactly why not?
Summary:
All the batch file does is run the registry merge file called ADOFRE15.REG ... > Server.CreateObject was recommended over CreateObject ... This email account is my spam trap so I ...
- Re: localhost...
Summary:
and of course, MSDN; ... Steven Burn ... Ur I.T. Mate Group ... How do I start running IIS? ...
- localhost...
Summary:
I just bought a new computer with win XP PRO. ... that I can use it as a local host and with IIS etc. ... How do I start running IIS? ...
- ,localhost...
microsoft.public.inetserver.asp.general: ,localhost...
- Re: Storing objects in Session Variables - exactly why not?
Summary:
windows2003, new server, new ado). ... > using the makfre15.bat batch file which can be found in your ADO folder? ... Server.CreateObject was recommended over CreateObject ... you get more than these numbers of connections... ...
- Re: ASP stops responding
Summary:
> You're describing one of the principle symptoms that people encounter when ... > they store apartment-threaded objects in session or application. ...
- Re: ASP stops responding
Summary:
> responding to requests for ASP pages. ... > few references to them in session variables. ... they store apartment-threaded objects in session or application. ... This email account is my spam trap so I ...
- Re: Help with command object parameters query?
Summary:
I used delimiters in the array creation statement in my demo ... This email account is my spam trap so I ...
- Re: Storing objects in Session Variables - exactly why not?
Summary:
Yes, in IIS, session pooling is on by default (which can be confirmed by ... >> memory on the database server as well as the web server (assuming you are ... Microsoft MVP - ASP/ASP.NET ... This email account is my spam trap so I ...
- Re: adCurrency problem in ASP
Summary:
One of the columns in a currency field. ... Non integer values are usually stored in a binary format. ... decimals, either store it as a integer [in cents, if we are talking ... VBscript and Jscript do not use BCD. ...