Welcome to MSDN Blogs Sign in | Join | Help

News

  • These postings are provided "AS IS" with no warranties, and confer no rights. Use of included code samples are subject to the terms specified Terms of Use

January 2009 - Posts

Tip #44: Did you know…How to view the Project File while still in Visual Studio?
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...
Tip #43: Did you know... The way you register your IHttpModule depends on the request processing pipeline in which your module will run?
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...
Tip #42: Did you know... ConfigurationEditor allows you to generate C#, JavaScript or AppCmd script to update configuration?
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...
Tip #41: Did you know... establishing a remote connection to a IIS server with self-issued certificate will require a certificate validation delegate?
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...
Page view tracker