Classic asp and .aspx pages

  • Thread starter Thread starter anon
  • Start date Start date
A

anon

We have a web application developed using classic asp running IIS 6.0 and
Windows 2003 server.

There is a link to an .aspx page(developed using VS 2005) which displays a
report using the Crystalreport veiwer control.

How do we deploy the .aspx page as part of the same application?

Thanks
 
You just need to deploy the .aspx page and the assembly file into a /bin
folder on the target server.
 
Back
Top