0

Is it possible to connect a Windows-based C# .net application to a WEB based SQL Server 2005?

2
  • What do you mean by "web-based SQL Server" ??? SQL Server is a full fledged server product - it's not really a web app per se.... Commented Jul 26, 2010 at 14:32
  • thanx marc I established connection to my web based database server. Commented Jul 26, 2010 at 15:32

1 Answer 1

1

As long as you can see the SQL Server by either IP Address or name (possibly using NATing), you should be able to use the database on that server.

http://en.wikipedia.org/wiki/Network_address_translation

Sign up to request clarification or add additional context in comments.

1 Comment

we can also connect to database using domain name of server.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.