I successfully hosted my test html page in iis8.
While I try to host the already created site I got the http error 403.14 forbidden. Even I set the default document as my starting html page which has the frame. The website has several folder inner folders. While I enable the directory browsing it will list the page. If I disable it shows 403.14 error.
What can I do to resolve this issue?
My Test page is like
<html>
<body>
Welcome
</body>
</html>