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)
December, 2008
MSDN Blogs
>
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
>
December, 2008
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 #40: Did you know…How to scope master pages?
Posted
over 5 years ago
by
Web Development Tools Microsoft
7
Comments
Master page is a template page that can be used to create a consistent layout for your application. First you create a master page to define the look & feel of the application and then you create the content pages that contains the content. You can...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #39: Did you know… How to cancel a remote web operation in Visual Studio 2008?
Posted
over 5 years ago
by
Web Development Tools Microsoft
5
Comments
In VS2005, when you connected to an FTP or FrontPage server, the IDE would not let you intervene to cancel the operation. In VS2008, during most any operation that has you connecting to a remote source via FTP or FrontPage Server Extensions, you...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #38: Did you know... How to use Failed Request Tracing to trace Rewrite Rules?
Posted
over 5 years ago
by
Web Development Tools Microsoft
3
Comments
IIS7.0 Failed Request Tracing (FRT) is a powerful troubleshooting tool for request-processing failures. More details regarding FRT and how to enable it can be be found here . Once the failed request tracing is enabled for your site, do the following to...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #37: Did you know…How to organize usings?
Posted
over 5 years ago
by
Web Development Tools Microsoft
3
Comments
Overtime C# source code files may have unnecessary & unorganized using directives. Visual Studio IDE organize using options can help you to unclutter the source code. To organize the C# code right click anywhere inside the code editor, select Organize...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #36: Did you know... How to manage pilot or beta program for your site using Application Request Routing in IIS7.0?
Posted
over 5 years ago
by
Web Development Tools Microsoft
2
Comments
Won't it be cool if you can target and route appropriate users of your site to your pilot/beta/new looking site based on user's profile. This may help you in managing select users who have previously signed for pilot program and redirect them to new looking...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #35: Did you know…How to add Intellisense from script libraries for JS files?
Posted
over 5 years ago
by
Web Development Tools Microsoft
2
Comments
Here is an example to add intellisense for JS files in VS 2008. So, you have two Javascript files Jscript1.js with the following code function validateForm() { } and Jscript2.js (wherein you want current JScript file to show intellisense including objects...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #34: Did you know... How to stop hot-linking from your site using URL Rewrite in IIS 7.0?
Posted
over 5 years ago
by
Web Development Tools Microsoft
10
Comments
Hot-linking is a direct linking to a web-site's file (images, videos etc). An example can be using an <img> tag to display a JPEG image someone finds at your web site. This is also referred to as bandwidth theft as when someone is viewing this site...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #33: Did you know… How to create Nested Master Pages using VS 2008?
Posted
over 5 years ago
by
Web Development Tools Microsoft
5
Comments
VS 2008 and VWD 2008 both support Nested Master Pages which means you can have a Base Master page which would cater to the whole site and then you can further customize these Base Master Pages. Here is how you do it: 1. Create a BaseMasterPage.master...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #32: Did you know... How to easily create your own project templates?
Posted
over 5 years ago
by
Web Development Tools Microsoft
5
Comments
Visual Studio makes it very easy to create item and project templates with the Export Template Wizard. Open the wizard by selecting Export Template... from the file menu. Note: For this tip I am using the Jobs Site Starter Kit . After selecting Export...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #31: Did you know... How to have user friendly URL using IIS 7.0 URL Rewrite module?
Posted
over 5 years ago
by
Web Development Tools Microsoft
3
Comments
It's always good to have friendly URL so that people visiting your site find it easier to remember. Asking your user to remember http://www.contoso.com/article.aspx?id=342&title=URL-Rewrite-Walkthrough for URL Rewrite walkthrough is not the nicest...
Page 1 of 1 (10 items)