Many thanks for the reply
I've written a page that has 2 buttons - 1 to encrypt and 1 to decrypt (using RSA). When I click the encrypt button, it responds with an error:
Quote:
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.
Parser Error Message: An error occurred loading a configuration file: Access to the path 'D:\Inetpub\vhosts\<myhost>\httpdocs\4cgcbevw.tmp' is denied.
|
I'm guessing this is because the server doesn't have write permission to the config file (I had to grant appropriate rights to the ASPNET account on my local PC before it worked locally) and since I can't change that and I can't upload the web.config from the local PC because I can't register the local key on my hosting.
Not sure if there's a solution to this.