hi Ahmed thanx for your reply.
i did some thing like this:
i was add a login name like IUSR_MZZ (db_own,dbaccess,..)
and use it for connection but i get this error again
i get same error again.
this is the whole code i am using for this goal
Code:
Quote:
quote:string con="user id=[IUSR_MZZ];password=;";
|
Code:
Quote:
con+="initial catalog=member; server=mzz;connection Timeout=30;";
|
the error is:
Quote:
System.Data.SqlClient.SqlException: Login failed for user '[IUSR_MZZ]'. Reason: Not associated with a trusted SQL Server connection. at System.Data.SqlClient.ConnectionPool.GetConnection (Boolean& isInTransaction) at System.Data.SqlClient.SqlConnectionPoolManager.Get PooledConnection(SqlConnectionString options, Boolean& isInTransaction) at System.Data.SqlClient.SqlConnection.Open() at ASP.checking_connection_to_db_aspx.Page_Load()
|
Regards
YoOrD.