Opened 17 years ago
Closed 17 years ago
#2077 closed Bug (invalid)
Medium trust security error
Reported by: | bechdoli | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
I am hosting my site on godaddy, and everytime I am trying to use 'Browse Server' button to find the image URL, I XML responce error saying that:
Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact your system administrator or change the application's trust level in the configuration file.
However, Godaddy would not agree to change the trust level for my application. It is anything I can to allow my users to at least browse for the image already on server?
Thanks
Change History (2)
comment:1 Changed 17 years ago by
comment:2 Changed 17 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
Sorry, figured it out myself: I had wrong path in config.ascx It should be: UserFilesAbsolutePath = "d:
hosting
mysitename
userfiles
";