Crystal Reports + VS2010 deploy to remote webserver-Collection of common programming errors
I made an web application using Crystal Reports for .NET + VS2010 + ASP.NET
In the local IIS, the application works fine.
In the remote server, the page comes blank. If I display the source of the page, the content of the crystal components is in the source.
I read in some sites, I need to put the aspnet_client on the web server but I don’t have this folder in my project neither in the publish folder.
How should I do to generate the aspnet_client folder with this components?
Thanks a lot