Asp Web App

  • Thread starter Thread starter Grumpy Aero Guy
  • Start date Start date
G

Grumpy Aero Guy

OK...probably a DUMB question... but here goes.....

Created a simple web app (experimental app)...

runs OK....

Shows up on localhost and runs as degined.... (ALL IS WELL !!!!!!!!!!)

NOW.......

how do i add this one asp page/app to an existing site built with FP2003 as
its own page in this web ????????

:-O !!!

Thanks for your help in advance
 
(assuming DOTNET Framework is installed on the web server hosting FP site).

Create a bin folder in the root of your virtual directory. Copy you app's
*.dll to this bin folder (assuming you have codebehind, and not simply an
in-line .aspx page) Copy the web.config file to root of your virtual
directory. Copy the *.aspx page to desired location within web site.

Suggest posting to microsoft.public.dotnet.framework.aspnet for a better
response.

HTH,
Greg
 
Back
Top