I recently completed a Flex app (using Flex Builder 3, PHP, and MySQL) on my Mac and now I want to write a very similar application to use on a client's ASP.NET site.
Flex Builder apparently refuses to set up an ASP.NET project if there's no local IIS server (which I don't have).
Is there a way I could develop the Flex app locally using a remote testing server?
note- Running IIS on Parallels is not an option for this particular project...
Thanks