Если у вас нет файла web.config, вы можете просто добавить его,
right click the project and click add => new item
and from there select web configuration file and name it web.config
и добавьте следующие строки в файл web.config
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
</system.webServer>
</configuration>