Hi,
I am using VS 2013 Web IDE for development, and have configured IIS Express through properties context menu -> Web ->IIS Express , in the project.
But, have also, got inadvertently installed IIS 7.5 Server too, as could be apparent from the C:\Windows\.NET Framework \v 4.0...
my query is w.r.t
a) I need to be able to build the project successfully in VS Web 2013 IDE, I am instead getting HTTP 403.4 ("Forbidden Error: The Web Server is not configured to not list the contents of the directory").
which I surmise is due to inconsistent configuration options selected for IIS Express(InetMgr.exe)
Could you please suggest how could I be able to build the same in IIS Express without above error.
Thanks in Advance.
With Regards,
VishalK_94