1 / 26

ASP.NET

ASP.NET. Reuven Abliyev Elyahu Sivaks Ariel Daliot. Summary Outline. Installation System requirements Components Deployment Security Authentication Authorization. Installation – System requirements. Windows 3.11 / 95 / 98. NT. Windows NT Windows 2000 Windows XP

Download Presentation

ASP.NET

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. ASP.NET Reuven Abliyev Elyahu Sivaks Ariel Daliot

  2. Summary Outline • Installation • System requirements • Components • Deployment • Security • Authentication • Authorization

  3. Installation – System requirements Windows 3.11 / 95 / 98 NT • Windows NT • Windows 2000 • Windows XP • Windows Server 2003

  4. Installation – What do we need? To run: .Net Framework IIS To develop: Notepad Visual Studio.Net Visual Web Developer WebMatrix

  5. Installation – To run ASP.NET I I S Internet Information Services

  6. Add/Remove Programs Control Panel Windows Components Control Panel Installation – IIS

  7. Installation - Visual Web Developer 2005 Express Edition

  8. Deployment

  9. Deployment • To deploy an ASP.NET application: • Use Windows Explorer, XCOPY, FTP, or another transfer mechanism to copy the files and folders contained in the application's root directory to the new directory on the target machine. • Create and configure a new IIS virtual directory (or web site) on the target machine using Internet Services Manager.

  10. Control Panel Administrative Tools Deployment – IIS Virtual Dir

  11. Deployment – IIS Virtual Dir

  12. Deployment – IIS Virtual Dir N

  13. Deployment – IIS Virtual Dir http://localhost/SSDdemo/ http://62.0.100.216/SSDdemo/

  14. Deployment – IIS Virtual Dir

  15. Deployment – IIS Virtual Dir

  16. Deployment – IIS Virtual Dir

  17. Deployment – IIS Virtual Dir

  18. Deployment – IIS Virtual Dir

  19. Deployment – using VS.NET

  20. Security Authentication verifying who you are Authorization verifying what you are allowed to do

  21. Security - Authentication • ASP.NET provides three built-in options for authentication: • Windows authentication • Forms authentication • Passport authentication

  22. Security - Authorization Authorization in ASP.NET takes three forms: • ACL-based authorization • URL authorization • Programmatic authorization

  23. Security – Authorization ACL Access Control Lists (ACLs)

  24. web.config Security – Authorization URL

  25. Security – Authorization prog. Programmatic authorization

  26. Summary Outline • Installation • System requirements • Components • Deployment • Security • Authentication • Authorization

More Related