Re: problems connecting to database from outside.

From: David (mai_at_miamitechsolutions.com)
Date: 07/12/04


Date: Sun, 11 Jul 2004 21:40:50 -0700

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
http://servername:port/...
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.

http://fstutorials.redirectme.net/flashmxASadvancedfromthes
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 internal url
>>(servername:...), but not using the domain name which
>>connects it to the outside.
>>
>>when I
>>use :http://servername:8080/flashmxASadvancedfromthesourc
e/
>>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:
>>http://fstutorials.redirectme.net/flashmxASadvancedfromth
es
>>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?
>
>First, you need to tell us exactly what you mean by "it
doesn't work."
>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
>.
>



Relevant Pages