March 2006 - Posts

Loss of intellisense in ASP.NET 2.0 web.config

A well documented bug in ASP.NET 2.0 (even more documented now) is getting loss of Intellisense when editing the web.config file. To get around this, simply remove the xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0" text.

Cheers
Rich
with 1 Comments