Click here to Skip to main content
15,921,841 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
Hi developers,

I host the web application of an ERP project.
Clients sometimes get the error Connection property has not been initialised

I need your help to solve this problem.
I need know why this error is given and how to fix that?

Thanks
Posted
Updated 9-Nov-11 20:42pm
v3

1 solution

Just check once again your Connection string (webconfig) Properties.
 
Share this answer
 
Comments
harry.devu87 10-Nov-11 2:47am    
i have given connection string like this
<add name="ConnectionString2011" connectionstring="Data Source=192.168.0.2;Initial Catalog=Rashi_Ver_1.1_Testing;User ID=sa;Password=iNetSql;Connect Timeout=3333">
Sam Path 10-Nov-11 2:51am    
Where is your Connection string?
Sam Path 10-Nov-11 2:49am    
It is 90% connection string problem.

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