Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
mich13 #1
Server Side Processing Help
Looking for help resolving a problem on a website we wrote. The submit page
actually generates an XML packet which is submitted to an internal server for
processing by an asp page to an ERP system's database. The internal server is
running IIS and has a submit.asp ready to process the XML packet via a custom
interface to our ERP. The problem I am having is that it works fine when
running the page while on our internal network but the minute you aren't on our
network (like all our customers are, truly on the outside) The submit fails
because it has no way to find the internal server. The web server itself can
contact the internal dbase server, but it seems that I need to do some sort of
true server side processing.
Does anyone know how I might tweak my code in order to accomplish what I
describe above for my customers? Any and all help is appreciated! :-)
mich13 Guest
-
read server side file from clent side
Hello all, i m using Influxis server.I have used these lines of code to create text file at server side:-> var myFile = new File("log_file.txt");... -
Time Stamp (User Side/Server Side)
I am using the following to display time. #TimeFormat(Now(), "h")#:#TimeFormat(Now(), "mm")# #TimeFormat(Now(), "tt")# My problem is the server... -
Server Side Processing - WebServices?
If I have a number of 'server side' programs that need to poll and do activity (run jobs, print things, scheduler, interfaces etc.) are these... -
Controls with a client side onLoad function or seting a cursor server side
Is there any way to create a web control that calls a client side onLoad function? Its diffucilt since you are not able to access the form or... -
button evet ---- server side - client side ???
I want to use button. My question is that How can use server side and client site event at the same time. That is: I want to use button : when... -
mpwoodward *TMM* #2
Re: Server Side Processing Help
On 2005-05-07 07:20:35 -0500, "mich13" <webforumsuser@macromedia.com> said:
If it works from within your network but not from outside (as well as> Looking for help resolving a problem on a website we wrote. The submit
> page actually generates an XML packet which is submitted to an internal
> server for processing by an asp page to an ERP system's database. The
> internal server is running IIS and has a submit.asp ready to process
> the XML packet via a custom interface to our ERP. The problem I am
> having is that it works fine when running the page while on our
> internal network but the minute you aren't on our network (like all our
> customers are, truly on the outside) The submit fails because it has no
> way to find the internal server. The web server itself can contact the
> internal dbase server, but it seems that I need to do some sort of true
> server side processing.
based on what you're describing) my first guess would be that you need
to open up your firewall to allow this internal server to be seen, or
you need to set up some sort of proxy on a public-facing server so
outside traffic can reach your internal server. This is a discussion
probably best had with your networking folks to see what their
suggestions are as well as what they're comfortable with from a
security standpoint.
Matt
--
Matt Woodward
[email]mpwoodward@gmail.com[/email]
Team Macromedia - ColdFusion
mpwoodward *TMM* Guest
-
ksmith #3
Re: Server Side Processing Help
And ColdFusion fits in to this picture, where?
ksmith Guest
-
mich13 #4
Re: Server Side Processing Help
Well, my thought in looking through the server side processing doc from the
Cold Fusion library was that there might be a custom tag that would allow me to
direct the submit URL action to be performed server side, therefore allowing my
webserver to communicate with the internal server and only post the resulting
page for the external user. I saw that there were some examples on how to do
server side processing for Flash and the like but it wasn't clear how I might
(or if I could) use the same method to achieve what I wanted to do here. As I
don't really want to open up this internal server to the external world.
mich13 Guest



Reply With Quote

