Also can you see if you get the same error when you run it as a normal website ? If you don't see the error than we can be sure it has to do with it running in a virtual directory.
I have already set ResolveUrlsFromTextString to true.
Also when I'm running the site as a seperate Site it works.
Can anything else be at fault?
Second:
I need to host a Site at a Hoster with Integrated Pipeline mode and Exclusive Application Pool but it still returns a HTML Error with the code 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.
Is there Anything I can do here?
About the virtual directory...I don't have a idea.
About the 500.19 error. This probably is caused because of security rights. The account the website runs under doesn't have sufficient rights to read the web.config file.
Invalid Key Value on First Launch
Hello everbody.
I just installed a new Umbraco Version on my local IIS as a subsite of the Default Web Site:
Now i get this following error at the Startup:
Ok, now what can be done to resolve this error? Settings are all pretty much correct: NET-Framework, Integrated Pipeline and so on.
Thank you very much in advance!
Hi Sebastian,
It seems like you are running Umbraco in a virtual directory. Is that correct ?
Dave
Hi!
Yup I'm trying to run it as a virtual sub-application of the Default Web Site.
So I can visit it by http://localhost/umbracosite
Hi Sebastian,
I think some configuration is needed for running Umbraco in virtual directories.
See ResolveUrlsFromTextString on the documentation page https://our.umbraco.org/documentation/Reference/Config/umbracoSettings/
Also can you see if you get the same error when you run it as a normal website ? If you don't see the error than we can be sure it has to do with it running in a virtual directory.
Dave
Hi Dave.
I have already set ResolveUrlsFromTextString to true. Also when I'm running the site as a seperate Site it works.
Can anything else be at fault?
Second: I need to host a Site at a Hoster with Integrated Pipeline mode and Exclusive Application Pool but it still returns a HTML Error with the code 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid. Is there Anything I can do here?
Thanks! Sebastian
Hi Sebastian,
About the virtual directory...I don't have a idea.
About the 500.19 error. This probably is caused because of security rights. The account the website runs under doesn't have sufficient rights to read the web.config file.
Dave
Peace be upon those who follow guidance,
@Sebastian Prem, this is my answer which seems related to your post.
is working on a reply...