ASP.NET 4 - Web Deployment with SQL Server Compact using Visual Studio
This tutorial series shows how to make an ASP.NET web application that uses SQL Server Compact available over the internet by deploying it to a third-party hosting provider. Requires Visual Studio 2012 RC or Visual Studio 2010. For more up-to-date information about deployment features, or for information about how to deploy SQL Server editions other than SQL Server Compact, see ASP.NET Web Deployment using Visual Studio.
- Visual Studio Web Deployment with SQL Server Compact - Introduction
- Visual Studio Web Deployment with SQL Server Compact- Deploying SQL Server Compact Databases
- Visual Studio Web Deployment with SQL Server Compact - Web.Config File Transformations
- Visual Studio Web Deployment with SQL Server Compact - Configuring Project Properties
- Visual Studio Web Deployment with SQL Server Compact - Deploying to IIS as a Test Environment
- Visual Studio Web Deployment with SQL Server Compact - Setting Folder Permissions
- Visual Studio Web Deployment with SQL Server Compact - Deploying to the Production Environment
- Visual Studio Web Deployment with SQL Server Compact - Deploying a Code-Only Update
- Visual Studio Web Deployment with SQL Server Compact - Deploying a Database Update
- Visual Studio Web Deployment with SQL Server Compact - Migrating to SQL Server
- Visual Studio Web Deployment with SQL Server Compact - Deploying a SQL Server Database Update
- Visual Studio Web Deployment with SQL Server Compact - Troubleshooting