G
Guest
I need to add additional .aspx pages to an existing web site. I was hoping
to create a new web project in VS 2003, build the project, copy the .aspx
files and the .dll into the virtual directory of the existing web site. The
existing web site would have a page with a link to the new web pages.
I am getting the error of "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."
I've tried setting authentication to <authentication mode="None" /> in the
Web.config file.
Do you have any ideas as to how I can add my additional .aspx pages to an
existing web site? As a side note, my .aspx pages are independent of the
original web site and they cannot be compiled together. They must remain
separate.
to create a new web project in VS 2003, build the project, copy the .aspx
files and the .dll into the virtual directory of the existing web site. The
existing web site would have a page with a link to the new web pages.
I am getting the error of "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."
I've tried setting authentication to <authentication mode="None" /> in the
Web.config file.
Do you have any ideas as to how I can add my additional .aspx pages to an
existing web site? As a side note, my .aspx pages are independent of the
original web site and they cannot be compiled together. They must remain
separate.