hi everyone. . I am busy installing "Yet Another Forum" on a hosting server and i am required to add these lines as part of web.config:
<system.net>
<mailSettings>
<smtp configSource="mail.config" />
</mailSettings>
</system.net>
but when running the application the server throws an error and says:
"This configuration section cannot be used at this path. This happens when the site administrator has locked access
to this section using <location allowOverride="false"> from an inherited configuration file."
is there any workaround to define the mail service without contacting the server administrator?
Go to the complete details ...