Ask a Question related to ASP Database, Design and Development.
-
David #1
problems connecting to database from outside.
Hi,I haven't been able to figure this out.
I'm able to connect to a database using the internal url
(servername:...), but not using the domain name which
connects it to the outside.
when I
use :[url]http://servername:8080/flashmxASadvancedfromthesource/[/url]
Lesson12/Completed/index.asp
The flash application register/login username and password
works with no problems.
But from outside, I can't use my loging/registration flash
application:
[url]http://fstutorials.redirectme.net/flashmxASadvancedfromthes[/url]
ource/Lesson12/Completed/index.asp
I used to host this website on ladhost, and it worked then.
Can some one guide me to what may be causeing this. I keep
reading IIS Manual, and trying new route, but nothing.
How can I trace and see where the connection stops?
Please
help
David
David Guest
-
Help connecting Database
I get the following error when trying to connect my database to the file in Dreamweaver. Here is the error that is returned Unable to update the... -
Problems connecting to the SQL database (2)
I posted a letter some minutes ago, and want to add the errormessage I get when I try to connect to the database. The message is: SQL-server... -
Problems connecting to a database
I am trying to use the Application Tutorial provided with Dreamweaver MX 2004. I running: Apache 1.3.33 PHP 5 MySQL 4.1.10 I've tested PHP and... -
help connecting to database
Hello, We are in the process of setting up ssl on our sql box. What do we need to do to modify our connection string to send/receive info from... -
Problems connecting to SQL Database through ASP (ADO)
Update - When I try to hardcode the cn.open with the connection string, I get this: Microsoft OLE DB Provider for SQL Server (0x80040E4D) Login... -
Jeff Cochran #2
Re: problems connecting to database from outside.
On Sun, 11 Jul 2004 13:27:28 -0700, "David"
<mail@miamitechsolutions.com> wrote:
First, you need to tell us exactly what you mean by "it doesn't work.">Hi,I haven't been able to figure this out.
>
>I'm able to connect to a database using the internal url
>(servername:...), but not using the domain name which
>connects it to the outside.
>
>when I
>use :[url]http://servername:8080/flashmxASadvancedfromthesource/[/url]
>Lesson12/Completed/index.asp
>The flash application register/login username and password
>works with no problems.
>But from outside, I can't use my loging/registration flash
>application:
>[url]http://fstutorials.redirectme.net/flashmxASadvancedfromthes[/url]
>ource/Lesson12/Completed/index.asp
>
>I used to host this website on ladhost, and it worked then.
>
>Can some one guide me to what may be causeing this. I keep
>reading IIS Manual, and trying new route, but nothing.
>How can I trace and see where the connection stops?
Give us error messages, event log entries, log entries and so on.
Most likely you have a coding issue, but you need to test this by
trying a basic HTML file, then an ASP file, then an ASP that connects
to your database. Use Response.Write liberally to display the
variables and strings involved. If it really is a connection issue,
make sure the connection string and paths are actually available from
outside your network.
Jeff
Jeff Cochran Guest
-
David #3
Re: problems connecting to database from outside.
I'm able to use a username/password application to login
into my webserver directory by using the
servername:port...; I'm
unable to login using the localhost, or outside domain.
I can see the the page, but it doesn't respond.
It doen't give me an error because is done in flash.
BUt it work s from the inside using the
[url]http://servername:port/[/url]...
Why?
There has to be a security feature not allowing ASP data
to flow using localhost or a domain. Like I said, using
the servername:port works with no problem.
I'm using flash-xml to send data to an asp form that store
information inside a database.
[url]http://fstutorials.redirectme.net/flashmxASadvancedfromthes[/url]
ource/Lesson12/Completed/index.asp
Thanks in advance.
David
e/>-----Original Message-----
>On Sun, 11 Jul 2004 13:27:28 -0700, "David"
><mail@miamitechsolutions.com> wrote:
>>>Hi,I haven't been able to figure this out.
>>
>>I'm able to connect to a database using the internal url
>>(servername:...), but not using the domain name which
>>connects it to the outside.
>>
>>when I
>>use :[url]http://servername:8080/flashmxASadvancedfromthesourc[/url]password>>Lesson12/Completed/index.asp
>>The flash application register/login username andflash>>works with no problems.
>>But from outside, I can't use my loging/registrationes>>application:
>>[url]http://fstutorials.redirectme.net/flashmxASadvancedfromth[/url]then.>>ource/Lesson12/Completed/index.asp
>>
>>I used to host this website on ladhost, and it workedkeep>>
>>Can some one guide me to what may be causeing this. Idoesn't work.">>>reading IIS Manual, and trying new route, but nothing.
>>How can I trace and see where the connection stops?
>First, you need to tell us exactly what you mean by "itand so on.>Give us error messages, event log entries, log entriesthis by>
>Most likely you have a coding issue, but you need to testthat connects>trying a basic HTML file, then an ASP file, then an ASPdisplay the>to your database. Use Response.Write liberally toconnection issue,>variables and strings involved. If it really is aavailable from>make sure the connection string and paths are actually>outside your network.
>
>Jeff
>.
>David Guest
-
Mark Schupp #4
Re: problems connecting to database from outside.
Are you including the port when you specify the URL using the domain name?
Is there a firewall between the system and the "outside" when using the
domain name? Can you show the code for the page that "doesn't work"? Create
an HTML page that performs the same login request as your flash piece. What
do you get if you use that?
--
Mark Schupp
Head of Development
Integrity eLearning
[url]www.ielearning.com[/url]
"David" <mai@miamitechsolutions.com> wrote in message
news:2aedb01c467ca$686b1740$a401280a@phx.gbl...> I'm able to use a username/password application to login
> into my webserver directory by using the
> servername:port...; I'm
> unable to login using the localhost, or outside domain.
> I can see the the page, but it doesn't respond.
> It doen't give me an error because is done in flash.
> BUt it work s from the inside using the
> [url]http://servername:port/[/url]...
> Why?
>
> There has to be a security feature not allowing ASP data
> to flow using localhost or a domain. Like I said, using
> the servername:port works with no problem.
> I'm using flash-xml to send data to an asp form that store
> information inside a database.
>
> [url]http://fstutorials.redirectme.net/flashmxASadvancedfromthes[/url]
> ource/Lesson12/Completed/index.asp
>
> Thanks in advance.
> David
>> e/> >-----Original Message-----
> >On Sun, 11 Jul 2004 13:27:28 -0700, "David"
> ><mail@miamitechsolutions.com> wrote:
> >> >>Hi,I haven't been able to figure this out.
> >>
> >>I'm able to connect to a database using the internal url
> >>(servername:...), but not using the domain name which
> >>connects it to the outside.
> >>
> >>when I
> >>use :[url]http://servername:8080/flashmxASadvancedfromthesourc[/url]> password> >>Lesson12/Completed/index.asp
> >>The flash application register/login username and> flash> >>works with no problems.
> >>But from outside, I can't use my loging/registration> es> >>application:
> >>[url]http://fstutorials.redirectme.net/flashmxASadvancedfromth[/url]> then.> >>ource/Lesson12/Completed/index.asp
> >>
> >>I used to host this website on ladhost, and it worked> keep> >>
> >>Can some one guide me to what may be causeing this. I> doesn't work."> >> >>reading IIS Manual, and trying new route, but nothing.
> >>How can I trace and see where the connection stops?
> >First, you need to tell us exactly what you mean by "it> and so on.> >Give us error messages, event log entries, log entries> this by> >
> >Most likely you have a coding issue, but you need to test> that connects> >trying a basic HTML file, then an ASP file, then an ASP> display the> >to your database. Use Response.Write liberally to> connection issue,> >variables and strings involved. If it really is a> available from> >make sure the connection string and paths are actually> >outside your network.
> >
> >Jeff
> >.
> >
Mark Schupp Guest
-
Jeff Cochran #5
Re: problems connecting to database from outside.
On Sun, 11 Jul 2004 21:40:50 -0700, "David"
<mai@miamitechsolutions.com> wrote:
Unfortunately, there isn't.>I'm able to use a username/password application to login
>into my webserver directory by using the
>servername:port...; I'm
>unable to login using the localhost, or outside domain.
>I can see the the page, but it doesn't respond.
>It doen't give me an error because is done in flash.
>BUt it work s from the inside using the
>[url]http://servername:port/[/url]...
>Why?
>
>There has to be a security feature not allowing ASP data
>to flow using localhost or a domain.
There are any number of reasons that Localhost or an external
connection may not work, but you need to test these step by step.
Ping the name and see what it resolves to. Try accessing by IP
instead of name. Try a "Hello World!" ASP file to test ASP
functionality.
Jeff
>Like I said, using
>the servername:port works with no problem.
>I'm using flash-xml to send data to an asp form that store
>information inside a database.
>
>[url]http://fstutorials.redirectme.net/flashmxASadvancedfromthes[/url]
>ource/Lesson12/Completed/index.asp
>
>Thanks in advance.
>David
>>e/>>-----Original Message-----
>>On Sun, 11 Jul 2004 13:27:28 -0700, "David"
>><mail@miamitechsolutions.com> wrote:
>>>>>Hi,I haven't been able to figure this out.
>>>
>>>I'm able to connect to a database using the internal url
>>>(servername:...), but not using the domain name which
>>>connects it to the outside.
>>>
>>>when I
>>>use :[url]http://servername:8080/flashmxASadvancedfromthesourc[/url]>password>>>Lesson12/Completed/index.asp
>>>The flash application register/login username and>flash>>>works with no problems.
>>>But from outside, I can't use my loging/registration>es>>>application:
>>>[url]http://fstutorials.redirectme.net/flashmxASadvancedfromth[/url]>then.>>>ource/Lesson12/Completed/index.asp
>>>
>>>I used to host this website on ladhost, and it worked>keep>>>
>>>Can some one guide me to what may be causeing this. I>doesn't work.">>>>>reading IIS Manual, and trying new route, but nothing.
>>>How can I trace and see where the connection stops?
>>First, you need to tell us exactly what you mean by "it>and so on.>>Give us error messages, event log entries, log entries>this by>>
>>Most likely you have a coding issue, but you need to test>that connects>>trying a basic HTML file, then an ASP file, then an ASP>display the>>to your database. Use Response.Write liberally to>connection issue,>>variables and strings involved. If it really is a>available from>>make sure the connection string and paths are actually>>outside your network.
>>
>>Jeff
>>.
>>Jeff Cochran Guest
-
David #6
Re: problems connecting to database from outside.
I will try it outside flash. thanks.
I'm using a router with the port that the page uses open.
But I think you maybe right in that something in my router
is not configured correctly.
Thanks.
Davidthe domain name?>-----Original Message-----
>Are you including the port when you specify the URL usingwhen using the>Is there a firewall between the system and the "outside"that "doesn't work"? Create>domain name? Can you show the code for the pageflash piece. What>an HTML page that performs the same login request as yourdata>do you get if you use that?
>
>
>--
>Mark Schupp
>Head of Development
>Integrity eLearning
>[url]www.ielearning.com[/url]
>
>
>"David" <mai@miamitechsolutions.com> wrote in message
>news:2aedb01c467ca$686b1740$a401280a@phx.gbl...>> I'm able to use a username/password application to login
>> into my webserver directory by using the
>> servername:port...; I'm
>> unable to login using the localhost, or outside domain.
>> I can see the the page, but it doesn't respond.
>> It doen't give me an error because is done in flash.
>> BUt it work s from the inside using the
>> [url]http://servername:port/[/url]...
>> Why?
>>
>> There has to be a security feature not allowing ASPstore>> to flow using localhost or a domain. Like I said, using
>> the servername:port works with no problem.
>> I'm using flash-xml to send data to an asp form that[url]http://fstutorials.redirectme.net/flashmxASadvancedfromthes[/url]>> information inside a database.
>>
>>url>> ource/Lesson12/Completed/index.asp
>>
>> Thanks in advance.
>> David
>>>> >-----Original Message-----
>> >On Sun, 11 Jul 2004 13:27:28 -0700, "David"
>> ><mail@miamitechsolutions.com> wrote:
>> >
>> >>Hi,I haven't been able to figure this out.
>> >>
>> >>I'm able to connect to a database using the internaltest>>>> >>(servername:...), but not using the domain name which
>> >>connects it to the outside.
>> >>
>> >>when I
>>use :[url]http://servername:8080/flashmxASadvancedfromthesourc[/url]
>> e/>> password>> >>Lesson12/Completed/index.asp
>> >>The flash application register/login username and>> flash>> >>works with no problems.
>> >>But from outside, I can't use my loging/registration>>>> >>application:
>>[url]http://fstutorials.redirectme.net/flashmxASadvancedfromth[/url]
>> es>> then.>> >>ource/Lesson12/Completed/index.asp
>> >>
>> >>I used to host this website on ladhost, and it worked>> keep>> >>
>> >>Can some one guide me to what may be causeing this. I>> doesn't work.">> >>reading IIS Manual, and trying new route, but nothing.
>> >>How can I trace and see where the connection stops?
>> >
>> >First, you need to tell us exactly what you mean by "it>> and so on.>> >Give us error messages, event log entries, log entries>> >
>> >Most likely you have a coding issue, but you need to>>> this by>> that connects>> >trying a basic HTML file, then an ASP file, then an ASP>> display the>> >to your database. Use Response.Write liberally to>> connection issue,>> >variables and strings involved. If it really is a>> available from>> >make sure the connection string and paths are actually>> >outside your network.
>> >
>> >Jeff
>> >.
>> >
>
>.
>David Guest
-
David #7
Re: problems connecting to database from outside.
Thanks
I will try to go about it outside Flash.
Sorry for the inconvenience of cross or multi posting
Daviddata>-----Original Message-----
>On Sun, 11 Jul 2004 21:40:50 -0700, "David"
><mai@miamitechsolutions.com> wrote:
>>>I'm able to use a username/password application to login
>>into my webserver directory by using the
>>servername:port...; I'm
>>unable to login using the localhost, or outside domain.
>>I can see the the page, but it doesn't respond.
>>It doen't give me an error because is done in flash.
>>BUt it work s from the inside using the
>>[url]http://servername:port/[/url]...
>>Why?
>>
>>There has to be a security feature not allowing ASPexternal>>>to flow using localhost or a domain.
>Unfortunately, there isn't.
>
>There are any number of reasons that Localhost or anby step.>connection may not work, but you need to test these stepby IP>Ping the name and see what it resolves to. Try accessingASP>instead of name. Try a "Hello World!" ASP file to teststore>functionality.
>
>Jeff
>>>Like I said, using
>>the servername:port works with no problem.
>>I'm using flash-xml to send data to an asp form thates>>information inside a database.
>>
>>[url]http://fstutorials.redirectme.net/flashmxASadvancedfromth[/url]url>>ource/Lesson12/Completed/index.asp
>>
>>Thanks in advance.
>>David
>>>>>-----Original Message-----
>>>On Sun, 11 Jul 2004 13:27:28 -0700, "David"
>>><mail@miamitechsolutions.com> wrote:
>>>
>>>>Hi,I haven't been able to figure this out.
>>>>
>>>>I'm able to connect to a database using the internalrc>>>>(servername:...), but not using the domain name which
>>>>connects it to the outside.
>>>>
>>>>when I
>>>>use :[url]http://servername:8080/flashmxASadvancedfromthesou[/url]th>>e/>>password>>>>Lesson12/Completed/index.asp
>>>>The flash application register/login username and>>flash>>>>works with no problems.
>>>>But from outside, I can't use my loging/registration>>>>application:
>>>>[url]http://fstutorials.redirectme.net/flashmxASadvancedfrom[/url]test>>es>>then.>>>>ource/Lesson12/Completed/index.asp
>>>>
>>>>I used to host this website on ladhost, and it worked>>keep>>>>
>>>>Can some one guide me to what may be causeing this. I>>doesn't work.">>>>reading IIS Manual, and trying new route, but nothing.
>>>>How can I trace and see where the connection stops?
>>>
>>>First, you need to tell us exactly what you mean by "it>>and so on.>>>Give us error messages, event log entries, log entries>>>
>>>Most likely you have a coding issue, but you need to>>>this by>>that connects>>>trying a basic HTML file, then an ASP file, then an ASP>>display the>>>to your database. Use Response.Write liberally to>>connection issue,>>>variables and strings involved. If it really is a>>available from>>>make sure the connection string and paths are actually>>>outside your network.
>>>
>>>Jeff
>>>.
>>>
>.
>David Guest



Reply With Quote

