Install in Subfolder

Posted by Community Admin on 03-Aug-2018 14:57

Install in Subfolder

All Replies

Posted by Community Admin on 27-Jun-2011 00:00

I've installed sitefinity on my development machine and am trying to deploy the site to my university development machine. Our URL structure is university.edu/OFFICE.

The deployment appeared to go well, but the backend of the site is not functioning. After logging in, clicking on any of the main links, ie: Pages, posts the following error:  IIS 7.0 Detailed Error - 404.0 - Not Found

Has anyone else run into this error or had any luck installing to a subfolder?

Posted by Community Admin on 30-Jun-2011 00:00

Hi Mark,

To install in a subfolder under your site root you should prevent web.config inheritance. This is achieved with adding <location path="." inheritInChildApplications="false"> to this place in your parent web.config.

<location path="." inheritInChildApplications="false">
    <system.webServer>
.....
</system.webServer>
  </location>

Then you have to provide permissions for the database this Sitefinity project is using and you are good to go.
I have tested this scenario at my end and it is working with full functionality.
Since you are able to access your backend and see the top navigation the problem should be connected with some IIS configuration and handling of services. Can you please review the settings needed in IIS in order to host Sitefinity projects. Can you also check are the services executing ( see attached screenshot )?

Kind regards,
Stanislav Velikov
the Telerik team
Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed