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
>
visual studio
Tagged Content List
Blog Post:
Tip #109 Did you know … How to speed up build time by *only* building the currently selected project in a multi-project solution?
Web Development Tools Microsoft
When working with a solution that contains numerous projects, I find myself often wanting to only build and run the currently selected project. Other projects in the solution might have build errors that I don’t want to resolve at the current time. By default though, trying to do a CTRL+F5 on the currently...
on
15 Aug 2011
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#102: Did you know… How to specify tag specific formatting
Web Development Tools Microsoft
Let’s see this with an example. I have the following html code on my page. Now if I format the document by selecting Edit –> Format document (or Ctrl K, Ctrl D) The document becomes I want the content inside td should remain on the same line after formatting the document. Following steps would...
on
25 Mar 2010
Blog Post:
Tip#101: Did you know… How to scope Theme
Web Development Tools Microsoft
Themes are a way to define properties of pages and controls, and can be used to provide consistent look across pages. There are several different levels of applying a theme to an individual control, a page, or an application. Control Level Define a named skin (an entry in a .skin file having the...
on
25 Jan 2010
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 #95: Did you know… That Web Application Projects and Class libraries are now available in Express edition?
Web Development Tools Microsoft
Creating a Web Application Project was possible only in VS standard SKU and above in VS 2008. But with VS 2008 SP1 we went ahead and added support for WAP and class libraries in Visual Web Developer Express edition SP1. You can now create WAPs by going to File –> New Project. Reshmi Mangalore SDET...
on
20 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 #90: Did you know … How to rearrange menu items in Visual Web Developer?
Web Development Tools Microsoft
You can use the Rearrange Commands dialog box to do this. To get there: Launch the Tools->Customize dialog. Now select the Commands Tab. Click on the Rearrange commands… button, and this will launch the dialog that will help you with arranging your menu and toolbar items. Now choose a menu or toolbar...
on
23 Jul 2009
Blog Post:
Tip #89: Did you know…You could customize Toolbars in Visual Web Developer?
Web Development Tools Microsoft
Visual Web Developer by default shows the standard toolbar. To expose the remaining tool bars, you will have to right click on the standard tool bar area. This will bring up the list of all toolbars available. Select in this list to show or hide toolbars. In the picture below, I have chosen the formatting...
on
19 Jul 2009
Blog Post:
Tip #88: Did you know… To not stress your server, limit the number of concurrent requests
Web Development Tools Microsoft
The other day somebody ask me if there was a way to limit the amount of work that Site Analysis in IIS SEO Toolkit would cause to the server. This is interesting for a couple of reasons, You might want to reduce the load that Site Analysis cause to your server at any given time You might have a Denial...
on
10 Jul 2009
Blog Post:
Tip #87: Did you know… How to reuse a web page by converting into an ASP.NET User Control?
Web Development Tools Microsoft
If you want to reuse a web form's content in other places in your application, you can easily convert the page into an ASP.NET User Control. Then you can add that user control to any other page. For example, you have a page in your application that looks like the following: Now, you need to rename...
on
9 Jul 2009
Blog Post:
Tip#85: Did you know… You can now do Multiple Selection of controls in your Designer with VS 2008 SP1?
Web Development Tools Microsoft
Visual Web developer 2008 SP1 supports multiple selection of controls on your designer using Ctrl+Click . You can see that the designer: Displays the primary selected control with a white tab. Button3 in the image below. Enable you to set property for the selected controls using Property Grid. Note that...
on
30 Jun 2009
Blog Post:
Tip #84: Did you know… How to set a Start page for your Web Site in Visual Web Developer?
Web Development Tools Microsoft
As you are developing your site, you may want to start at a particular page for testing your web site. By defaults, when you start debugging, Visual Studio runs the page that was currently in focus in your designer. If you set this page, Visual web Developer will start your web site with the Set Page...
on
26 Jun 2009
Blog Post:
Tip #82: Did you know... How to migrate Visual Studio 2005 Web Application Project to Visual Studio 2008
Web Development Tools Microsoft
Following steps highlight how a Visual Studio 2005 Web application project can be migrated to Visual Studio 2008. Take backup of the original project Open Visual Studio 2008 Click File -> Open Project and browse to the folder to open the project You will receive the following conversion wizard to...
on
18 Jun 2009
Blog Post:
Tip #75: Did you know…How to maintain scrollposition after post back?
Web Development Tools Microsoft
When web pages are posted back to the server, by default user is returned to the top of the page. On a large web page, you might have a requirement to scroll down the user automatically to the last position on the page. MaintainScrollPositionOnPostBack page property can be used to achieve this in one...
on
8 Jun 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 # 52: Did you know... When deploying your ASP.NET web application, debug=false should be set in web.config
Web Development Tools Microsoft
To help troubleshoot problems, developers usually enables the debug mode in web.config file. This causes ASP.NET to produce extra information in the compiled assemblies such as debug symbols, metadata. However, performance will be suffered as it takes longer to compile and run, consumes more memory and...
on
14 Apr 2009
Blog Post:
Tip #49 Did you know… how to set the editor to always place open braces on new line for functions in JScript?
Web Development Tools Microsoft
In Visual Studio, click Tools -> Options. In the Options dialog on the left pane select Text editor -> JScript -> Formatting. Check Place open brace on new line for functions. Deepak Verma SDET | Visual Web Developer
on
30 Mar 2009
Blog Post:
Tip #45: Did you know…How to change the DynamicData folder location?
Web Development Tools Microsoft
ASP.NET Dynamic Data is a framework that lets you create data-driven ASP.NET Web applications easily. It does this by automatically discovering data-model metadata at run time and deriving UI behavior from it. By default for a Dynamic data Web Application the dynamic data folder is created in the root...
on
27 Mar 2009
Blog Post:
Tip #37: Did you know…How to organize usings?
Web Development Tools Microsoft
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 usings. Select Remove Unused Usings to remove...
on
28 Dec 2008
Blog Post:
Tip #35: Did you know…How to add Intellisense from script libraries for JS files?
Web Development Tools Microsoft
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 & functions declared in Jscript1.js) Now...
on
16 Dec 2008
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 #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 #28 Did you know… That “Go to definition” is supported for CSS Class?
Web Development Tools Microsoft
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 F12 button. This will highlight the CSS class for...
on
25 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
Page 1 of 2 (41 items)
1
2