i have created an asp.net application with sql server2000 as backend in my localsystem.
when i deployed the project in other sytem in network,
i receive the following error message.
"sql server does not exsist or access denied"
when i create the same database in local system and change the data source name with local system in configuration file, the application is working.
i do not face this problem with vb.net application as it takes its datasource from network system.
is there anything like i have to give permission for asp.net in sql server network utility.
can anyone sort out the problem
tell me the connection string ?
|||i have sorted out this issue.
The solution is go to secuity create a new login and give permission to remote server.
No comments:
Post a Comment