Themes / CSS not being picked up using IIS / virtual directory

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 14 años
Hi,

I have downloaded and run nopCommerce using the ASP.NET development server and no problems. It all renders fine and looks great.

But then when I setup a virtual directory in IIS, and navigate to http://localhost/mysitename/default.aspx it loads but minus the CSS. That is all content is there but the css is not being applied.

When I attach a debugger and step through the code I can see that the theme property is being set correctly. In this case "darkOrange", so all should be fine.

Also I can see when I view source the css references are all present eg "<link href="App_Themes/darkOrange/base.css" type="text/css" rel="stylesheet" />"

Can anyone guess as to why the css/themes is not being picked up?

Cheers
Andrew
Hace 14 años
All good now it was a permissions issue.

"HTTP 401.3 - Access denied by ACL on resource Internet Information Services"

See http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_21388544.html if you're having the same trouble.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.