Something like ForceType in IIS?

Hi!

Is there anything like Apache's ForceType for IIS?
I have a website working without extensions (ie: http://website/index is a php script).
Rewrite isn't a solution since i don't have any .php files, only "no extension" files...
In apache i would do this:
Code:
<FilesMatch "^[^.]+$"> 
ForceType application/x-httpd-php 
</FilesMatch>
every solution i've found uses something similar to mod_rewrite...

TYA

 

 

 

 

Top