Re: connection between database & website located at different places



On May 18, 7:54 pm, "Jordan S." <A...@xxxxx> wrote:
You will need for much much more to happen than configure ASP.NET and get
the right connection string. While that is necessary it is not sufficient.
In order for computers to be able to access each other over the Internet, a
lot of security configuration (at the nework) must allow for the two
computers to communicate, and routing needs to be set up correctly. It is
very much unlikely that any internet service provider would allow for their
Web servers to communicate over anything other than port 80, for example.
The connection string is your easiest task - the others are far more
challenging because what you want to do is probably not allowed by your
hosting service provider.

"sravan_reddy001" <sravanganta2...@xxxxxxxxx> wrote in message

news:9b993dc2-2112-4d17-8d6f-9f85edce1397@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx

ok.. can someone suggest the connection string for the databae

AS SQL Server2005
database name : sample
password : helloworld
server ip address : 241.23.6.7

those details are just a sample because i can't give away actual
details..

assume port 11547 if it is required.

thanks
**Sravan**

Couldn't agree more.

Its true that changing the connection string will be the easiest job
and the rest of the jobs
to support your need that is fetching data from another public ip and
behind firewall can make
your life hell. so its better that you host your database with your
hosting provider.

Thanks
Munna
.



Relevant Pages

  • Re: Planet WRT-414, how to connect two computers
    ... Your router gets a WAN IP address. ... This is what your Service Provider will give you. ... your router to allow several other computers on the LAN to get Internet ...
    (microsoft.public.pocketpc.wireless)
  • Re: Microsoft Office Web Components could not open the database - bizz
    ... What's the connection string that you are using? ... > the XP Pro machine I can access my DAP across the INTERNET without any ... > "Microsoft Office web components could not open the database." ...
    (microsoft.public.access.dataaccess.pages)
  • Re: MS OLE DB Provider for SQL Server Error: Invalid authorization
    ... Meaning it works from other computers, ... >> The middle tier uses SQL OLE DB to talk to the database. ... > So how does the part of the connect where the connection string is set ... > Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se ...
    (microsoft.public.data.oledb)
  • Re: Detect all computers on LAN
    ... > All I need is the part to detect all the computers on the network. ... small routine I created a long time ago to build a dictionary object of IP ... address to build your connection string: ...
    (microsoft.public.scripting.wsh)
  • Re: connection between database & website located at different places
    ... very much unlikely that any internet service provider would allow for their ... Web servers to communicate over anything other than port 80, ... The connection string is your easiest task - the others are far more ...
    (microsoft.public.dotnet.framework.aspnet)