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)
MSDN Blogs
>
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
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#96: Did you know…You could publish your SQL databases using the SQL Publishing Wizard?
Posted
over 4 years ago
by
Web Development Tools Microsoft
4
Comments
You can use the SQL Publishing wizard in VS 2008/VWD 2008 to deploy a local database from your development machine to a hosting environment on a remote machine. This is how you will accomplish this: Step 1: Create a new web site by selecting menu File...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip#97: Did you know… How to Display Hidden Information in Design View
Posted
over 4 years ago
by
Web Development Tools Microsoft
4
Comments
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...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #87: Did you know… How to reuse a web page by converting into an ASP.NET User Control?
Posted
over 4 years ago
by
Web Development Tools Microsoft
4
Comments
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...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #82: Did you know... How to migrate Visual Studio 2005 Web Application Project to Visual Studio 2008
Posted
over 4 years ago
by
Web Development Tools Microsoft
4
Comments
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...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #76: Did you know… How to hide a non-visual control in your designer?
Posted
over 4 years ago
by
Web Development Tools Microsoft
4
Comments
Some times as you are building your web page, you may want to hide all the non-visual controls like Timer control so that the page looks close to how it would be rendered on your browser. Our Designer can toggle between displaying and not displaying Non...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip# 78: Did you know… How to navigate using Document Outline?
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Document Outline window can be launched from the menu View -> Document Outline , or via short cut key Ctrl-Alt-T . The Document Outline window displays a nested, hierarchical tree of the elements and scripts on the page. It gives you a good overview...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #79: Did you know… How to quickly comment and uncomment in your web pages?
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Select the lines you want to be commented in your ASPX, HTML, web config file etc and click on the Comment/ Uncomment icon in Toolbar. The comment icon looks like this: The icon for uncomment looks like: Alternatively you can use Keyboard...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #80: Did you know… How to show JScript validation errors as warnings?
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
With Visual Studio 2008 RTM, JScript validation setting is an option on the HTML validation page on the Options dialog. Since Visual Studio 2008 SP1 and later, we added a new option page JScript on the Options dialog, see the blog "Introducing JScript...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #107 Did you know … How to improve debugging performance for MVC2 application in Visual Studio 2010 Ultimate?
Posted
over 3 years ago
by
Web Development Tools Microsoft
3
Comments
VS2010 Ultimate included IntelliTrace functionality by default. IntelliTrace captures events (e.g. exceptions), and can affect performance of debugging. The typical performance hit is about 5% in the default mode (collection can be increased to...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #103: Adding the New Website and Open Website buttons to the VS2010 Start Page
Posted
over 3 years ago
by
Web Development Tools Microsoft
3
Comments
In the new VS2010 UI, the start page has been completely re-written. Part of the changes made were to hide the New Website and Open Website buttons. Basically it went from the old look in VS2008: To the new look in VS2010: Of course, ASP.NET...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip#64:Did you know … How to convert a GridView column from asp:BoundField to asp:TemplateField in Design View?
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Assume that you already have a data source SqlDataSource1 that binds to a simple query returning some details from the Customers table. <asp:SqlDataSource ID= "SqlDataSource1" runat= "server" ConnectionString= "<...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #70: Did you know… how to install win7 RC IIS through command script?
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Windows 7 RC’s IIS included ftp 7.5 feature. Installing it from command line is a little bit different than the vista IIS7 command line. It is as following: start /w pkgmgr /l:log.etw /iu:IIS-WebServerRole;IIS-WebServer;IIS-CommonHttpFeatures;IIS...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #71: Did you know... there are several new configuration settings available in FastCGI Extension 1.5 Beta
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Following are the new configuration settings available in FastCGI 1.5 Extension Beta: MonitorChangesTo - This property specifies path to a file, changes to which will trigger a recycle of FastCGI executables running for this FastCGI process pool. If value...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #72: Did you know... you can now manage Windows Server 2008 and Windows Server 2008 R2 from Windows 7
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Technorati Tags: VWD , Visual Studio 2008 , tips and tricks , ASP.NET , IIS , IIS Remote Manager , WebPI Last week, IIS Remote Manager was re-released to support Windows 7. Prior to this release, remote management was supported only on XP, Vista, Windows...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip # 53: Did you know... How to edit the templates for gridview in VS designer?
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
Gridview control has the flexibility to be configured how it's rendered using templates. Following steps show how the control's edit template can be changed in the Visual Studio Designer. I have a GridView hooked up to Sqldatasource using Northwind.products...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #54: Did you know…How you can turn off intellisense for HTML/ CSS editors
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
If you would like turn off intellisense in HTML editors (aspx, html files) and CSS editor (css files), you could do so by going to Tools->Options dialog. For HTML editor, go to Tools->Options->HTML->General. In the right pane, under Statement...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #47 Did you know… that front page script remote debugging requires turning off IE’s Enhanced Security Configuration in windows 2003 and windows 2008?
Posted
over 4 years ago
by
Web Development Tools Microsoft
3
Comments
When doing remote front page debugging using visual studio 2008 in windows 2003 or windows 2008, one might found the breakpoint in the script cannot be hit. A likely reason is that we need to turn off Internet Explorer Enhanced Security Configuration...
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...
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 #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 #10 Did you know… Visual Web Developer 2008 has a New Style Builder Dialog?
Posted
over 5 years ago
by
Web Development Tools Microsoft
3
Comments
Visual Studio 2008 has a New Style builder dialog. This dialog box helps you design new styles and also preview it at the same time. Using this dialog, you can create a style which can live in current page, an existing external style sheet or a new external...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #12: Did you know..How to create an IIS Virtual Directory from within Visual Web Developer?
Posted
over 5 years ago
by
Web Development Tools Microsoft
3
Comments
Here are the steps on how to create a Local IIS Virtual Directory.To start with you should have IIS installed on your box. Step1: Go to File Menu->Click on New Web Site. Step2: Click on the Browse button in the New Web Site dialog. This will bring...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #19: Did you know…How to set the default view to Design view?
Posted
over 5 years ago
by
Web Development Tools Microsoft
2
Comments
Source View is the default view for the IDE when you edit a Web page. You can customize the IDE so that Design View is the default. Select the menu option : Tools – > Options… From the Options dialog tree select HTML Designer –> General Select Design...
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 5 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...
Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Tip #11 Did you know… New Style builder can be invoked from various other tool windows in Visual Web Developer.
Posted
over 5 years ago
by
Web Development Tools Microsoft
2
Comments
Tip#10 spoke about the New Style Builder Dialog. There are various other entry points to this dialog. You can invoke it from the following places from the IDE: CSS Properties Tool Window: Bring up the CSS properties dialog by selecting View –>CSS...
Page 3 of 5 (111 items)
1
2
3
4
5