Asp Web App

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
 
G

Greg Burns

(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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top