... I am not sure why you are manually trying to the .NET ISAPI filter directly.
Do this:
Start --> Run --> Inetmgr
Right click on the 'Default Website' Node and select properties. You should see a Tab labeled ASP.NET (it should be the last tab on the right in second row). If you see it click on it and verify that the 2.0 version of the framework is an option in the drop down box.
If you don't see the tab or you don't see 2.0 as an option do this:
Start --> Run --> cmd
Navigate to the folder (The specific location on your system may be different if windows runs off of a different drive other then C and out of a directory other then 'Windows'): C:\Windows\Microsoft.Net\Framework\v2.0.50727
Once there execute this command: aspnet_regiis -i That will register the runtime with IIS.
For more info on this command you can check this KB article: http://msdn.microsoft.com/en-us/library/k6h9cz8h(VS.80).aspx
Did that help?
-Doug
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========