Hello All,
I'm getting this error when debugging locally. I realize this is an encryption issue but I'm not sure what direction to take. I've tried:

- running aspnet_regiis -pa "NetFrameworkConfigurationKey" "NT Authority\Network Service" locally; gets an error 'RSA key container not found'.

(I would run the complimentary line of: "aspnet_regiis -pe whateversectionname -app /local" that creates the RSA container, but I do not know what sections are/were encrypted normally.)

I've read:
http://blogs.msdn.com/b/mosharaf/arc...iguration.aspx
AND
http://msdn.microsoft.com/en-us/library/dtkwfdky.aspx

But, again, I do not know what was encrypted so I don't know what to plug into "whateversectionname " to create the local container..
I do not wish to re-encrypt anything or screw up anything on the live server. So, I must debug locally. Unless there's another good way of debugging for aspdnsf I'm unaware of?...

Otherwise, how do I go about making this and future clients' sites debug locally?

Any help is much appreciated.