I need Help with web.config please !
Hello,
I have the web.config file at the point of Chapter 3. For some reason
I get several errors due to the line
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
The errors that i'm getting are of the sort:
-------------------------------------------------------------------
Message 1 Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configuration'. C:\Documents and Settings\Fluffy\My Documents\Visual Studio 2005\WebSites\The Beer House\Web.config 2 2
Message 2 Could not find schema information for the element 'http://schemas.microsoft.com/.NetConfiguration/v2.0:configSections'. C:\Documents and Settings\Fluffy\My Documents\Visual Studio 2005\WebSites\The Beer House\Web.config 4 4
--------------------------------------------------------------------
can anybody suggest a reason for these errors ?
thanks ahead,
--fluffy
|