cssasp.net-mvcapp-offline.htm

Add css style sheet to app_offline


Well, I'm trying to make custom app_offline.htm and want to add links to my css files in project. But next code doesn't work

<link href="/Content/Themes/screen.css" rel="stylesheet" type="text/css" />

In console I've got error

GET mySite/Content/Themes/screen.css 503 (Service Unavailable)

Please, give me advise how to make a link to css file in app_ofline.htm. Any help will greatly appriciated!


Solution

  • The idea of the app_offline.htm is that it indicates that the app is, well, offline. So, no resources are available from the site when the site is offline. Either put the relevant rules into the page or host the stylesheet on a separate domain.