A
ad
I am use VS2005 to develp web applicaiton, it run well in my notebook
But after deploy it to a Server.
When I start this web application in that server, it showmessage like below.
How can I do?
-------------------------------------------------------------------------------------------------------
Config error
Parser error, can't tell attribute 'xlmls'
Line 1: <?xml version="1.0"?>
Line 2: <configuration
xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
Line 3: <appSettings>
Line 4: <add key="Ver" value="8.01" />
Source code: C:\inetpub\wwwroot\myWeb\web.config Line: 2
But after deploy it to a Server.
When I start this web application in that server, it showmessage like below.
How can I do?
-------------------------------------------------------------------------------------------------------
Config error
Parser error, can't tell attribute 'xlmls'
Line 1: <?xml version="1.0"?>
Line 2: <configuration
xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
Line 3: <appSettings>
Line 4: <add key="Ver" value="8.01" />
Source code: C:\inetpub\wwwroot\myWeb\web.config Line: 2