Quantcast
Channel: Tips & Tricks for ASP.NET, IIS, and Visual Web Developer
Browsing all 35 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Tip #87: Did you know… How to reuse a web page by converting into an ASP.NET...

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...

View Article



Image may be NSFW.
Clik here to view.

Tip #88: Did you know… To not stress your server, limit the number of...

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...

View Article

Image may be NSFW.
Clik here to view.

Tip #89: Did you know…You could customize Toolbars in Visual Web Developer?

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...

View Article

Image may be NSFW.
Clik here to view.

Tip #90: Did you know … How to rearrange menu items in Visual Web Developer?

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...

View Article

Image may be NSFW.
Clik here to view.

Tip #91: Did you know … How to automate FTP 7.5 installation and site creation?

With the imminent release of Windows 7 and Server 2008 R2 to the general public, some of you may want to automate the installation FTP 7.5 on the machine. Thanks to pkgmgr, this is made amazingly...

View Article


Image may be NSFW.
Clik here to view.

Tip #92: Did you know … How to select a master page using 'Select a Master...

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...

View Article

Image may be NSFW.
Clik here to view.

Tip #93: Did you know … PHP and Custom Error Pages configuration?

When deploying PHP web applications that handle their errors with their own error pages, the existingResponse for Custom Error Pages feature of IIS should be set to “PassThrough” for that particular...

View Article

Image may be NSFW.
Clik here to view.

Tip #94: Did you know … How to improve the performance of PHP application on...

Today the Microsoft IIS team has released the beta of the Windows Cache Extension 1.0 for PHP. The Windows Cache Extension for PHP is a PHP accelerator, that is used to increase the speed of PHP...

View Article


Image may be NSFW.
Clik here to view.

Tip #95: Did you know… That Web Application Projects and Class libraries are...

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...

View Article


Image may be NSFW.
Clik here to view.

Tip#96: Did you know…You could publish your SQL databases using the SQL...

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...

View Article

Image may be NSFW.
Clik here to view.

Tip#97: Did you know… How to Display Hidden Information in Design View

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...

View Article

Image may be NSFW.
Clik here to view.

Tip#98: Did you know… The default Application Pool Identity in IIS 7.5...

In Windows 7, IIS application pool isolation was taken yet to a different level. The new change introduced in IIS7 (Windows Server 2008) was a new option to run your application pool as AppPoolIdentiy....

View Article

Image may be NSFW.
Clik here to view.

Tip#99: Did you know… You can now install new Media and Developer Tools...

RTW version 2 of Web PI, which shipped in September, now offers additional products through Media and Developer Tools scenarios through the new Options Dialog. You can include products from these...

View Article


Image may be NSFW.
Clik here to view.

Tip#100: Did you know… How to view ASP.NET trace information?

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...

View Article

Image may be NSFW.
Clik here to view.

Tip#101: Did you know… How to scope Theme

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...

View Article


Image may be NSFW.
Clik here to view.

Tip#102: Did you know… How to specify tag specific formatting

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...

View Article

Image may be NSFW.
Clik here to view.

Tip #103: Adding the New Website and Open Website buttons to the VS2010 Start...

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...

View Article


Image may be NSFW.
Clik here to view.

Tip #103 revisited

In Tip #103 I showed a way of customizing the start page in order to add the New Website and Open Website controls.  It turns out that using a loose XAML file as I did in that post is not the...

View Article

Image may be NSFW.
Clik here to view.

Tip #104: Did you know … How to view text for the ‘hint’ buttons on the...

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...

View Article

Image may be NSFW.
Clik here to view.

Tip #105: Did you know … How to include empty directory when package a web...

By design, Visual Studio 2010 will skip the empty directory when packaging web application project using web deploy.  To get empty directory packaged and deployed, we can work around this by adding an...

View Article
Browsing all 35 articles
Browse latest View live


Latest Images