本文介绍了如何在godaddy上传我的asp.net网站?我需要这些步骤吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
这是我第一次将我的asp.net网站上传到godaddy。
我需要执行此操作的步骤以及如何配置网页.config文件?
Hi,
This my first time I will upload my asp.net website on godaddy.
I need the steps for doing this and how can I configure the web.config file?
推荐答案
<configuration>
<system.web>
<trust level="Full" />
</system.web>
</configuration>
这篇关于如何在godaddy上传我的asp.net网站?我需要这些步骤吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!