When using the app_offline.htm feature of ASP.NET, it only allows html, but no images. Is there a way to get images to display without having to point them to a different url on another site?
|
|
Yes, it just can't come from the site that has the app_offline.htm file. The image would have to be hosted elsewhere. |
||
|
|
|
|
I have an idea. You can create separate application, pointed to the same folder, without ASP.NET enabled. Then accessing to images by this application will not be affected by app_offline.htm file. Or, point that application direсtly to folder with static content, there will not be any app_offline files. But, of course, you need to assign separate dns name for this application, kind of static.somedomain.com. |
||
|
|
|
|
If your willing to do a little more work you can easily create your own pages to take your application offline. One possible solution:
Then in Global.asax
|
||
|
|
