FastCGI Error on IIS

Hello,

I am a new to Yii but not to PHP. Yii is working fantastic on my local WAMP setup. Trying to transfer my webapp to an IIS server 6.0 and I am using Yii Framework/1.1.1. The requirements checker runs fine and everything passes but the following (and I am using MySQL).

PDO SQLite extension Warning All DB-related classes This is required if you are using SQLite database.

PDO PostgreSQL extension Warning All DB-related classes This is required if you are using PostgreSQL database.

Memcache extension Warning CMemCache

APC extension Warning CApcCache

But when I try to access my webapp index or any page, I get:

FastCGI Error

The FastCGI Handler was unable to process the request.

Error Details:

* The FastCGI process exited unexpectedly


* Error Number: -1073741819 (0xc0000005).


* Error Description: Unknown Error

HTTP Error 500 - Server Error.

Internet Information Services (IIS)

I get the same error when using CakePHP which is why I originally switched to Yii.

I am not familiar with IIS, any ideas anyone??? I have been searching the web, but haven’t found anything particularly helpful. The webapp is hosted by a third party so I can’t really play with the server. :)

Update: It appears to have something to do with MVC?? as adding an exit() to the index page removes the error but then the header, etc is not added.