I can’t send the email via ASP.NET and sent the email to the web hosts for some help, and I was told to change the security settings and the link was sent:
http://forums.asp.net/t/1111145.aspx/1
I read what I said there and tried to set <trust level="Full" originUrl="" />
in web.config, but then I get an error message:
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.
I have not installed any other web.config file yet.
So, I asked the web hosts again and asked if this is a server setup, but I got the answer:
You'll need to specify a more specific path.
It's nice, but I don't know what that means!
Having made a little more digging, I wonder if I need to create a separate trust
file, is this correct?
Can someone point me in the correct order to adjust my level of trust (I understand that "full" is probably also wrong?), Because I really do not understand what I should do!
source share