January 2009 - Posts
If you are developing a web site using the Web Application Project model, then you know that the Project File is an integral part of this model. In order for a file to be considered part of the Web Application Project, it must be included within
Read More...
To get your custom IHttpModule up and running you need three simple things: Source code compiled into dll Registration in .Net Registration in IIS config system Suppose, you have a simple module that raises an event with HttpContext as an argument before
Read More...
If you want to write a script to add new or update existing configuration, no matter what configuration file it belongs to (e.g. administration.config, applicationHost.config or website or application specific web.config), you can install Configuration
Read More...
Either through WMSvc or through your own script, whenever you try to establish a connection with a remote server, which doesn’t provide a trusted certificate you need to provide a delegate for this certificate validation check to validate untrusted
Read More...