Ask a Question related to ASP.NET General, Design and Development.
-
Steven Spits #1
Compiling and caching of aspx pages
Hi group,
The first visit to a newly created aspx page is always slow since it has to
be compiled once. Sequential visits are much faster.
We've tested our .NET webapp on two different machines : (a) Windows 2000 /
IIS5 and (b) Windows 2003 / IIS6.
During this testing, we noticed that Windows 2003 seems to remove the
compiled pages when it's not accessed recently (I think about 30 minutes).
Windows 2000 otoh seems to keep the compiled pages (accessing a file today
that was compiled yesterday still shows up immediatly).
Is there a way to make W2003 behave like W2000?
Steven
- - -
Steven Spits Guest
-
Server caching pages
I'm running CFMX 6.1 on win2003/IIS6. I'm having a lot of trouble at the moment with the server caching the pages when not told to. Trusted cache is... -
Pages are caching somehow....HELP!!!!
I have an intranet where I am running a survey. Very simplified, user's information is pulled from the session information and automatically put... -
<cfheader> for preventing caching of pages
What is the point of using <cfheader> to effectively force the browser not to cache any pages so that they reload from the server? I've put the... -
aspx pages not displaying in ie6
When aspx pages are made in vs.net, loading on the local host displays the labels all in the top left corner of the screen. Also, all textboxes and... -
Web caching problem in request/response pages
I have a set of pages which seems to produce very wierd errors: pagea.htm contains a form which posts to pageb.asp pageB.asp contains a script...



Reply With Quote

