<?xml version="1.0"?>
<!--
<configuration>
<system.web>
<compilation debug="true" targetFramework="4.5" />
<httpRuntime targetFramework="4.5" />
</system.web>
<appSettings>
<add key ="ValidationSettings: UnobstrusiveValidationMode" value ="WebForms" />
</appSettings>
</configuration>
On my attempt to run this, I get the error mentioned in the subject and am unable to rectify.
I am using Visual Studio Express 2013 for Web and the OS is Windows 8.
I have enabled directory browsing and other things that I found in the previous discussions on similar topics.
Kindly help me out!