I have a very simple website I developed using Web Developer Express. It
has one page that only contains text. I use the Copy Web Site to place the
site on my host's computer. I try to run the page and get the following
error. Any help would be appreciated.
Thanks,
Jim
Configuration Error
Description: An error occurred during the processing of a configuration file
required to service this request. Please review the specific error details
below and modify your configuration file appropriately.
Parser Error Message: Unrecognized attribute 'xmlns'.
Source Error:
Line 1: <?xml version="1.0" encoding="utf-8"?>
Line 2: <configuration
xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
Line 3: <system.web>
Line 4: <customErrors defaultRedirect="~/Default.aspx" />
Source File: d:\home\sites\winid.com\web\Bobo\web.config Line: 2
On 12/26/05 19:35, in article ek0$YapCGHA.312@TK2MSFTNGP09.phx.gbl, "Jim
McGivney" <mcgiv1@no-spam.sbcglobal.net> wrote:
> I have a very simple website I developed using Web Developer Express. It
> has one page that only contains text. I use the Copy Web Site to place the
[quoted text clipped - 18 lines]
>
> Source File: d:\home\sites\winid.com\web\Bobo\web.config Line: 2
You can safely remove
xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0"
it usually gets inserted by the Web Admin tool and is not necessary.
Thanks
Mikhail Arkhipov (Microsoft)
-- This post is provided 'AS IS' with no warranties and confers no rights