SlideShare uma empresa Scribd logo
1 de 28
All About ASP.NET 4.0 HosamKamel Senior Software Engineer ESRI Northeast Africa @HosamKamel http://Weblogs.asp.net/HosamKamel 1
Agenda Overview Core Services New Features in the Microsoft Ajax Library Web Forms Dynamic Data Visual Studio 2010 Web Designer Improvements Web Application Deployment with Visual Studio 2010 Q and A 2
Core Services
Core Service – Web.Config File Minification Web.config (Past) Contains all the configuration for a Web application. Grown considerably over the past few releases of the .NET Framework as new features have been added, such as AJAX, routing, and integration with IIS 7 This has made it harder to configure or start new Web applications without a tool like Visual Studio Web.config ( .NET Framework 4) The major configuration elements have been moved to the machine.config file. The web applications now inherit these settings. 4
Core Service – Extensible Output Caching Old Caching mechanism In memory  Heavy traffic Memory consumed by output caching can compete with memory demands from other portions of a Web application. Custom output-cache providers. Output-cache providers can use any storage mechanism to persist HTML content 5
Core Service – Auto-Start Web Applications Application_Load Auto-Start ASP.NET 4 runs on IIS 7.5 on Windows Server 2008 R2 Starting up an application pool, initializing an ASP.NET application, and then accepting HTTP request 6
Core Service – Permanently Redirecting a Page Response.Redirect HTTP 302 Found (temporary redirect) response. An extra HTTP round trip when users attempt to access the old URLs RedirectPermanent  Issue HTTP 301 Moved Permanently responses. Search engines and other user agents that recognize permanent redirects will store the new URL that is associated with the content, which eliminates the unnecessary round trip made by the browser for temporary redirects. 7
Core Service – The Incredible Shrinking Session State Depending on how much information a developer saves in session state, the size of the serialized data can grow quite large. compressionEnabled="true“! 8
Core Service – Expanding the Range of Allowable URLs URL path lengths to 260 characters. (based on the NTFS file-path limit) To allow longer or shorter paths (the portion of the URL that does not include protocol, server name, and query string) maxRequestPathLength=“260” To allow longer or shorter query strings maxQueryStringLength="2048"  9
Core Service – Multi-Targeting <compilation targetFramework="4.0"/>  10
Web Forms
Web Forms– Meta Tags MetaKeywords  MetaDescription You can set these properties at run time. 12
Web Forms– Enabling View State for Individual Controls ViewStateMode property. Enabled, Disabled, and Inherit 13
Web Forms – Changes to Browser Capabilities HttpBrowserCapabilities ASP.NET 4, these browser definition files have been updated blackberry.browser	- chrome.browser Default.browser		- firefox.browser gateway.browser     	- generic.browser ie.browser			- iemobile.browser iphone.browser		- opera.browser safari.browser 14
Web Forms – Routing ASP.NET 4 adds built-in support for using routing with Web Forms. Routing lets you configure an application to accept request URLs that do not map to physical files. http://website/products.aspx?categoryid=12  OR http://website/products/software 15
Web Forms – Client IDs The id attribute in HTML that is rendered for Web server controls is generated based on the ClientID property of the control ctl00_MasterPageBody_ctl01_Textbox1 ClientIDMode  AutoID Static  Predictable  Inherit  16
Web Forms – ASP.NET Chart Control 35 distinct chart types. An unlimited number of chart areas, titles, legends, and annotations. A wide variety of appearance settings for all chart elements. 3-D support for most chart types. Smart data labels that can automatically fit around data points. Strip lines, scale breaks, and logarithmic scaling. More than 50 financial and statistical formulas for data analysis and transformation. Simple binding and manipulation of chart data. Support for common data formats, such as dates, times, and currency. Support for interactivity and event-driven customization, including client click events using Ajax. State management. Binary streaming. 17
Web Forms – Project Template Changes Empty Web Site Empty web application 18
Web Forms – CSS Improvements controlRenderingCompatibilityVersion  "3.5". "4.0". Disabling Controls Hiding div Elements Around Hidden Fields 19
Web Forms – Project Template Changes Empty Web Site Empty web application 20
Web Application Deployment with Visual Studio 2010
Issues Deploying to a shared hosting site. In an enterprise environment. Web deployment features in Visual Studio 2010 include the following major areas: Web packaging	 Web.config Transformation Database deployment One-Click Publish for Web applications 22
Web Packaging IIS Web Deployment Tool (MsDeploy.exe).  Zip file + meta data IIS settings, which includes application pool settings, error page settings, and so on. The actual Web content, which includes Web pages, user controls, static content (images and HTML files), and so on. SQL Server database schemas and data. Security certificates, components to install in the GAC, registry settings, and so on. 23
Web.config Transformation Transform a Web.config file from development settings to production settings 24
Database Deployment A Visual Studio 2010 deployment package can include dependencies on SQL Server databases.  25
One-Click Publish for Web Applications IIS remote management service to publish a Web application to a remote server  26
Thank YOU!

Mais conteúdo relacionado

Mais procurados

Single page apps_with_cf_and_angular[1]
Single page apps_with_cf_and_angular[1]Single page apps_with_cf_and_angular[1]
Single page apps_with_cf_and_angular[1]
ColdFusionConference
 
Asp Net Advance Topics
Asp Net Advance TopicsAsp Net Advance Topics
Asp Net Advance Topics
Ali Taki
 
Developing an aspnet web application
Developing an aspnet web applicationDeveloping an aspnet web application
Developing an aspnet web application
Rahul Bansal
 
Harish Understanding Aspnet
Harish Understanding AspnetHarish Understanding Aspnet
Harish Understanding Aspnet
rsnarayanan
 
Integrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio LightswitchIntegrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio Lightswitch
Rob Windsor
 

Mais procurados (20)

Tutorial asp.net
Tutorial  asp.netTutorial  asp.net
Tutorial asp.net
 
SynapseIndia asp.net2.0 ajax Development
SynapseIndia asp.net2.0 ajax DevelopmentSynapseIndia asp.net2.0 ajax Development
SynapseIndia asp.net2.0 ajax Development
 
Asp
AspAsp
Asp
 
Word on the Server
Word on the ServerWord on the Server
Word on the Server
 
ASP
ASPASP
ASP
 
Single page apps_with_cf_and_angular[1]
Single page apps_with_cf_and_angular[1]Single page apps_with_cf_and_angular[1]
Single page apps_with_cf_and_angular[1]
 
SharePoint 2010 Upgrade Drill Down
SharePoint 2010 Upgrade Drill DownSharePoint 2010 Upgrade Drill Down
SharePoint 2010 Upgrade Drill Down
 
Migrando una app de angular.js a Blazor
Migrando una app de angular.js a BlazorMigrando una app de angular.js a Blazor
Migrando una app de angular.js a Blazor
 
Asp dot net final (2)
Asp dot net   final (2)Asp dot net   final (2)
Asp dot net final (2)
 
Asp Net Advance Topics
Asp Net Advance TopicsAsp Net Advance Topics
Asp Net Advance Topics
 
Asp .net folders and web.config
Asp .net folders and web.configAsp .net folders and web.config
Asp .net folders and web.config
 
Developing an aspnet web application
Developing an aspnet web applicationDeveloping an aspnet web application
Developing an aspnet web application
 
Harish Understanding Aspnet
Harish Understanding AspnetHarish Understanding Aspnet
Harish Understanding Aspnet
 
Usability AJAX and other ASP.NET Features
Usability AJAX and other ASP.NET FeaturesUsability AJAX and other ASP.NET Features
Usability AJAX and other ASP.NET Features
 
ASP.NET Lecture 1
ASP.NET Lecture 1ASP.NET Lecture 1
ASP.NET Lecture 1
 
Web api
Web apiWeb api
Web api
 
Integrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio LightswitchIntegrating SharePoint 2010 and Visual Studio Lightswitch
Integrating SharePoint 2010 and Visual Studio Lightswitch
 
[Wilen] Enriching conversations with your data in Microsoft Teams
[Wilen] Enriching conversations with your data in Microsoft Teams[Wilen] Enriching conversations with your data in Microsoft Teams
[Wilen] Enriching conversations with your data in Microsoft Teams
 
Building ColdFusion And AngularJS Applications
Building ColdFusion And AngularJS ApplicationsBuilding ColdFusion And AngularJS Applications
Building ColdFusion And AngularJS Applications
 
Introduction to ASP.NET
Introduction to ASP.NETIntroduction to ASP.NET
Introduction to ASP.NET
 

Semelhante a All About Asp Net 4 0 Hosam Kamel

Windows Server 2008 - Web and Application Hosting
Windows Server 2008 - Web and Application HostingWindows Server 2008 - Web and Application Hosting
Windows Server 2008 - Web and Application Hosting
Information Technology
 
JOB PORTALProject SummaryTitle JOB-PORT.docx
JOB PORTALProject SummaryTitle    JOB-PORT.docxJOB PORTALProject SummaryTitle    JOB-PORT.docx
JOB PORTALProject SummaryTitle JOB-PORT.docx
christiandean12115
 
CTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should KnowCTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should Know
Spiffy
 
Chris givens building custom service applications
Chris givens building custom service applicationsChris givens building custom service applications
Chris givens building custom service applications
Chris Givens
 
PHP Enhancement with Windows Server 2008
PHP Enhancement with Windows Server 2008PHP Enhancement with Windows Server 2008
PHP Enhancement with Windows Server 2008
Krit Kamtuo
 

Semelhante a All About Asp Net 4 0 Hosam Kamel (20)

Windows Server 2008 - Web and Application Hosting
Windows Server 2008 - Web and Application HostingWindows Server 2008 - Web and Application Hosting
Windows Server 2008 - Web and Application Hosting
 
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
Teched Middle East New World of SharePoint 2010 Administration with Joel Oles...
 
Share point 2010 overview
Share point 2010 overviewShare point 2010 overview
Share point 2010 overview
 
Whats New In Mashup Center V1.1 Final
Whats New In Mashup Center V1.1 FinalWhats New In Mashup Center V1.1 Final
Whats New In Mashup Center V1.1 Final
 
Using WebServices with Vertex
Using WebServices with Vertex Using WebServices with Vertex
Using WebServices with Vertex
 
Iis it-slideshares.blogspot.com
Iis it-slideshares.blogspot.comIis it-slideshares.blogspot.com
Iis it-slideshares.blogspot.com
 
IBM WebSphere Portal 6.1 Preview - What's New
IBM WebSphere Portal 6.1 Preview - What's NewIBM WebSphere Portal 6.1 Preview - What's New
IBM WebSphere Portal 6.1 Preview - What's New
 
Case study for share point implementation for social intranet
Case study for share point implementation for social intranetCase study for share point implementation for social intranet
Case study for share point implementation for social intranet
 
JOB PORTALProject SummaryTitle JOB-PORT.docx
JOB PORTALProject SummaryTitle    JOB-PORT.docxJOB PORTALProject SummaryTitle    JOB-PORT.docx
JOB PORTALProject SummaryTitle JOB-PORT.docx
 
CTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should KnowCTU June 2011 - Things that Every ASP.NET Developer Should Know
CTU June 2011 - Things that Every ASP.NET Developer Should Know
 
IBM WebSphere Portal
IBM WebSphere PortalIBM WebSphere Portal
IBM WebSphere Portal
 
Make Web, Not War - Installfest: Extend Your Web Server, Rodney Buike
Make Web, Not War - Installfest: Extend Your Web Server, Rodney BuikeMake Web, Not War - Installfest: Extend Your Web Server, Rodney Buike
Make Web, Not War - Installfest: Extend Your Web Server, Rodney Buike
 
Resume
ResumeResume
Resume
 
Road Show Asp Net
Road Show Asp NetRoad Show Asp Net
Road Show Asp Net
 
Chris givens building custom service applications
Chris givens building custom service applicationsChris givens building custom service applications
Chris givens building custom service applications
 
5. iED Cloud Services.pdf
5. iED Cloud Services.pdf5. iED Cloud Services.pdf
5. iED Cloud Services.pdf
 
Architecting Solutions Leveraging The Cloud
Architecting Solutions Leveraging The CloudArchitecting Solutions Leveraging The Cloud
Architecting Solutions Leveraging The Cloud
 
SharePoint Performance Optimization In 10 Steps for the IT Professional
SharePoint Performance Optimization In 10 Steps for the IT ProfessionalSharePoint Performance Optimization In 10 Steps for the IT Professional
SharePoint Performance Optimization In 10 Steps for the IT Professional
 
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software WebcastPreparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
Preparing for Upgrade to SharePoint 2010 with Joel Oleson Quest Software Webcast
 
PHP Enhancement with Windows Server 2008
PHP Enhancement with Windows Server 2008PHP Enhancement with Windows Server 2008
PHP Enhancement with Windows Server 2008
 

Último

IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
Enterprise Knowledge
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
Earley Information Science
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
giselly40
 

Último (20)

Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
IAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI SolutionsIAC 2024 - IA Fast Track to Search Focused AI Solutions
IAC 2024 - IA Fast Track to Search Focused AI Solutions
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 

All About Asp Net 4 0 Hosam Kamel

  • 1. All About ASP.NET 4.0 HosamKamel Senior Software Engineer ESRI Northeast Africa @HosamKamel http://Weblogs.asp.net/HosamKamel 1
  • 2. Agenda Overview Core Services New Features in the Microsoft Ajax Library Web Forms Dynamic Data Visual Studio 2010 Web Designer Improvements Web Application Deployment with Visual Studio 2010 Q and A 2
  • 4. Core Service – Web.Config File Minification Web.config (Past) Contains all the configuration for a Web application. Grown considerably over the past few releases of the .NET Framework as new features have been added, such as AJAX, routing, and integration with IIS 7 This has made it harder to configure or start new Web applications without a tool like Visual Studio Web.config ( .NET Framework 4) The major configuration elements have been moved to the machine.config file. The web applications now inherit these settings. 4
  • 5. Core Service – Extensible Output Caching Old Caching mechanism In memory Heavy traffic Memory consumed by output caching can compete with memory demands from other portions of a Web application. Custom output-cache providers. Output-cache providers can use any storage mechanism to persist HTML content 5
  • 6. Core Service – Auto-Start Web Applications Application_Load Auto-Start ASP.NET 4 runs on IIS 7.5 on Windows Server 2008 R2 Starting up an application pool, initializing an ASP.NET application, and then accepting HTTP request 6
  • 7. Core Service – Permanently Redirecting a Page Response.Redirect HTTP 302 Found (temporary redirect) response. An extra HTTP round trip when users attempt to access the old URLs RedirectPermanent  Issue HTTP 301 Moved Permanently responses. Search engines and other user agents that recognize permanent redirects will store the new URL that is associated with the content, which eliminates the unnecessary round trip made by the browser for temporary redirects. 7
  • 8. Core Service – The Incredible Shrinking Session State Depending on how much information a developer saves in session state, the size of the serialized data can grow quite large. compressionEnabled="true“! 8
  • 9. Core Service – Expanding the Range of Allowable URLs URL path lengths to 260 characters. (based on the NTFS file-path limit) To allow longer or shorter paths (the portion of the URL that does not include protocol, server name, and query string) maxRequestPathLength=“260” To allow longer or shorter query strings maxQueryStringLength="2048" 9
  • 10. Core Service – Multi-Targeting <compilation targetFramework="4.0"/> 10
  • 12. Web Forms– Meta Tags MetaKeywords  MetaDescription You can set these properties at run time. 12
  • 13. Web Forms– Enabling View State for Individual Controls ViewStateMode property. Enabled, Disabled, and Inherit 13
  • 14. Web Forms – Changes to Browser Capabilities HttpBrowserCapabilities ASP.NET 4, these browser definition files have been updated blackberry.browser - chrome.browser Default.browser - firefox.browser gateway.browser - generic.browser ie.browser - iemobile.browser iphone.browser - opera.browser safari.browser 14
  • 15. Web Forms – Routing ASP.NET 4 adds built-in support for using routing with Web Forms. Routing lets you configure an application to accept request URLs that do not map to physical files. http://website/products.aspx?categoryid=12 OR http://website/products/software 15
  • 16. Web Forms – Client IDs The id attribute in HTML that is rendered for Web server controls is generated based on the ClientID property of the control ctl00_MasterPageBody_ctl01_Textbox1 ClientIDMode  AutoID Static  Predictable  Inherit  16
  • 17. Web Forms – ASP.NET Chart Control 35 distinct chart types. An unlimited number of chart areas, titles, legends, and annotations. A wide variety of appearance settings for all chart elements. 3-D support for most chart types. Smart data labels that can automatically fit around data points. Strip lines, scale breaks, and logarithmic scaling. More than 50 financial and statistical formulas for data analysis and transformation. Simple binding and manipulation of chart data. Support for common data formats, such as dates, times, and currency. Support for interactivity and event-driven customization, including client click events using Ajax. State management. Binary streaming. 17
  • 18. Web Forms – Project Template Changes Empty Web Site Empty web application 18
  • 19. Web Forms – CSS Improvements controlRenderingCompatibilityVersion  "3.5". "4.0". Disabling Controls Hiding div Elements Around Hidden Fields 19
  • 20. Web Forms – Project Template Changes Empty Web Site Empty web application 20
  • 21. Web Application Deployment with Visual Studio 2010
  • 22. Issues Deploying to a shared hosting site. In an enterprise environment. Web deployment features in Visual Studio 2010 include the following major areas: Web packaging Web.config Transformation Database deployment One-Click Publish for Web applications 22
  • 23. Web Packaging IIS Web Deployment Tool (MsDeploy.exe).  Zip file + meta data IIS settings, which includes application pool settings, error page settings, and so on. The actual Web content, which includes Web pages, user controls, static content (images and HTML files), and so on. SQL Server database schemas and data. Security certificates, components to install in the GAC, registry settings, and so on. 23
  • 24. Web.config Transformation Transform a Web.config file from development settings to production settings 24
  • 25. Database Deployment A Visual Studio 2010 deployment package can include dependencies on SQL Server databases. 25
  • 26. One-Click Publish for Web Applications IIS remote management service to publish a Web application to a remote server  26
  • 27.