ZEND on windows server

Hi,
please is it possible to use Zend Framework on Windows server with IIS ? Or Apache is necessary (apache on windows) ?
How about mysql_pdo for database adapter ?
One more thing, can i use something like this on IIS ?
Alias /data/sharedfiles /application/sf.php
I mean serve files in this location by php script ..

Thanks a lot
M

Zend Framework with IIS

Yes, it is possible to use Zend Framework application with IIS. You only may have troubles with configuring mod_rewrite functionality with IIS. Consider IIS section on http://framework.zend.com/wiki/display/ZFDEV/Configuring+Your+URL+Rewriter.

>One more thing, can i use something like this on IIS ?
>Alias /data/sharedfiles /application/sf.php
>I mean serve files in this location by php script ..

I'm not sure if this possible or not... But probably with the mod_rewrite like solution for IIS you can do it.

Sincerely,
Alex

Zend Framework with IIS

Ok thank you. i hope ill force them to use Apache even on windows server