<quote who="Erik de Castro Lopo">

> The situation is that we are moving a web site from a microsoft system to
> a Linux/Drupal system. However, part of the existing system includes a
> whole bunch of C# .NOT stuff that talks to a database backend. 

You might know this already, but worth mentioning to the crowd anyway: AJAX
calls have similar security restrictions as Java applets - ie. you can only
talk to the server the original page was served from. So if you wanted to
integrate two systems (frontend and backend), you'd have to do some proxying
to the C#/.NET backend system from the Linux/Drupal frontend web server.

- Jeff

-- 
linux.conf.au 2007: Sydney, Australia           http://lca2007.linux.org.au/
 
     Broken hearts rarely come with "Some Assembly Required" stickers.
_______________________________________________
coders mailing list
[email protected]
http://lists.slug.org.au/listinfo/coders

Reply via email to