Visual Studio 2015错误500.19 [英] Visual Studio 2015 Error 500.19

查看:87
本文介绍了Visual Studio 2015错误500.19的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在VS 2015中打开项目时遇到问题.在VS 2012中,VS 2013都可以.但是,当我在VS 2015中启动Web应用程序时,在查找CSS和JS文件时出现了错误500.19.

I have problem with opening project in VS 2015. In VS 2012, and VS 2013 is everythink ok. But when I start web application in VS 2015, I got error 500.19 while loding css and js files.

我知道,这应该是由于权限所致,所以我将NETWORK,NETWORK SERVICE和IIS_IUSRS设置为在项目文件夹中进行读取,写入和修改,但这没有帮助.

I know, that it shoud be because of permissions, so I set NETWORK, NETWORK SERVICE and IIS_IUSRS to read, write, modify on my project folder, but it did not help.

有任何想法吗?

推荐答案

最后,我可以处理它.我只需要从web.Config删除

Finally I can handle with it. I just need to remove from my web.Config

<staticContent>
    <mimeMap fileExtension=".less" mimeType="text/css" />
</staticContent >

这篇关于Visual Studio 2015错误500.19的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆