M
Mike
How easy is it for a hacker to access data stored in the Application Object in IIS server. I want to store a decrpyted connection string there rather that decrypting it everytime I access the database. Currently I use dpapi on a encryption key stored in the registry the use the encrytion key to decrypt the connection string. Using windows authentication is not an option since the iis server is in the dmz
Thanks
Thanks