Click here to Skip to main content
15,885,106 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
HI all,
i need some help with some particular situation.

we have one application in asp.net with sql database on same server. now we have some requirement that code should be host on some other server and database will be on some other.

when i tried to enble remote accessing on sql server it is not working properly and gives some error like 00X0045221 ..something...


can someone tell me what kind of configuration do i need to make / where to make .??

sqlserver or IIS or both.
Posted
Updated 6-Mar-14 19:51pm
v2
Comments
thatraja 7-Mar-14 2:00am    
Always include the complete error message

1 solution

Hi this might be because of the permission issue
please give full access for the IIS user and u may not receive this error.
and even it continues.
Please check weather u have configured the sql server to allow remote connection accordingly.


Please Have a look at this
http://blogs.msdn.com/b/walzenbach/archive/2010/04/14/how-to-enable-remote-connections-in-sql-server-2008.aspx[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900