Re: Config Error



On 12/26/05 19:35, in article ek0$YapCGHA.312@xxxxxxxxxxxxxxxxxxxx, "Jim
McGivney" <mcgiv1@xxxxxxxxxxxxxxxxxxxxx> 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
> 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
>
>
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

.



Relevant Pages

  • Config Error
    ... I have a very simple website I developed using Web Developer Express. ... I use the Copy Web Site to place the ... An error occurred during the processing of a configuration file ... Source Error: ...
    (microsoft.public.vsnet.general)
  • Re: Starting application from a web page
    ... in that ..., most likely caused by using CSIDL_APPDATA to find the folder, and than means ... you can put them on the Web site. ... an application from a website. ... a configuration file. ...
    (microsoft.public.vc.mfc)
  • Re: OT: Flash Playing
    ... web site to account for the recent cd release and I just got past this ... Flash Player. ... At least from my amateur web developer perspective its cool. ... kinda curious who does their own website around here. ...
    (rec.music.makers.guitar.acoustic)
  • Share AppSettings configuration between a service Web and an asp.net web application
    ... configuration file. ... My goal is only to modify the appSettings section. ... my webservice A is a web application from the B web site. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Module name space collision
    ... Each of the config files (MetaManagerTest in the examples below) need to ... The code I have works fine when there is a single web site on my server ... use strict; ... Local Configuration File 1 living at ...
    (perl.beginners)

Loading