Download presentation
Presentation is loading. Please wait.
Published byDwain Butler Modified over 9 years ago
2
Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure
3
~/auth Authentication pages. Each.aspx file (ASP.NET) or.jsp file (JSP) in this folder corresponds to a single authentication step.
4
~/app_data/include HTML fragments used to generate the site's pages. This folder contains two types of files:.inc files that contain the actual HTML fragments and.ascx files that include the fragments in generated pages.
5
~/html HTML documents that are served unmodified to the Web browser, typically used for error handling. Mostly error pages.
6
~/site Main site pages. All of the Web pages shown after the user has successfully authenticated are in this folder. Each.aspx file (ASP.NET) or.jsp file (JSP) in this folder corresponds to a Web page requested by browsers.
7
~/web.config
10
DMZ 80 / 443 Web Interface Active Directory Web Service
11
Some Random Web Application Web Interface Encrypt/Decrypt Credentials
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.