i used Crystal Report XI
visual studio 2008 and C#
Sql Server 2008
I create a Stored procedure in SqlServer 2008 and using this sp i make one Reports with Oledb connection after that i link this report with my asp.net application ,when i deploy my web application on other machine and run the report its give the database connection error ,my system sql server database name is different to that machine data base server name,
so please help me and suggest me straight and forward method to solve this problem becouse i m new in asp.net.
1 Reply
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ritesh DiyawarPosted Aug 30, 2010, 12:21 PM
i think you should database name is remain the same on web deployment machine like if you bind the report "MFG" Database name then alway restore the database name with MFG
try it