Download presentation
Presentation is loading. Please wait.
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 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 nternet I I nformation S S ervices
6
Installation – IIS Control Panel Add/Remove Programs Windows ComponentsWindows Components Control Panel
7
Installation - Visual Web Developer 2005 Express Edition
8
Deployment
9
To deploy an ASP.NET application: 1.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. 2.Create and configure a new IIS virtual directory (or web site) on the target machine using Internet Services Manager.
10
Deployment – IIS Virtual Dir Control Panel Administrative Tools
11
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
Security – Authorization URL web.config
25
Security – Authorization prog. Programmatic authorization
26
Summary Outline Installation System requirements Components Deployment Security Authentication Authorization
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.