I am trying to connect asp.net via ibm db2 to mainframe db2. I am using IBMDADB2 provider informaton in the connection string. when i connect ibm db2 directly to db2 it show connection is fine. when i connect it through asp.net I am getting access denied error.My connection string is :

dbconn=New OleDbConnection ("Provider=IBMD ADB2 DB2COPY1;"+
data source="sample; "+
Uid="xyz;"+
Pwd=&quo...