1

I'd been working on this for many hours.

My problem is this -- I can view our web application on both debug and release using IIS Express in Visual Studio 2013.

But when I try to publish it using Web Deploy then load the web app in browser (Chrome) -- it loads but it cannot find the CSS, JS, Fonts and some images.

What may cause this problem? While using Visual Studio 2013 debug or release mode in IIS Express all works smoothly.

Thank you.

Ryan
  • 1,783
  • 8
  • 27
  • 42

1 Answers1

0

After publish your web application, you must have to change the path of css,images etc.

Hope it will help you.

Amit Maru
  • 132
  • 7