Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,

Please help to resolve the problem.

1. We have hosted in a asp.net(3.5) webapp in a windows 2008 server and the Database is in other server the version is 2008 r2.

2. The application is not able connect to Db after Hosting but it Connects while Debugging from the VS 2010.

3. Iam a newbee to the Hosting Environment Kindly Help.
Posted
Comments
[no name] 27-Aug-13 7:31am    
what is the error you are getting..??
[no name] 27-Aug-13 9:58am    
Why are you not asking your hosting provider? You do realize don't you when you host your database on their servers, it's their domain, not yours right?

Which authentication you are using? Try with SQL Authentication.
 
Share this answer
 
Refer: Using Windows Security in the Connection String (http://msdn.microsoft.com/en-us/library/2xzyzb0f(v=vs.100).aspx)
 
Share this answer
 
Error Message :Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

we are using Windows authentication so that Domain Credentials will work Please Help,.
Actually the Db Server is our own Server and i am a newbee in hosting dont know whether it allows anonymous connections or not. i can change to Sql Server Authentication
 
Share this answer
 
v2
Comments
Thomas Daniels 27-Aug-13 9:48am    
If you want to update your question, please click on the Improve Question button. Don't post a update as an answer.
David Goebet 27-Aug-13 9:54am    
does your server/sql allow "anonymous" logons ?
Thomas Daniels 27-Aug-13 9:58am    
Yes, but a non-anonymous user can change the privileges of the anonymous user.

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