C:\inetpub installation vs \Documents\Visual Studio 2013\Projects\ installation
I need to enhance my knowledge about these to different approaches. I have a complete working Umbraco 6 MVC site working under C:\inetpub. but when moving this site to \Documents\Visual Studio 2013\Projects\ my css, js and image files stop working. Cannot even login to /umbraco/ admin interface.
This has to do with some permission settings. But I cannot nail it out yet. My config looks like this: Umbraco 6 mvc.I am using Trusted_connection=yes in my web.config and [Network Service] full permission to folders both under C:\inetpub and \Documents\Visual Studio 2013\Projects\
My application pool is running the "Network Service" user. I dont get any error. It is just that css files, javascript files cannot be found and the site is presented ugly. The "Network Service" is given full edit permissions. If I type in the address of my css file then I get redirected to
/login.aspx?ReturnUrl=%2fcss%2fStyle.css
with message
Page not found
No umbraco document matches the url '/login.aspx?ReturnUrl=%2fcss%2fStyle.css'.
This page can be replaced with a custom 404. Check the documentation for "custom 404".
before that I did try to change IIS Express to local IIS inside Visual Studio but that didnt work. My problem was inside local IIS and its Anonymous Authentication that needed to be set to Application Pool Identity
C:\inetpub installation vs \Documents\Visual Studio 2013\Projects\ installation
I need to enhance my knowledge about these to different approaches. I have a complete working Umbraco 6 MVC site working under C:\inetpub. but when moving this site to \Documents\Visual Studio 2013\Projects\ my css, js and image files stop working. Cannot even login to /umbraco/ admin interface.
This has to do with some permission settings. But I cannot nail it out yet. My config looks like this: Umbraco 6 mvc.I am using Trusted_connection=yes in my web.config and [Network Service] full permission to folders both under C:\inetpub and \Documents\Visual Studio 2013\Projects\
Can anyone give me a clue?
Hi Johan,
Right folders permissions you can look here: http://our.umbraco.org/wiki/reference/files-and-folders/permissions
What errors do you have? UmbracoTrace.log shows something?
Thanks,
Alex
Hi Johan
What user is your application pool in IIS running?
/Jan
My application pool is running the "Network Service" user. I dont get any error. It is just that css files, javascript files cannot be found and the site is presented ugly. The "Network Service" is given full edit permissions. If I type in the address of my css file then I get redirected to
/login.aspx?ReturnUrl=%2fcss%2fStyle.css
with message
Page not found
No umbraco document matches the url '/login.aspx?ReturnUrl=%2fcss%2fStyle.css'.
This page can be replaced with a custom 404. Check the documentation for "custom 404".
This page is intentionally left ugly ;-)
Hi Johan,
Try to see Mark Bennett comments could it be the same thing that you need to do.
http://our.umbraco.org/forum/getting-started/installing-umbraco/45572-Css-seems-to-be-not-connected?p=0#comment164777
Hope this helps,
/Dennis
Thanks Dennis!!
That was the solution for me :-)
before that I did try to change IIS Express to local IIS inside Visual Studio but that didnt work. My problem was inside local IIS and its Anonymous Authentication that needed to be set to Application Pool Identity
http://our.umbraco.org/forum/getting-started/installing-umbraco/45572-Css-seems-to-be-not-connected?p=0#comment164777
Hi Johan,
Happy, that I would help, I think that you should mark the question as solved, so other with the same issue can go directly to the solution.
/Dennis
Hi Johan
Good to see you got it solved. Perhaps this should be added to the installation documentation as it seems more and more people run into the issue.
I'll see if I can do that during the coming weekend if I should have a moment :)
/Jan
is working on a reply...