Sunday, June 17, 2007

Restore IntelliSense for web.config

Sometimes intellisense gets lost for web.config in VS2005.

Seems like it happens after usage of "ASP.NET Configuration" tool. The tool replaces <configuration> tag with <configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">, and IntelliSense is not available after that.

To fix the problem - just remove that xmlns="..." from the <configuration> tag. And save the web.config.

 

Labels: , , , , ,

0 Comments:

Post a Comment

<< Home