javascript - How do i prevent subfolders access via anonymous http-url-path inspite of password-protected aspx.default file on parent-folder? -
could info on how keep files , folders free anonymous http access, besides i've done. aspx project-folder gateway/default file aspx.net/vb.net password protected web-page, works well. if knows , types full url path html-file or subfolder within, still gain access (bypassing aspx password page).
here's i've done far====
---utilizing settings of iis-7 server, i've attempted rendering subfolders not accessible anonymous browsers, after doing aspx password page becomes ineffective in redirecting subfolders , htl files within. after putting in correct password on aspx password page, run 404-unauthorized access error msg, means password authorized access disabled when turn off anonymous access subfolders.
could have fact aspx password entry page submit-button not pointing aspx page rather, pointing html pages within subfolder?
i believe using web.sitemap xml configuration file can you. https://msdn.microsoft.com/en-us/library/ms178428.aspx
Comments
Post a Comment