I have an existing website running from my IIS in asp. (for e.g.
www.test.com)
Now I created one more folder in the same directory (folder1) and publish my .net website code to that folder.
Can I able to access it when I try to enter the same URL in the browser with that
newly created folder appended after it ? (for e.g
www.test/folder1/). Will that directly
go to default.aspx page of folder1 ?