dev.cplusplus 0 Junior Poster in Training

Hi, we are trying to find the best IIS tunning for our server.

1. Server works with ISAPI extension (without ISAPI filter)

2. Server doens't receive asp pages in the request, we receive the request like:
www.myserver.com/mydll.dll?param1=1&param2=2

3. The ISAPI was written in VS2005

Is there some recomended settings for IIS with this settings, we know of course that after changing the setting, we will need to check if the performanced was improved.

Thanks