Currently working on sftp BizTalk adapter, I have to configure SSL site on my local machine. I got following error when run the local host.
HTTP Error 403.14 – Forbidden
The Web server is configured to not list the contents of this directory.
The issue was that .Net framework 4.0 was not installed on my machine, possible I installed iis after installation of visual studio.
So here is what you need to do to fix it.
1.) Run a command prompt as Administrator.
2.) Copy and paste the following text “C:WindowsMicrosoft.NETFramework64v4.0.30319aspnet_regiis.exe -i”
This is assuming that you have already installed .Net Framework 4.0 , but not in the correct order.