I have worked on Umbraco project on my own, and later it was uploaded on web server.
Now I've got to make some changes and I got back WWWROOT folder of my project (without .sln or project specific files).
I have trouble running this project locally, I tried to upload it to my IIS server by creating new website and linking the project directory to it. Also I restored the database locally to my local SQL Server, and linked it in Web.config configuration file.
I tried variety of solutions on the internet, by adding permissions to IIS_IUSRS, NETWORK SERVICE and all other users to full control, setting application pool identity to my local username and password (tested connection and both passed), .NET CLR version is 4, and so on.
This is the sort of error you get if there is a problem with the XML in your Web.config file. If you updated your connection string you might start there.
Run Umbraco locally problem
Greetings everyone,
I have worked on Umbraco project on my own, and later it was uploaded on web server.
Now I've got to make some changes and I got back WWWROOT folder of my project (without .sln or project specific files).
I have trouble running this project locally, I tried to upload it to my IIS server by creating new website and linking the project directory to it. Also I restored the database locally to my local SQL Server, and linked it in Web.config configuration file.
I tried variety of solutions on the internet, by adding permissions to IIS_IUSRS, NETWORK SERVICE and all other users to full control, setting application pool identity to my local username and password (tested connection and both passed), .NET CLR version is 4, and so on.
And when I open the page I get this:
Does someone have a solution to this?
Thanks in advance!
please check that pool is assigned for .net 4
Unfortunately, it is already set like that
This is the sort of error you get if there is a problem with the XML in your Web.config file. If you updated your connection string you might start there.
Hi Aleksandar
Check please that IIS Rewriting module is installed on the machine.
And check that files and folders permissions are set correctly, like described here - https://our.umbraco.com/documentation/getting-started/setup/server-setup/permissions
Thanks,
Alex
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.