Showing posts with label ASP. Show all posts
Showing posts with label ASP. Show all posts

Friday, July 22, 2011

Web.config with special characters

The web.config is like any other XML file, so certain characters need to be encoded. For example, & should be written like this:

Friday, July 15, 2011

App_Offline.htm

Using App_Offline.htm page is a nice trick, when we want to take our page offline for a while (for example under construction). More info we can find at ScottGu's Blog.