Ask a Question related to ASP.NET General, Design and Development.
-
Xu ChunMing #1
web.config Configuration Error when deploy
Hi,
I develop a Asp.net application using VS.NET
and It work well on my computer .
but when I deploy the application to another IIS runming manching .
I just copy the whole folder of the application including bin subfolder to
aother machine .
When I access it via Internet Explorer ,the following error happend.
Does any one have some idea about it ?
Any assistant will be greately appreciated!
Thanks!
========================================
Server Error in '/tunnel' Application.
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: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This error
can be caused by a virtual directory not being configured as an application
in IIS.
Source Error:
Line 36: "Passport" and "None"
Line 37: -->
Line 38: <authentication mode="Windows" />
Line 39:
Line 40: <!-- APPLICATION-LEVEL TRACE LOGGING
Source File: C:\TunnelingTest\AspProxy\web.config Line: 38
Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET
Version:1.0.3705.288
Xu ChunMing Guest
-
Machine.config Configuration Error
I've recently moved web hosts to Network Solutions (Sorry to drop names), and I'm now getting the following error... Configuration Error... -
A must to deploy the web.config file ?
Hi all I have a w/s set up using just its asmx and dll. I pass through the default proxy credentials from my win form, all works fine thus is it a... -
Error loading XML file c:\windows\microsoft.net\framework\v1.0.3705\Config\machine.config
I had many ASP.NET web applications that I created before I had to rebuild my machine. After a fresh install of XP Pro, VS.NET 2003, etc, I now... -
Forms Authentication - GenericPrincipal- How to use web.config configuration
MSDN has good articles that explains how to use GenericPrincipal objects with forms authentication. For instance,... -
Deploy .aspx, browse, get 404 error
I have an asp.net application. I have used VStudio Web Deployment Project to create the MSI file. I copy the MSI file from my developer PC to my... -
Marc Hoeppner #2
Re: web.config Configuration Error when deploy
Hi,
open up the IIS MMC on the target system, open the properties of 'tunnel',
goto home directory and click create in the application settings/application
name area. That should help!
Best regards,
Marc Höppner
NeoGeo
"Xu ChunMing" <xu.chunming@clausmark.com> wrote in message
news:OUIX$z3SDHA.2852@tk2msftngp13.phx.gbl...file> Hi,
> I develop a Asp.net application using VS.NET
> and It work well on my computer .
>
> but when I deploy the application to another IIS runming manching .
> I just copy the whole folder of the application including bin subfolder to
> aother machine .
>
> When I access it via Internet Explorer ,the following error happend.
>
> Does any one have some idea about it ?
> Any assistant will be greately appreciated!
>
> Thanks!
>
>
> ========================================
> Server Error in '/tunnel' Application.
>
>
> Configuration Error
> Description: An error occurred during the processing of a configurationerror> required to service this request. Please review the specific error details
> below and modify your configuration file appropriately.
>
> Parser Error Message: It is an error to use a section registered as
> allowDefinition='MachineToApplication' beyond application level. Thisapplication> can be caused by a virtual directory not being configured as anASP.NET> in IIS.
>
> Source Error:
>
>
> Line 36: "Passport" and "None"
> Line 37: -->
> Line 38: <authentication mode="Windows" />
> Line 39:
> Line 40: <!-- APPLICATION-LEVEL TRACE LOGGING
>
>
>
> Source File: C:\TunnelingTest\AspProxy\web.config Line: 38
>
> Version Information: Microsoft .NET Framework Version:1.0.3705.288;> Version:1.0.3705.288
>
>
Marc Hoeppner Guest



Reply With Quote

