0

this is my first time using IIS Manager to deploy Website, I built my website using MVC 4 Visual Studio. When i run from Visual Studio this is the view

but when i deploy using IIS Manager. this is the view

Please help me.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Cesario
  • 75
  • 1
  • 9

2 Answers2

0

CSS are not loading Please verify the path of CSS and js files. For more information please use inspect element in your browser .

Vipul Kumar
  • 416
  • 5
  • 17
  • thanks for the answer, but I dont know where I can verify the path. – Cesario Mar 19 '15 at 07:39
  • If you are using chrome than just press F12 and then go to sources tab.or follow this link https://developer.chrome.com/devtools/docs/dom-and-styles – Vipul Kumar Mar 19 '15 at 07:41
  • http://localhost/Content/site.css Failed to load resource: the server responded with a status of 404 (Not Found) The path is verified. – Cesario Mar 19 '15 at 07:44
  • Yes ,It means browser is unable to fetch CSS and js files from the specified path...check the path on clicking the error. – Vipul Kumar Mar 19 '15 at 07:45
  • Use @Url.Content("~/path/file.htm") for your js and css files – Vipul Kumar Mar 19 '15 at 07:46
  • you have to put this code where you are linking your js and css file.Maybe to your master page(_Layout.cshtml) in your shared folder. – Vipul Kumar Mar 19 '15 at 07:51
  • it doesn't work :( there is @Styles.Render("~/Content/css") in my _Layout.cshtml – Cesario Mar 19 '15 at 08:00
  • Just for check.Please Replace @Styles.Render("~/Content/css") with and check is it working. – Vipul Kumar Mar 19 '15 at 08:04
  • not working sir , if Visual Studio,its working well, but not in the IIS Manager but no error in Inspect Element – Cesario Mar 19 '15 at 08:10
  • Please refer this link.Might it help http://stackoverflow.com/questions/11985431/why-is-my-css-bundling-not-working-with-a-bin-deployed-mvc4-app – Vipul Kumar Mar 19 '15 at 08:13
0

This Solve, I open IIS Manager and Open Directory Browsing, at the right side, click enable.

Cesario
  • 75
  • 1
  • 9