I am currently working for a client that wants to upgrade their application to the latest version. For this we need to extract details about the application. Client's current machine has IIS 5.1 installed, we want to query the IIS and extract all the details about all the applications present on IIS and other details about the application.
My question is how can we do this using C# code.
I have some idea that we need to read the metabase.bin file, but no idea how to proceed on this.