且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

无法开始在Web服务器上进行调试. Web服务器配置不正确

更新时间:2023-08-21 10:24:16

vipin.sethumadhavan写道:
vipin.sethumadhavan wrote:

无法开始在Web服务器上进行调试. WEB服务器的配置不正确.

UNABLE TO START DEBUGGING ON THE WEB SERVER. THE WEB SERVER IS NOT CONFIGURED CORRECTLY .


键盘配置也不正确. :)


The keyboard is not configured correctly too. :)


您需要确保您的web.config文件包含:
You need to make sure your web.config file contains:
<compilation debug="true" defaultLanguage="c#" />


当然取决于您的默认语言.



是的,不要在大写锁定打开的情况下输入文字.认为您好像在大喊,所以很自大.


Depending on what your default language is of course.



And yes, do not type with Caps Lock ON. It is considered as if your are shouting and so is arrogant.


您好,

首先,在IIS中为您的项目/网站创建一个虚拟目录.

完成后,请按照以下步骤操作:
1.开始->运行-> inetmgr
2.单击您的计算机名称->网站->默认网站
3.右键单击您的网站->属性->目录安全性标签->编辑->选中集成的Windows身份验证"选项.
Hello,

First of all create a virtual directory for your project/website in IIS.

Once done follow these steps :
1. Go to start -> run -> inetmgr
2. Click on your computer name -> Websites -> Default website
3. Right click on your website -> Properties -> Directory security tab -> Edit - > Check "Integrated Windows Authentication" option.