문제

I use ajaxcontroltoolkit html editor in my asp.net project. It runs on my local computer but when I deploy, it returns system.security.securityexception.

Do you have any suggestions?

Thanks

도움이 되었습니까?

해결책 2

I found the answer in here:

It is about ajaxcontroltoolkit.dll

다른 팁

You can use the [assembly: attribute] mechanism to put an attribute on an assembly. If you have a class project typically this is done in the AssemblyInfo.cs file in the properties folder as seen below. Note that you can do this in any file in your project though.

This is the response I got from Scott Hunter in the AJAX Control Toolkit team. Is this helpful? I am years down the track and still dealing with this problem. Would help if the solution provided from the AJAX team was a little more descriptive. Have no idea how to resolve.

The problem is caused by "ScriptsCombine" - in medium trust environment, the toolkit must not have permission to combine all the scripts and write them to file system.

Follow here too: http://ajaxcontroltoolkit.codeplex.com/workitem/26772

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top