1 / 10

Development and deployment Web applications

Development and deployment Web applications. ITNET2 Spring 2011 Jesper Rosholm Tørresø. Why take development and deployment into considerations ?. You should always take D&D into considerations when doing SW/IT development !.

Download Presentation

Development and deployment Web applications

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. Development and deploymentWeb applications ITNET2 Spring 2011 Jesper RosholmTørresø

  2. Whytakedevelopment and deploymentintoconsiderations? • Youshouldalwaystake D&D intoconsiderationswhendoing SW/IT development!. • But whendoingdistributed SW/IT development it is even more important. • A Web Application is distributed by definition and of course by nature.

  3. The over all picture • IDE Host The computer where your integrated development environment is running (Typically your own PC or MAC) • Development Host The computer that host the HTTP Server and ASP.NET engine that runs your development version of the web application • Deployment Host. The computer that host the HTTP Server and ASP.NET engine that runs your final (custom) version of the web application

  4. Parts to differbetween in a webapplication • Host with a • Web Server/Http Server with • One or more web sites • A web applicationframework(ASP.NET Java …) • A Web applicationbelongs to a website, it has itsown URL/URI according to the host at the web site • A web applicationmaybeside a lot of other items in the site, likestatic HTML files and other scripts

  5. D&D architecture 1

  6. Or D&D architecture 2

  7. Or D&D architecture 3

  8. Choose a appropriate D&D architecture But remember : • Version control • Many Developers working at same application parts • Division between Design of “User View” and “Application logic”

  9. Processes, rights and likely stuff.

  10. Tools VS2008 Remember to set rights for VS2008 on Windows 7

More Related