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
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
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)
November, 2008
MSDN Blogs
>
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
>
November, 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 # 30: Did you know... Ajax Extender controls UI behaves differently in VS 2008 than in VS 2005
Posted
over 4 years ago
by
Web Development Tools Microsoft
4
Comments
In VS 2005, you can drag and drop an extender control anywhere on the design surface. However, in VS 2008, you can drop an extender only on an ASP control which the extender can extend its functionality. When you drag an extender and hover it over a control...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #29: Did you know… How to enable Edit and Continue feature for Web Application Projects?
Posted
over 4 years ago
by
Web Development Tools Microsoft
14
Comments
If you want to edit your WAPs while debugging them, here is how you do it: 1. Check the “ Enable Edit and Continue ” checkbox in the Web Properties page. 2. Check the “ Enable Edit and Continue ” checkbox under Tools->Options->Debugging->Edit...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #28 Did you know… That “Go to definition” is supported for CSS Class?
Posted
over 4 years ago
by
Web Development Tools Microsoft
9
Comments
If you have a style defined as Class = ”fooRed” as shown below and want to quickly know what does fooRed style contain? < div class ="fooRed"> In RED </ div > Just place your cursor on fooRed and hit the...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip#27: Did you know... The Microsoft Web Platform Installer RC release supports Windows XP as well as Windows Server 2003
Posted
over 4 years ago
by
Web Development Tools Microsoft
2
Comments
Microsoft's Web Platform Installer has been a cool and simple tool that install's Microsoft's entire Web Platform including IIS (5.1, 6.0 or 7.0), Visual Web Developer 2008 Express Edition, SQL Server 2008 Express Edition and .NET framework. The user...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #26: Did you know... How to have C# and VB.NET files inside your App_Code directory?
Posted
over 4 years ago
by
Web Development Tools Microsoft
5
Comments
If you are taking advantage of the App_Code folder to develop an ASP.NET WebSite some times you need to use code files that are written in different .NET languages. For example, you may want to use C# files and VB.NET files in the same web site: To be...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip#25: Did you know... You can have canonical URLs and Redirects with IIS 7.0
Posted
over 4 years ago
by
Web Development Tools Microsoft
5
Comments
Canonical URLs help you to make your links Search Engine Optimized (SEO). For human it is easy to understand that http://www.contoso.com is same as http://contoso.com . But many search engines will not make this assumption and treat them as two separate...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #24: Did you know…You could display CSS/HTML errors as warnings or as errors?
Posted
over 4 years ago
by
Web Development Tools Microsoft
1
Comments
VS 2008 has this cool feature of downgrading any CSS/HTML errors to warnings. This is helpful when you want to separate out validation errors and are looking for what is actually stopping your build. In VS 2008 the default behavior is to display any HTML...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #23: Did you know…How to launch Formatting options dialog for editor with 2 clicks?
Posted
over 4 years ago
by
Web Development Tools Microsoft
1
Comments
Normally we use Tools->Options->Text Editor->HTML->Format to launch the Formatting Options dialog shown below: You can also launch the above dialog from the editor surface with just 2 clicks. On the editor surface, right-click and choose ...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #22: Did you know…How to improve performance of Page and Server Control Processing?
Posted
over 4 years ago
by
Web Development Tools Microsoft
6
Comments
Avoid unnecessary round trips to the server - You can use ASP.NET Ajax and partial page rendering. ASP.NET Ajax - ASP.NET Ajax allows the developer to create web application in ASP.NET which can update data on the web page without a complete reload of...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #21: Did you know...How to set a fixed port for the Developer Web Server?
Posted
over 4 years ago
by
Web Development Tools Microsoft
12
Comments
Technorati Tags: Visual Studio 2008 , VS2008 , VWD , tips and tricks , Visual Studio , Cassini , Developer Web Server When you create a file based web site, the "Developer Web Server" is fired up on a local port to serve the web site. ...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #20: Did you know… How to change WAP to use an IIS Web server?
Posted
over 4 years ago
by
Web Development Tools Microsoft
2
Comments
Sometimes while developing WAP you might want to switch to IIS Web server instead of the Visual Studio Development Server provided by VWD. Here is how you do it: 1. Go to the Properties page of WAP by clicking on properties under WAP in Solution Explorer...
Page 1 of 1 (11 items)