Try our conversational search powered by Generative AI!

Static start page

Vote:
 

Our client has a site that periodically experiences massive spikes in traffic. These can be predicted however so what we want to do is be able to set a lightweight static page as the start page in order to reduce bandwidth usage.

 I've tried setting the default document in IIS but this doesn't work (as presumably the Friendly URL provider is overriding it). Can anyone tell me how I can accomplish this?

#23123
Aug 27, 2008 16:48
Vote:
 

The default document for the root of a site usually points to Default.aspx.

I can't see why changeing this to another aspx file should not work?

Kind regards,
Fredrik

#23176
Aug 29, 2008 22:32
Vote:
 
Neither can I, but it doesn't! In IIS I've set my default document to Accessible-Results.aspx however when I hit the site it just keeps going to Default.aspx. I've even tried deleting Default.aspx from the documents list.
#24143
Sep 25, 2008 11:39
Vote:
 
You can always tell EPiServer to ignore that path, just google for UnTouchedPaths.
#24155
Sep 25, 2008 15:44
Vote:
 
That sounds promising, but I can't get it to work. I've tried adding various combinations of "mypage.htm", "Default.aspx" and even just "/" but whatever I do when I hit http://siteurl/ it always goes to the Episerver StartPage.
#24204
Sep 26, 2008 17:30
Vote:
 

Why not just use asp .net page caching on the startpage (default.aspx) ?

<%@OutputCache Duration="60" VaryByParam="none" %>

#24210
Sep 26, 2008 22:16
Vote:
 
I'm afraid page caching isn't useful in my scenario.
#24247
Sep 29, 2008 11:41
Vote:
 
Did you manage to solve this issue?
#32661
Sep 11, 2009 11:32
Vote:
 
#41667
Jul 20, 2010 11:10
This thread is locked and should be used for reference only. Please use the Episerver CMS 7 and earlier versions forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.