Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

11
Web Interface: Easy, Advanced, and Extreme Customization Jason Conger - www.JasonConger.com @JasonConger

Transcript of Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

Page 1: Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

Web Interface:Easy, Advanced, and Extreme Customization

Jason Conger - www.JasonConger.com @JasonConger

Page 2: Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

Web InterfaceGross Anatomy and Extreme Makeover

Useful TipsDisable Custom Errors in Web.ConfigHTML DoctypeFolder Structure

Page 3: Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

Folder structure

~/authAuthentication pages. Each .aspx file (ASP.NET) or .jsp file (JSP) in this folder corresponds to a single authentication step.

Page 4: Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

Folder structure

~/app_data/includeHTML 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.

Page 5: Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

Folder structure

~/htmlHTML documents that are served unmodified to the Web browser, typically used for error handling.

Mostly error pages.

Page 6: Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

Folder structure

~/siteMain 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.

Page 7: Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

Authentication Filter

~/web.config

Page 8: Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

How Pages Are Built

Page 9: Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

Page Flow

Page 10: Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

Call a Web Service

DM

Z80 / 443

Web InterfaceActive Directory Web Service

Page 11: Useful Tips Disable Custom Errors in Web.Config HTML Doctype Folder Structure.

Pass Credentials

Some Random Web Application

Web Interface

Encrypt/Decrypt Credentials