<
configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
Message 1 Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'. C:\Inetpub\wwwroot\Data Source\kpmemorabilia.com\web.config 10 2 C:\...\kpmemorabilia.com\

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> Error Message
cfoks
hello
In the documentation of visual studio 2005 under <configuration> in web.config file is described the element xmlns and the document says that the default value is xmlns=http://schemas.microsoft.com/.NetConfiguration/v2.0 but if write
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"> i receive an error message!!! why
can you help me
Sandeepji Choudhary
Try the following post for answers...
http://forums.microsoft.com/msdn/showpost.aspx postid=7854&siteid=1
modestob