我正在启动我的第一个网站。我已经发布了它,我收到了这个错误。
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 设置吗?喜欢更改连接字符串?