My project is on server.this is windows application and it is
vb.net
i create a connection string in it with statement
dim con as new sqlConnection("giving complete details of sql server")
i am using vs2005 and sql2005.
when i try to access or debug it from client machine it gives permission error.but when i copy it to client machine it executed and it working properlly.
client machine have all the rights.
can any one tell me how can i rectify my problem.
Ajeet Mittal