W
Wayne Wengert
I built an ASP application and it runs fine on my local IIS. I am trying to
move the application to my web service (ISP) out on the internet. I've read
several of the help articles but they all seem to think I am deploying to
localhosts.
I created a new directory on my web page and copied most of the files from
the wwwroot subdirectory where my project exists. When I try to open the
page (by pointing to "WebForm1.aspx in the new directory) I get the error
shown below. Initially, the authentication mode was "Windows" but that gave
the same error. I changed it to "None" thinking that would resolve it.
What do I have to do in Web.config to get this to work? Also, exacctly which
files really need to be uploaded?
TIA
Wayne
==================================================================
Server Error in '/' 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 37: by Microsoft that offers a single logon and core profile
services for member sites.
Line 38: -->
Line 39: <authentication mode="None" />
Line 40:
Line 41:
Source File:
C:\inetpub2\resadmin\wengert\wengert.org\www\ASPDataGridProj\web.config
Line: 39
move the application to my web service (ISP) out on the internet. I've read
several of the help articles but they all seem to think I am deploying to
localhosts.
I created a new directory on my web page and copied most of the files from
the wwwroot subdirectory where my project exists. When I try to open the
page (by pointing to "WebForm1.aspx in the new directory) I get the error
shown below. Initially, the authentication mode was "Windows" but that gave
the same error. I changed it to "None" thinking that would resolve it.
What do I have to do in Web.config to get this to work? Also, exacctly which
files really need to be uploaded?
TIA
Wayne
==================================================================
Server Error in '/' 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 37: by Microsoft that offers a single logon and core profile
services for member sites.
Line 38: -->
Line 39: <authentication mode="None" />
Line 40:
Line 41:
Source File:
C:\inetpub2\resadmin\wengert\wengert.org\www\ASPDataGridProj\web.config
Line: 39