TechNet
Products
IT Resources
Downloads
Training
Support
Products
Windows
Windows Server
System Center
Microsoft Edge
Office
Office 365
Exchange Server
SQL Server
SharePoint Products
Skype for Business
See all products »
Resources
Channel 9 Video
Evaluation Center
Learning Resources
Microsoft Tech Companion App
Microsoft Technical Communities
Microsoft Virtual Academy
Script Center
Server and Tools Blogs
TechNet Blogs
TechNet Flash Newsletter
TechNet Gallery
TechNet Library
TechNet Magazine
TechNet Wiki
Windows Sysinternals
Virtual Labs
Solutions
Networking
Cloud and Datacenter
Security
Virtualization
Updates
Service Packs
Security Bulletins
Windows Update
Trials
Windows Server 2016
System Center 2016
Windows 10 Enterprise
SQL Server 2016
See all trials »
Related Sites
Microsoft Download Center
Microsoft Evaluation Center
Drivers
Windows Sysinternals
TechNet Gallery
Training
Expert-led, virtual classes
Training Catalog
Class Locator
Microsoft Virtual Academy
Free Windows Server 2012 courses
Free Windows 8 courses
SQL Server training
Microsoft Official Courses On-Demand
Certifications
Certification overview
Special offers
MCSE Cloud Platform and Infrastructure
MCSE: Mobility
MCSE: Data Management and Analytics
MCSE Productivity
Other resources
Microsoft Events
Exam Replay
Born To Learn blog
Find technical communities in your area
Azure training
Official Practice Tests
Support options
For business
For developers
For IT professionals
For technical support
Support offerings
More support
Microsoft Premier Online
TechNet Forums
MSDN Forums
Security Bulletins & Advisories
Not an IT pro?
Microsoft Customer Support
Microsoft Community Forums
Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
United States (English)
Россия (Pусский)
中国(简体中文)
Brasil (Português)
Skip to locale bar
Page Details
First published by
MikeMcKeown-Aditi Cloud Architect
(aMicrosoft Partne)
When:
25 Mar 2010 5:34 PM
Last revision by
Carsten Siemens
(eMicrosoft Partne)
When:
31 May 2013 3:56 AM
Revisions:
6
Comments:
3
Options
Revision #4
Wiki
>
TechNet Articles
>
AppFabric FAQ: Deployment
>
Revision #4
AppFabric FAQ: Deployment
You are currently reviewing an older revision of this page.
Go to current version
Deployment
Q: How does AppFabric help me deploy applications?
A: AppFabric leverages the Web Deployment tool, MSDeploy, to deploy applications into the production environment. The Web Deployment tool is integrated with both IIS and Visual Studio environments, so you can easily package and deploy applications directly from within Visual Studio, from the command line, or deploy pre-packaged applications directly from the IIS Manager.
Q. Does AppFabric support remote deployment to multiple servers?
A: No, this must be done manually by you through scripts.
Q: Is there any notification if services go on and offline?
A: No, not at this point, you would have to write custom code in NET.
Q. What packaging format do you use for import and export of applications?
A: We use ECM ZIP format for packaging.
Q: Can I attach custom actions to perform post deployment tasks?
A: Msdeploy supports a scripting interface. So you would have to write a custom script that invokes MSDeploy and the post deployment task.
Q: Can I package and deploy multiple services with a single command?
A: Yes, if these services are part of the same virtual application.
Q: Can I remove/undeploy the application?
A: This feature will be available in the future releases. Using the current version you can “undeploy” it by removing the service from IIS Manager and deleting the files manually.
Q: Do you provide a full featured configuration tool including support for msbuild automation to move between staging servers etc.?
A: We believe this scenario requires quite a bit of customization and tuning in practice. We support it by making all App server tasks scriptable. The end users would have to integrate these scripts into their processes.
Q: What is the interface that allows you to wire up to your production server? How do you find out what varies by environment?
A: We expect the production servers be configured with the App server roles and AppFabric. Inspection of environment configuration such as database configuration can be done via Powershell cmdlets.
Q: What if I have a specific service or application this has particularly high or robust database storage requirements - does AppFabric support this?
A: Yes, AppFabric supports the creation of multiple databases. This allows you to dedicate a database to a specific application or service.
Revert to this revision