Hi,
I read somewhere that I can map in IIS to make .NET read .cfm file extension. I tried it with .NET 2.0, which did not work
If I map it to .NET 1.0, it works fine. I get the error in my web.config since I am using 1.0.
I have to make it work with 2.0 since that is what we are migrating too.
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
Any suggestions as to what and why this is happening?
Thanks
mumbaichef