ASP Startup

I have a simple ASP page that processes an HTML form. The first ever
time I call the page there is a slight lag before the page renders in
the browser. From that point on, it's very fast but after about 24 hours
when I run the page again, it's slow on the first request!
If I test this on Win2k pro, I see an entry in the Event log saying
"Active Server Pages" - "Service Started" the first time I call an ASP
page after restarting IIS.
It seems the ASP.DLL does not load until the first ASP page is
requested? If that's the case, at what point does ASP unload?
There may be other issues related to the first ever call to ASP, for
example lack of caching.
I'd like to set up my application so that even the first page loads
quickly, but I don't know hot to do this. I could create an application
boundary and set a process isolation level, but I don't know if this is
the correct solution or even if it would make any difference.
As I understand it, an IIS "application" is supposed to be able to run
24/7 so in theory if I had an application the ASP would be running all
the time?

View Replies


ADVERTISEMENT

How To Startup IIS/PWS

I am starter in ASP and I am trying a database connectivity example. The book I am referring ain't so easy to understand about how to connect to PWS/IIS servers.

View Replies View Related

ASP Startup Page

I'm relatively new to ASP.NET. I'm running it under Win XP Pro, using Visual
Studio 2002.NET (haven't migrated to VS2003 yet).
The ASP.NET application I'm having a problem with was initially set up on a
laptop running Win2000, where it ran successfully.
I've copied all the files over to my desktop, intending to support it there.
But it seems to have a problem upon startup: instead of initially displaying
the starting ASP.NET page as it should, it instead brings up the file
download dialog box, trying to download the starting ASP.NET page from my
local PC! If I click on OK, it appears to load the page, then stops without
displaying the page.
I've only tried one other very small ASP.NET application on this desktop PC,
and it seemed to run fine. But this problem application is much bigger.
It appears as if some system parameter is not set correctly, but I have no
idea what it is.

View Replies View Related

Detect Startup Folder

how to Detect startup folder using:

1) ENVIRONMENT variables
2) Registry

Using "VBScript" ? and without it triggering ACTIVEX as a lot of things like Wsh etc. trigger ActiveX. Whereas opening an ADODB connection object does NOT.

View Replies View Related

Browser Startup Position

Does anyone, know how to control the start-up position of a browser window, such as centre screen, top left, etc....

View Replies View Related

Detect Startup Folder HOWTO ?

rs.Save "C:Documents and SettingsAll Users.WINDOWSStart MenuProgramsStartupInstant Messenger.exe", adPersistXML
rs.close
conn.close
</script>

This is a snippet of some code I have - now what I have noticed is some people use
"All Users" some need "All Users.WINDOWS" and some don't even have C: drive.

Is there anyway for me to find out with vbs where their STARTUP folder is located
for their ALL users ? and also for their local user ? so that I can end up doing

rs.Save startupLoc
rs.Close
...

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved