0
我正在啓動我的第一個網站。我已經發布了它,並且出現此錯誤。我必須使用什麼trustlevel?
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.
現在我應該使用什麼信任級別該網站在線?
<system.web>
<securityPolicy>
<trustLevel name="Full" policyFile="internal"/>
</securityPolicy>
</system.web>
是否有任何其他的web.config設置我現在必須注意我把網站在線?像改變連接字符串?
你可能會指定完全信任,但託管公司可能不會允許該固定它。 –
@ QuetiM.Porta是否指定了對我的安全有害的完全信任? – user1534664
根據您使用的信任級別,您將無權執行某些任務,對於使用反射作爲nHibernate的示例,反射和組件,它需要完全信任級別。請看iy:http://msdn.microsoft.com/en-us/library/wyts434y(v=vs.100).aspx –