Tagged Questions
3
votes
2answers
1k views
System.configuration web.config and app.config
While using a third party dll I was getting the following exception -
"exePath must be specified when not running inside a stand alone exe"
with following trace
...
3
votes
3answers
2k views
Using ASPNet_Regiis to encrypt custom configuration section - can you do it?
I have a web application with a custom configuration section. That section contains information I'ld like to encrypt (was hoping to use ASPNet_RegIIS rather than do it myself).
Web.Config:
<?xml ...