Hi Navnett, You can't use flash remoting with standard ASP. However using remoting with .net is not such a painful experience after all. It's actually fun once you get the hang of it.
I didn't have any idea of .net but it didn't take me long to build a working application. 2 tips that should make your live easier: - use c# as a programming language (it's similar to action script) - use .net Assemblies not ASP.NET pages (again - writing .net classes is quite similar to writing AS classes and you don't have to deal with .net stuff such as "code behind the page") Robin -----Original Message----- From: Navneet Behal [mailto:[EMAIL PROTECTED] Sent: Thursday, 10 November 2005 8:28 AM To: Flashcoders mailing list Subject: [Flashcoders] Remoting with AMFPHP vs. ASP Hi, The fun has just been taken out of my development process when after finishing RIA with AMFPHP the client top management have suddenly woken up and realized that they don't want to have the application with PHP but with ASP as the backend language. As sick as that makes me :( I have to now work with their dev team to port my code in PHP to ASP. I'm being given the whole lecture on their best practices. I don't know much about ASP and the client's dev team knows nothing about Flash Remoting so there's a communication gap which will soon arise if I don't prepare properly for this. So the questions: 1. I know that Remoting works with ASP .NET but what about just ASP? 2. Is there something cool like AMFPHP which works with ASP? 3. Where should I read up for more resources on this? ... and any other piece of advice some of you who've worked with ASP and Remoting might have. Regards, Navneet _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

