Follow-up on my TechNet webcast on What's New in IIS7 for IT Pros
To follow up on some specific questions that I had during the webcast:
1. Does IIS support the .NET 3.5 framework? The answer is yes, we do support and test the .NET 3.5 framework on IIS7.
2. Do you interop with the EDI framework? We have not tested this as part of app compat testing and it is not officially supported by IIS.
3. Can you allow specific IPs to access the detailed error messages on the server? No, you can't modify or configure the detailed error messages to allow access from specific IPs. If you really wanted to have this scenario enabled for testing in a staging environment, you might be able to write a module that changes the Client IP to 127.0.0.1 for certain IPs. That approach has security implications so I wouldn't recommend this for production. If you take this approach, you should only do it in a testing environment. If you implemented this in production, it would affect other modules that look at the client’s IP address, which opens up a security vulnerability.