Sign in
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET
Ajax
Anh Phan
ARR
ASP.NET
ASP.NET MVC
Automatic
Bala Chirtsabesan
Build
Canonical URL
Configuration Editor
CSS
CSS and HTML
Data
Database
Debug
Deepak Verma
Designer
Development
Dynamic Data
Editor
Export
Failed Request Tracing
FastCGI
Formatting
FRT
ftp
Hotlinking
HTML
IIS
Import
Intellisense
IntelliTrace
JavaScript
Jimmy Lewis
Joe Cartano
JScript
Mark Berryman
Master Pages
MVC
MVC 2
One-Click Publish
Options
Package
Paste
Per Tag Options
Perfomrance
Performance
PHP
Publish
Ranjini Mathrubootham
remote connection
Reshmi Mangalore
SEO
Settings
Shortcuts
tips and tricks
Tools
URL Redirect
URL Rewrite
Validation
Visual Studio
Visual Studio 2008
Visual Studio 2008 SP1
Visual Studio 2010
VS 2010
VS2008
VSTS
VWD
WAP
Web Deployment
Web PI
Windows 7
Xinyang Qiu
Browse by Tags
MSDN Blogs
>
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
>
All Tags
>
vsts
Tagged Content List
Blog Post:
Tip #104: Did you know … How to view text for the ‘hint’ buttons on the Publish Web Dialog?
Web Development Tools Microsoft
After the Beta 2 release of Visual Studio 2010, the Publish Web Dialog was modified to include two information buttons associated with the Service URL and Site/application text boxes. (See Figure 1) Figure 1 – New information (‘hint’) buttons (see circled question marks) There are two keys to remember...
on
26 Apr 2010
Blog Post:
Tip#100: Did you know… How to view ASP.NET trace information?
Web Development Tools Microsoft
You can enable ASP.NET tracing either at an Application level or at a page level; see Tip# 77: Did you know… How to enable Page Level Tracing for your ASP.NET pages? for more information. With the tracing enabled, you can view the trace output in a trace viewer by navigation to trace.axd from the...
on
18 Dec 2009
Blog Post:
Tip#97: Did you know… How to Display Hidden Information in Design View
Web Development Tools Microsoft
The design view in Visual Studio can display glyphs and borders for the hidden non - graphic elements (such as div, span, form, and script elements). This feature helps you to see where the elements are and avoid inadvertently deleting the non-graphic elements from your page while editing. To enable...
on
30 Sep 2009
Blog Post:
Tip #92: Did you know … How to select a master page using 'Select a Master Page' dialog?
Web Development Tools Microsoft
Master page for a Web form can always be set manually in the source code, but here is an option to select the master page while create the webform using the 'Select a Master Page' dialog. The path to select a Master page using the 'Select a master page' dialog is different for a Web application project...
on
21 Aug 2009
Blog Post:
Tip#63: Did you know…How to specify a fixed port for Visual Studio Development Server while using WAPs?
Web Development Tools Microsoft
In Tip#21 we showed you how to set a fixed port for the Developer Web Server in Web Sites. Here is how you will be able to configure this for Web Application Projects. 1. Go to the properties page of WAP. Right Click on your Web Application and click on Properties in context menu. This will take you...
on
19 May 2009
Blog Post:
Tip #61: Did you know… How to create an ASP.Net Dynamic Data Web Site?
Web Development Tools Microsoft
If your web site is heavily data driven then here is a quick and easy way for you to create one without writing much code. All you need is Visual Studio 2008 SP1 or Visual Web Developer 2008 Express SP1 installed on your box. Dynamic Data Web Sites makes use of a mechanism called Scaffolding. When Scaffolding...
on
14 May 2009
Blog Post:
Tip #50: Did you know…How to absolute position the controls in Visual Studio Designer?
Web Development Tools Microsoft
Absolute positioning control(s) in the designer can seem confusing at first until you learn the visual cues. You can do one of the following two possible actions by dragging the control in the designer. Re-parent the control Change the controls position. When you drag the body of the control, you are...
on
31 Mar 2009
Blog Post:
Tip #33: Did you know… How to create Nested Master Pages using VS 2008?
Web Development Tools Microsoft
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 for the base look: First we need to create a Base...
on
5 Dec 2008
Blog Post:
Tip # 30: Did you know... Ajax Extender controls UI behaves differently in VS 2008 than in VS 2005
Web Development Tools Microsoft
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, if the control can support the extender, you...
on
26 Nov 2008
Blog Post:
Tip #29: Did you know… How to enable Edit and Continue feature for Web Application Projects?
Web Development Tools Microsoft
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 and Continue These two setting will enable...
on
26 Nov 2008
Blog Post:
Tip #26: Did you know... How to have C# and VB.NET files inside your App_Code directory?
Web Development Tools Microsoft
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 able to do this you can use a feature of the compilation...
on
21 Nov 2008
Blog Post:
Tip #24: Did you know…You could display CSS/HTML errors as warnings or as errors?
Web Development Tools Microsoft
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/CSS errors as warnings as shown in the picture...
on
14 Nov 2008
Blog Post:
Tip #22: Did you know…How to improve performance of Page and Server Control Processing?
Web Development Tools Microsoft
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 the page. Partial Page Rendering - Partial-page rendering...
on
9 Nov 2008
Page 1 of 1 (13 items)