Try-Catch the invocation of a method of a class that was not present in the
framework until 2.0 was released. A method from Membership, Roles or
Profiles for example which was not implemented until 2.0 was released.
I am talking about detecting if ASP.NET 2.0 is enabled or not. If it is not
enabled, then website is not operational at all and no try...catch works,
because no page is executed.
So, what I need to know is how do I detect in a standalone .NET 2.0
application that IIS is configured to ignore ASP.NET 2.0 pages. It is
obvous that .NET 2.0 application runs outside of IIS host.
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.