Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Programming   (RSS)

IIS7 Managed Module - URL redirection, Http2Https, File extension re-mapping

As I really want to explore more of the development enhancements that can be done on top of the existing features on IIS7, I wrote a simple Module in C# for IIS7. Since I wanted to write a managed code, I used the ASP.NET server extensibility APIs. Previously,
Posted by rakkim | 2 Comments

Response. CacheControl

You can set this property to “public” if you want to advise the proxy server to cache this asp page. By default, this property will be set to “private”. Usually ASP pages are developed to be unique for each user browsing the website. And that’s the reason
Posted by rakkim | 0 Comments
Filed under: , ,
 
Page view tracker