How to get Intellisense for Web.config and App.config in Visual Studio .NET?(转载)

下载:https://files.cnblogs.com/wujm/clrconfig.rar

How to install

  1. Download the CLRconfigSchema.zip file from the link above
     
  2. For Visual Studio .NET 2002 unzip the contents of the zip file into
    C:\Program Files\Microsoft Visual Studio .NET\Common7\Packages\
    schemas\xml
  3. For Visual Studio .NET 2003 unzip the contents of the zip file into
    C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Packages\
    schemas\xml
  4. Open Web.config or App.config in Visual Studio .NET
     
  5. View the properties for the document
     
  6. Select .NET Configuration File from the list for the targetSchema property


     
  7. Edit Web.config or App.config


     
  8. Remember to remove the xmlns attribute from the <configuration> element when you have finished editing your Web.config file!

posted @ 2006-11-13 15:58  吴建明  阅读(422)  评论(0编辑  收藏  举报