Technical support This forum is closed.
Version 1.x > Technical support > Removing default.aspx View modes: 
User avatar
Guest
redactuk - 8/2/2006 3:01:55 PM
   
Removing default.aspx
I have created a new project my home page called MainHome.aspx and deleted default.aspx. However in CMSDesk why is it still looking for default.aspx? where can i change this?

Thanks

User avatar
Guest
redactuk - 8/2/2006 4:59:08 PM
   
Re: Removing default.aspx
To be more specific this seems to be the page that CMS desk is trying to access when selecting Content > /root. However accessing the site outside the desk does correctly default to MainHome.aspx

User avatar
Guest
admin - 8/3/2006 8:45:24 AM
   
Re: Removing default.aspx
Hello,

you always need to have a default.aspx file in the root. It's also highly recommended that you use default.aspx file as a page template for the home page (/home) of your web site.

Best Regards,

User avatar
Member
Member
akibbie - 8/11/2006 7:41:49 PM
   
Re: Removing default.aspx
For me I put a redirect in the default to point to the template I want to use for my homepage. I did this in the Page_Load method of the code behind.