Click here to Skip to main content
15,894,825 members
Please Sign up or sign in to vote.
2.50/5 (2 votes)
Hi,

I created a crystal report output using asp.net to be used for multiple people. I used the template ASP.NET crystal report to create the report. Its created and run successfully during development in MS visual studio 2008. But after host ,the default.aspx page will ask the SERVER NAME,DATABASE NAME,USER NAME & PASSWORD. Server name and user Name will come automatic and I need to give only password. When I am giving password to run the report before hosting its working but after hosting the report is not coming after press logon button.

Is there any control is missing or the database details rather than report do I need to provide anywhere. please advice.

[Edit]Shouting removed (title only)[/Edit]
Posted
Updated 2-Apr-13 3:19am
v3
Comments
bbirajdar 2-Apr-13 9:53am    
Out of 15,434,998,787 reasons why it may be not working , I am posting two here...

1. Check if your host supports Crystal reports..
2. Enable error reporting on the application and check what error message it provides...

1 solution

Apply the logon details at run-time dynamically.
C# Crystal Reports Dynamic Logon parameters[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900