Microsoft Most Valuable Professional

Chris Pietschmann

An MVP From Wisconsin

Configure Visual Studio 2005 for "Classic" ASP syntax highlighting and intellisense

You can use the Visual Studio 2005 IDE to edit your Classic ASP files and still utilize syntax highlighting and intellisense. All you have to do is associate the “.asp“ file extension with the Web Form Editor. When doing this you are telling the IDE to treat “.asp“ files the same as “.aspx“ files, in turn sort of “tricking“ the IDE in to giving you the syntax highlighting and intellisense that you want.

The steps in setting up the IDE are as follows:

  1. Open Visual Studio
  2. Goto the "Tools" menu and click "Options..."
  3. Check the "Show all options" checkbox in the bottom left of the dialog box.
  4. In the right pane expand "Text Editor" and select "File Extension"
  5. Enter "ASP" extension in the "Extension" textbox
  6. Select "Web Form Editor" in the Editor dropdown box
  7. Click the "Add" button and click "Ok" on the dialog box.

And now enjoy all the syntax highlighting and intellisense features for JavaScript, HTML and Visual Basic while editing your Classic ASP files.

Currently rated 2.9 by 8 people

  • Currently 2.875/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:
Categories: General
Posted by crpietschmann on Monday, October 31, 2005 5:58 PM
Permalink | Comments (10) | Post RSSRSS comment feed


Get Visual Studio 2005 and SQL 2005 Free!

If you attend Microsoft's Best of Visual Studio 2005 Launch or Microsoft's Best of SQL Server 2005 Launch and you'll receive a free copy of Visual Studio 2005 Standard Edition and SQL Server 2005 Standard Edition.

VS '05 Launch - http://msdnevents.com/launch
SQL Server '05 Launch - http://technetevents.com/launch

 

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:
Categories: General
Posted by crpietschmann on Wednesday, October 12, 2005 10:15 PM
Permalink | Comments (3) | Post RSSRSS comment feed


A deep talk about ASP.NET Web Controls

This is another great episode of The .NET Rocks show. This weeks episode is all about writing Web Controls in ASP.NET. I think this is one of the more advanced topics they've covered on the show. I listened to it a couple times and since I don't author too many user controls, I think I'll have to play with more of the stuff they discuss.

Miguel Castro on Web Controls
Carl and Richard run into Miguel Castro at a hotel bar at the MVP Summit 2005 in Bellevue, WA. This is the first real show we've done on Web Controls, and it has been a long time coming. There is so much technical information in this show you'll have to listen several times at possibly a slower speed.

Link: http://dotnetrocks.com/default.aspx?showID=136

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Posted by crpietschmann on Friday, October 07, 2005 10:31 AM
Permalink | Comments (0) | Post RSSRSS comment feed


About the author

I'm Chris Pietschmann, go to the About Me page to learn more about me.

Search

Sponsors

Web.Maps.VE - ASP.NET AJAX Virtual Earth Mapping Server Control

Recent comments

Disclaimer


This work is licensed under a Creative Commons Attribution 3.0 United States License, unless explicitly stated otherwise within the posted content.
© Copyright 2004 - 2008 Chris Pietschmann