Err why would a login page take so long to load ?? You might want to give it a shot to refactor / look into that performance before you throw caching at it.
That said, if it's just a login page try to remove all unnecessary ASP scripting when your asking for input. This should be able to be a normal html file. Without any scripting only when validating / retrieving login info do you need scripting. -----Original Message----- From: Mingle [mailto:[EMAIL PROTECTED] Sent: donderdag 21 oktober 2004 16:54 To: [EMAIL PROTECTED] Subject: [AspClassicAnyQuestionIsOk] Caching ASP Pages Hi, Can any one suggest how we can do caching of ASP Pages or HTML Pages for a website. The Website that I am working on has a Default page which is called and then hitting any link on that Page would direct the User to the Login Page. But the Login Page takes good 4-5secs to Load. So I was considering an option to cache that ASP Login Page. That Login Page even has some SSI ..Server Side Includes. Any help would be appreciated. Thanks, Mingle. Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> $9.95 domain names from Yahoo!. Register anything. http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM --------------------------------------------------------------------~-> Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
