I have a folder structure in IIS that: Dir1/Dir2/index.html. I want to map default as Dir1/index.html. When I give the default document as Dir2/index.html in "Add Default Document" session, The css file and js files are not working when i browse as Dir1/index.html. But its working for me when I browse asDir1/Dir2/Index.html.
Is it possible for me to map as default from Dir1/Dir2/index.html to Dir1/index.html without lossing css file and js file accessibility? Is an html page. not aspx/ascx file.... Thanks in advance...