'Debugging is enabled in Web.Config but I still get the Error that Debugging is disabled

im trying the Microsoft Bot Framework. As u can see in the Title i cant start the Application, because Debugging seems to be Disabled...

Web.Config Code:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <system.web>
    <compilation debug="true" targetFramework="4.6" />
    <httpRuntime targetFramework="4.6" />
  </system.web>
</configuration>

And if I start i get this Message: Picture of the Message

Any suggestions? Thank you

Edit: I just followed this Steps: Link to Microsoft Bot Framework



Solution 1:[1]

Easy Solution Just remove the web.config file by right click from the solution explorer. and then start IIS Express/IIS server/start debugging and a prompt will popup , just press ok/yes. Its done.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Rudra Patole