Sign in
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Blog - Link List
ASP.NET Resources
Web Developer Tools Team
www.ASP.Net
ASP.NET Forums
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Anh Phan
ASP.NET
CSS
CSS and HTML
Data
Deepak Verma
Designer
Development
Editor
Formatting
HTML
IIS
Options
Ranjini Mathrubootham
Reshmi Mangalore
tips and tricks
URL Rewrite
Visual Studio
Visual Studio 2008
Visual Studio 2008 SP1
Visual Studio 2010
VS2008
VSTS
VWD
WAP
Archive
Archives
September 2011
(1)
August 2011
(1)
March 2011
(1)
August 2010
(1)
May 2010
(1)
April 2010
(4)
March 2010
(1)
January 2010
(1)
December 2009
(1)
November 2009
(1)
October 2009
(1)
September 2009
(4)
August 2009
(3)
July 2009
(4)
June 2009
(16)
May 2009
(10)
April 2009
(9)
March 2009
(7)
January 2009
(4)
December 2008
(10)
November 2008
(11)
October 2008
(9)
September 2008
(4)
August 2008
(4)
July 2008
(2)
January, 2009
MSDN Blogs
>
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
>
January, 2009
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #42: Did you know... ConfigurationEditor allows you to generate C#, JavaScript or AppCmd script to update configuration?
Posted
over 4 years ago
by
Web Development Tools Microsoft
5
Comments
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...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #43: Did you know... The way you register your IHttpModule depends on the request processing pipeline in which your module will run?
Posted
over 4 years ago
by
Web Development Tools Microsoft
5
Comments
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...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #41: Did you know... establishing a remote connection to a IIS server with self-issued certificate will require a certificate validation delegate?
Posted
over 4 years ago
by
Web Development Tools Microsoft
4
Comments
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...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #44: Did you know…How to view the Project File while still in Visual Studio?
Posted
over 4 years ago
by
Web Development Tools Microsoft
2
Comments
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...
Page 1 of 1 (4 items)