Reputation: 487
I am using an ASP.NET Web Application, I want to change this application to Website.
I was using CrystalReportViewer.
Is there any way to re-use the WebApp for Website, since I have another Website and I want to add Reports to that website.
I am using Visual Studio 2008 and SQL Server 2005.
Upvotes: 0
Views: 469
Reputation: 2103
You have to manually move your files into the web site without the .designer files. As long as you copy over the .aspx and .aspx.cs files you should be fine. You may need to re-add the CrystalReportViewer to the web page in order to get the new web site project to add the necessary references.
Upvotes: 1