This is a migrated thread and some comments may be shown as answers.

DialogHandler.aspx indentity

1 Answer 83 Views
Editor
This is a migrated thread and some comments may be shown as answers.
glenda
Top achievements
Rank 1
glenda asked on 18 Dec 2008, 01:29 PM
I have an application that is hosted on a clustered environment.  In order to allow uploads we have to add an entry in the web.config: -

<location path="cms/Pages/NewspaperDialog.aspx">
        <system.web>
            <identity impersonate="true" userName="xxx" password="xxx" />
        </system.web>
 </location>

I have just included the UltimateEditor on a couple of my pages and I need to add an entry to the DialogHandler.aspx, I have tried

<location path="CMS/Pages/Telerik.Web.UI.DialogHandler.aspx">
        <system.web>
            <identity impersonate="true" userName="xxx" password="xxx" />
        </system.web>
 </location>

But this results in the error

Could not load file or assembly 'Telerik.Web.UI, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. Access is denied.


Any help would be greatly appreciated.





1 Answer, 1 is accepted

Sort by
0
glenda
Top achievements
Rank 1
answered on 18 Dec 2008, 05:13 PM
I have solved this issue, the user had incorrect permissions to the application folder
Tags
Editor
Asked by
glenda
Top achievements
Rank 1
Answers by
glenda
Top achievements
Rank 1
Share this question
or