Share via


Tips & Tricks for ASP.NET, IIS, and Visual Web Developer

Recently, I received a question referring to our blog Part 2 of 3: Creating shared user controls and...

Date: 09/19/2011

When working with a solution that contains numerous projects, I find myself often wanting to only...

Date: 08/15/2011

In Visual Studio 2010, we can reference other JavaScript files inside current JavaScript file like...

Date: 03/31/2011

VS2010 Ultimate included IntelliTrace functionality by default.  IntelliTrace captures events...

Date: 08/19/2010

In VS2010 all editions, the default .NET Framework 4.0 ASP.NET Web Site and Web Application template...

Date: 05/06/2010

By design, Visual Studio 2010 will skip the empty directory when packaging web application project...

Date: 04/29/2010

After the Beta 2 release of Visual Studio 2010, the Publish Web Dialog was modified to include two...

Date: 04/26/2010

In Tip #103 I showed a way of customizing the start page in order to add the New Website and Open...

Date: 04/23/2010

In the new VS2010 UI, the start page has been completely re-written.  Part of the changes made...

Date: 04/14/2010

Let’s see this with an example.  I have the following html code on my page. Now if I format the...

Date: 03/25/2010

Themes are a way to define properties of pages and controls, and can be used to provide consistent...

Date: 01/25/2010

You can enable ASP.NET tracing either at an Application level or at a page level; see Tip# 77: Did...

Date: 12/18/2009

RTW version 2 of Web PI, which shipped in September, now offers additional products through Media...

Date: 11/03/2009

In Windows 7, IIS application pool isolation was taken yet to a different level. The new change...

Date: 10/02/2009

The design view in Visual Studio can display glyphs and borders for the hidden non - graphic...

Date: 09/30/2009

You can use the SQL Publishing wizard in VS 2008/VWD 2008 to deploy a local database from your...

Date: 09/27/2009

Creating a Web Application Project was possible only in VS standard SKU and above in VS 2008. But...

Date: 09/20/2009

Today the Microsoft IIS team has released the beta of the Windows Cache Extension 1.0 for PHP. The...

Date: 09/01/2009

When deploying PHP web applications that handle their errors with their own error pages, the...

Date: 08/24/2009

Master page for a Web form can always be set manually in the source code, but here is an option to...

Date: 08/21/2009

With the imminent release of Windows 7 and Server 2008 R2 to the general public, some of you may...

Date: 08/11/2009

You can use the Rearrange Commands dialog box to do this. To get there: Launch the...

Date: 07/23/2009

Visual Web Developer by default shows the standard toolbar. To expose the remaining tool bars, you...

Date: 07/19/2009

The other day somebody ask me if there was a way to limit the amount of work that Site Analysis in...

Date: 07/10/2009

If you want to reuse a web form's content in other places in your application, you can easily...

Date: 07/09/2009

The standard methods for searching can be found under the Edit --> Find and Replace menu. The...

Date: 06/30/2009

Visual Web developer 2008 SP1 supports multiple selection of controls on your designer using...

Date: 06/30/2009

As you are developing your site, you may want to start at a particular page for testing your web...

Date: 06/26/2009

Nearly every program needs a logger to log events, errors and exceptions. Sometimes it is also...

Date: 06/23/2009

Following steps highlight how a Visual Studio 2005 Web application project can be migrated to Visual...

Date: 06/18/2009

In Visual Studio 2008, there is a Style Sheet Toolbar (visible only when a CSS file is active) which...

Date: 06/18/2009

With Visual Studio 2008 RTM, JScript validation setting is an option on the HTML validation page on...

Date: 06/15/2009

Select the lines you want to be commented in your ASPX, HTML, web config file etc  and click on...

Date: 06/15/2009

Document Outline window can be launched from the menu View -> Document Outline, or via short cut...

Date: 06/12/2009

Enabling tracing at page level gives you a bunch of information that can be useful while debugging...

Date: 06/11/2009

Some times as you are building your web page, you may want to hide all the non-visual controls like...

Date: 06/09/2009

When web pages are posted back to the server, by default user is returned to the top of the page. On...

Date: 06/08/2009

Tip#62 showed you how to add an AJAX Control Toolkit to your Toolbox. Once you have the toolkit here...

Date: 06/05/2009

IIS Search Engine Optimization (SEO) Toolkit Beta – is a free toolkit that helps Web developers,...

Date: 06/03/2009

Technorati Tags: VWD,Visual Studio 2008,tips and tricks,ASP.NET,IIS,IIS Remote Manager,WebPI Last...

Date: 06/01/2009

Following are the new configuration settings available in FastCGI 1.5 Extension Beta:...

Date: 06/01/2009

Windows 7 RC’s IIS included ftp 7.5 feature.  Installing it from command line is a little bit...

Date: 05/31/2009

Ctrl +Shift+W does the trick for you. This short cut is mentioned under File Menu -> View in...

Date: 05/31/2009

Open an existing web site in VWD. Open the page by double clicking on it in solution explorer to...

Date: 05/31/2009

Add Controller (Ctrl-M Ctrl-C) Add Controller is a simple dialog box that lets you quickly add...

Date: 05/31/2009

It's a nice time saver if you would like the HTML editor to automatically add quotes for the...

Date: 05/29/2009

In Tip#64, we showed you how to convert a GridView's bound fields into template fields. In this tip,...

Date: 05/27/2009

Assume that you already have a data source SqlDataSource1 that binds to a simple query returning...

Date: 05/27/2009

In Tip#21 we showed you how to set a fixed port for the Developer Web Server in Web Sites. Here is...

Date: 05/19/2009

Steps to add Ajax Control Toolkit for Framework 3.5 SP1Steps to add Ajax Control Toolkit for...

Date: 05/16/2009

Next>