Access to the path ... is denied
I have (as well as my other problem in my other post) a problem with the accounts module. The supporting classes in the business tier cannot get to the database connection string because they are denied access to the configuration file.
This file resides in d:\inetpub\wwwroot\modules\accounts\module.config
If I run pages using this module, I get a custom error page, displaying the error below...
Error Message:
Access to the path 'D:\Inetpub\wwwroot\Modules\Accounts\Module.config ' is denied.
...I have set the permissions on this folder to allow script access, and the web sharing options are set to "share this folder" but for some reasons my classes are still not allowed access to it.
Any ideas?
Many thanks in advance
|