Flex(使用Zend)在IIS服务器上运行

I have a Flex-Page which connects to a MySQL-DB through PHP (Zend). I run the Flex-Page on an IIS-Server (Windows Server 2008 R2) and it works. But the problem is, that i specified the web root to the C:\inetpub\wwwroot directory (there php is running). On the server i want it on another directory. (Now i have the main Flex Page in the directory für the webserver, and the php files are in the wwwroot directory).

When i specify the web root to an other directory, nothing works, not even on my local machine.

I hope you know what my problem is.. ^^ (sorry for my bad english)

Thanks in advance!

You'll need to set up a virtual directory on IIS if you want your files served from other than the web root. So google "IIS virtual directory add".