Can anyone help me with this?
I am trying to display Crystal Reports in ASP.Net using
Crystal Viewer inside browser.
When I run the report (aspx) locally on my machine,
everything works fine, but when I try to run
the same report from Win2003 server, it's not displaying
the crystal viewer and returns HTTP 404 , page not found
error.
And when I try to run crystal samples ( samples uses ASP)
from server, everything works fine.
Even I have tried assigning ASPNET account full access to
Viewer Virtual Directory (folder).
I have check all the configurations on my local machine
and made sure that everything is same on server.
I have Visual Studio2003 and Crystal Reports8.0 installed
on my machine
And DotNet framework1.1 and CrystalReports8.0 installed
on server(Win2003 with IIS6.0)
Any help will be greatly appreciated.