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?
When using the app_offline.htm feature of ASP.NET, it only allows html, but no images.
Share
Yes, it just can’t come from the site that has the app_offline.htm file. The image would have to be hosted elsewhere.