J
JJA
I have a very large classic ASP site that is making heavy use of
server-side #INCLUDE of .ASP files within .ASP files. I've researched
and seen recommendations describing how you can convert all files to
be included to user controls and then change all including files to
use "register directives" at the top of the file and <UserControl:xxx>
wherever the #INCLUDE file resided in the <BODY of the page.
Furthermore, all "including files" would have to be changed from .ASP
to .ASPX files as I understand it. It gets progressively awkward if a
file is both a main or "including" .ASP file sometimes and is in other
cases #INCLUDEd by other main files.
My question is - Is there any other and easier way to handle a
conversion like this?
My immediate goal is to get this site - www.mortgagedataweb.com -
operational on a new platform - Win2003 Server WebEdition. I used the
IIS Migration Tool as a start but it appears to just copy files and
handle some IIS chores. I know the benefits of UserControls but now I
am trying to just get a site working fast.
Thanks in advance for guidance.
server-side #INCLUDE of .ASP files within .ASP files. I've researched
and seen recommendations describing how you can convert all files to
be included to user controls and then change all including files to
use "register directives" at the top of the file and <UserControl:xxx>
wherever the #INCLUDE file resided in the <BODY of the page.
Furthermore, all "including files" would have to be changed from .ASP
to .ASPX files as I understand it. It gets progressively awkward if a
file is both a main or "including" .ASP file sometimes and is in other
cases #INCLUDEd by other main files.
My question is - Is there any other and easier way to handle a
conversion like this?
My immediate goal is to get this site - www.mortgagedataweb.com -
operational on a new platform - Win2003 Server WebEdition. I used the
IIS Migration Tool as a start but it appears to just copy files and
handle some IIS chores. I know the benefits of UserControls but now I
am trying to just get a site working fast.
Thanks in advance for guidance.