I have a web application in which i am using crystal reports and they are working fine locally but when i published the project and navigate to the crystal report page they are showing the empty page instead of my report , I have made a sub domain and there i publish my code again so the new sub domain is working fine with crystal report , i have copied all the contents from new to previous but it still gives empty page when i inspact the page using F12 it shows that bobj is not defined error
and the path becomes
http://crystalreportviewers13//js/crviewer/crv.js
Why there is // Forward // before the JS file may be this is prevent some JS files to load so crystal report page shows empty.