Posted by RAM on 08/07/06 12:18
I have noticed something interesting.
The problem occurs when I am configuring data source control. The connection
string is taken from web.config:
<add name="MIMMagazynDemo" connectionString="Data Source=localhost;Initial
Catalog=MIMMagazynDemo;Integrated Security=True"
providerName="System.Data.SqlClient" />
I have noticed that the problem do not exist when I change localhost to
PC\SQLEXPRESS (PC is name of my computer).
Could you explain me why? Thank you!
/RAM/
[Back to original message]
|