Hi,
Can I retrieve encrypted connectionString from web.Config with native IIS API for C++ ?
Everything works ok, if connection strings are not encrypted. If it is encrypted IAppHostAdminManager->GetAdminSection fails with 0x8007000D.
With .NET there is no problems, but I need that data in ISAPI handler. Encryption provider is not important. It can be any, but not in clear text.