I suspect that for some reason the deploy does not transfer all the required folders to the server.
If you compare the content on your server and on your local machine do they then seem to be identical? I think you should try and copy over the /bin, /umbraco and /umbraco_client folders manually to see if it works.
If you install Umbraco via nuget then a lot of folders including umbraco and umbraco_client are not included in the VS solution so will not be deployed.
I think I tired everything now. First I copied the folders Jan told me to do, didn't work, then I tried including everything in the VS solution before i deployed didn't work. Last thing i tried was to manually copy everything to the server but no luck with that either.
Is it something wrong with the nuget package? Do I have some wrong settings server side? IIS? Can anybody else share their routines for deploying to server?
Just to add something, my project I'am working on has a surface controller for member login and that also gives me error and says file not found. Does everything have anything to do with that I have two projects in my solutions? My web project have the Umbraco installation and the other is a code library with Umbraco.Core for controllers and models.
Can't access back office after deploy
After I deployed with web deploy trough visual studio i cant reach back office anymore. Front page is showing and working.
Server: Windows server 2012 with IIS 8 Umbraco: 7.2.1 fresh install with one hijacked controller
Here's the error message
Hi Frederik
I suspect that for some reason the deploy does not transfer all the required folders to the server.
If you compare the content on your server and on your local machine do they then seem to be identical? I think you should try and copy over the /bin, /umbraco and /umbraco_client folders manually to see if it works.
/Jan
How did you install Umbraco?
If you install Umbraco via nuget then a lot of folders including umbraco and umbraco_client are not included in the VS solution so will not be deployed.
I think I tired everything now. First I copied the folders Jan told me to do, didn't work, then I tried including everything in the VS solution before i deployed didn't work. Last thing i tried was to manually copy everything to the server but no luck with that either.
Is it something wrong with the nuget package? Do I have some wrong settings server side? IIS? Can anybody else share their routines for deploying to server?
Just to add something, my project I'am working on has a surface controller for member login and that also gives me error and says file not found. Does everything have anything to do with that I have two projects in my solutions? My web project have the Umbraco installation and the other is a code library with Umbraco.Core for controllers and models.
Thanks for the input so far!
Hi Frederik
Ok, don't think it's the deploy then. Think it's the server configuration. Have you done the things Charlie describes here? https://our.umbraco.org/forum/getting-started/installing-umbraco/37820-Umbraco-site-wont-load-through-IIS-8?p=0#comment136579
/Jan
You saved my day Jan! Thanks!
If someone sitting on windows server like I do you can find it here when you add feature trough server management
Web server -> Application development -> Asp.net 4.5
is working on a reply...