Your SlideShare is downloading. ×
  • Like
SharePoint 2010 Web Application Architecture_ Ayman El-Hattab,MVP
Upcoming SlideShare
Loading in...5
×

Thanks for flagging this SlideShare!

Oops! An error has occurred.

×

Now you can save presentations on your phone or tablet

Available for both IPhone and Android

Text the download link to your phone

Standard text messaging rates apply

SharePoint 2010 Web Application Architecture_ Ayman El-Hattab,MVP

  • 2,367 views
Published

 

Published in Technology
  • Full Name Full Name Comment goes here.
    Are you sure you want to
    Your message goes here
    Be the first to comment
    Be the first to like this
No Downloads

Views

Total Views
2,367
On SlideShare
0
From Embeds
0
Number of Embeds
1

Actions

Shares
Downloads
96
Comments
0
Likes
0

Embeds 0

No embeds

Report content

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate.

Cancel
    No notes for slide

Transcript

  • 1. SharePoint 2010 Web Application Architecture
    Ayman El-Hattab
    Technology Solution Professional
    MEA Center of Expertise
    SharePoint MVP
    ayman@aymanelhattab.com
    www.aymanelhattab.com
  • 2. Session Objectives
    Learn about different server roles.
    Learn about web application architecture.
    Understand Customized Vs. Uncustomized Pages.
  • 3. SharePoint Server Roles
    Web Front End: Is a server that hosts web applications that users access with a browser or other types of clients. A large farm will contain multiple Web Front Ends.
  • 4. SharePoint Server Roles
    Application Server : Hosts the background services like the search service and the web analytics service. In a large farm, it is possible to have multiple application servers with each of the servers running a different set of services for optimal load balancing.
    SQL Server : Hosts Microsoft SQL Server and the many databases that support a typical farm. A large farm may have several SQL Servers acting as a high performance and high availability cluster.
  • 5. IIS, ASP.NET 3.5, Windows, and SQL Server
  • 6. File Locations and Storage
    Some resources always come from File System like:
    Core List Definitions
    Core Application Pages( /_layouts/settings.aspx)
    Core User Controls
    More…
    Others always come from SQL Server
    List Items
    Documents
    Sometimes, it depends on the state ????
  • 7. SharePoint Web Application Architecture
    File Locations and Storage!
    demo
    Not supported on production servers!
  • 8. Configuration Management
    Everything in the previous demo is not recommended.
    Modifying files that ships with SharePoint is not supported and leads to an out-of-sync farm servers.
    Do not add files directly to SharePoint root, instead use Solutions Packages (WSPs).