Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Transact-SQL (2008)
 Error 70 permisson denied when log on website ASP

Author  Topic 

Rainy Nguyen
Starting Member

2 Posts

Posted - 2013-06-21 : 05:38:39
I have a CRM website on server 1, but now I want to move it to server 2. I have copied all source code and 2 data file (mdf adn ldf) then restored it on server 2. It has run but when I loged in my account on website, an error occured: Error 70 permission denied. I use "sa" user to connect to SQL. I wonder if I have no right to execute stored procedure. Somebody can help me?

bandi
Master Smack Fu Yak Hacker

2242 Posts

Posted - 2013-06-21 : 05:47:47
check this link
http://www.vbforums.com/showthread.php?618139-RESOLVED-Runtime-error-70-Permission-denied

--
Chandu
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2013-06-21 : 05:48:06
see what account CRM app is using to connect to db. check the connectionstrings for that.

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page

Rainy Nguyen
Starting Member

2 Posts

Posted - 2013-06-21 : 11:08:24
Thanks for your help guys but I haven't solve my problem yet. It can connect to database and show news articles on homepage but when I sign in, it can't execute "check user function" and show the error. I guess so. Can you help me to try restoring it on your computer? I will send you my code.
Go to Top of Page
   

- Advertisement -