下载: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

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

    How to get Intellisense for Web.config and App.config in Visual Studio .NET?(转载)
     
  8. Remember to remove the xmlns attribute from the <configuration> element when you have finished editing your Web.config file!

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
  • 2021-09-06
  • 2021-06-05
  • 2021-06-11
  • 2021-08-06
  • 2021-08-06
猜你喜欢
  • 2021-09-05
  • 2022-01-21
  • 2022-12-23
  • 2021-08-26
  • 2021-12-15
  • 2021-12-26
相关资源
相似解决方案