Im trying to have two instances running on the same domain/server... I have a Umbraco site in the root of my site, which works perfectly, now i've created a subfolder on the server, and added the files from the latest Umbraco release...
The first error i got was something about setting
<customErrors mode="Off"/>
in the WebConfig, when i did that, i got a new error....
When trying to access the URL, i get this error, click and you'll see the error?
I have a site called penge-portal.dk, and that works fine... Then I've created a new folder on my server /StoreMusklerSite/, then i downloaded Umbraco, and unzipped the files to that directory: www.penge-portal.dk/StoreMusklerSite/
But I get an error when going to that URL... I dont have any control of the IIS, because it's hosted at unoeuro.com
I've bought a new domain, which need to point to that directory (/StoreMusklerSite/) on the server, but cant install Umbraco, because im getting the error... So how do I install it, when I dont have access to the IIS setup....
Umbraco install at UnoEuro.com in subfolder
Hey Guys..
Im trying to have two instances running on the same domain/server...
I have a Umbraco site in the root of my site, which works perfectly, now i've created a subfolder on the server, and added the files from the latest Umbraco release...
The first error i got was something about setting
in the WebConfig, when i did that, i got a new error....
When trying to access the URL, i get this error, click and you'll see the error?
http://www.penge-portal.dk/StoreMusklerSite/
Am I understanding you correctly:
you have a site, in iis, that works fine. and you created a subfolder in that site, where you wanted to create a new site?
If this is the case, IIS does not work that way, the web.config is inherited through down.
http://www.aspdotnetfaq.com/Faq/how-to-disable-web-config-inheritance-for-child-applications-in-subfolders-in-asp-net.aspx
You have also something called virtual directories you can use:
http://www.iis.net/learn/get-started/planning-your-iis-architecture/understanding-sites-applications-and-virtual-directories-on-iis#Virtual
I have a site called penge-portal.dk, and that works fine... Then I've created a new folder on my server /StoreMusklerSite/, then i downloaded Umbraco, and unzipped the files to that directory: www.penge-portal.dk/StoreMusklerSite/
But I get an error when going to that URL... I dont have any control of the IIS, because it's hosted at unoeuro.com
I've bought a new domain, which need to point to that directory (/StoreMusklerSite/) on the server, but cant install Umbraco, because im getting the error...
So how do I install it, when I dont have access to the IIS setup....
Btw, im running the latest: Umbraco 4.9.0
is working on a reply...