How to get Intellisense for Web.config and App.config in Visual Studio .NET?(转载)
下载:https://files.cnblogs.com/wujm/clrconfig.rar
How to install
- Download the CLRconfigSchema.zip file from the link above
- For Visual Studio .NET 2002 unzip the contents of the zip file into
C:\Program Files\Microsoft Visual Studio .NET\Common7\Packages\
schemas\xml - 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 - Open Web.config or App.config in Visual Studio .NET
- View the properties for the document
- Select .NET Configuration File from the list for the targetSchema property

- Edit Web.config or App.config

- Remember to remove the
xmlnsattribute from the<configuration>element when you have finished editing yourWeb.configfile!
浙公网安备 33010602011771号