I have a Classic ASP application using Crystal Reports 8.0. It is using the ActiveX Viewer to display the reports on IE. It is working just fine.
But, I want to covert it to use ASP.Net on VS 2005. I don't want to rewrite the whole structure with new Crystal Reports version with RAS...etc. I simply want to modify all of my ASP codes to ASP.Net, then continue to use the Crystal Report RDC components, and continue to use the ActiveX Viewer.
I am thinking I will have to manually rewrite the rptserver.asp and SmartViewerActiveX.asp files into aspx files.
Is this possible? Has anyone done this successfully? Or is there an easier solution?