A
Anil Gupte/iCinema.com
I seem to have read somewhere that one can do this by copying the
code-behind page into the .aspx file. Is there an easier way?
I tried to create a simple web page (I just need a quick registration page
that is temporary). Do I really need to logon to the server, create a
virtual directory and all that junk, just to publish my page? I tried
simply to publish using the FTP publish and here is what I got:
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 49: ASP.NET to identify an incoming user.
Line 50: -->
Line 51: <authentication mode="Windows"/>
Line 52: <!--
Line 53: The <customErrors> section enables configuration
I am so used to years of ASP, where you can build an entire app in notepad,
publish it and you are up and running. Something simple like that would be
my favorite.
Any advice?
code-behind page into the .aspx file. Is there an easier way?
I tried to create a simple web page (I just need a quick registration page
that is temporary). Do I really need to logon to the server, create a
virtual directory and all that junk, just to publish my page? I tried
simply to publish using the FTP publish and here is what I got:
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 49: ASP.NET to identify an incoming user.
Line 50: -->
Line 51: <authentication mode="Windows"/>
Line 52: <!--
Line 53: The <customErrors> section enables configuration
I am so used to years of ASP, where you can build an entire app in notepad,
publish it and you are up and running. Something simple like that would be
my favorite.
Any advice?