I am developing a .NET .NET application in Visual Studio 2010. It is at a preliminary stage and so far I have implemented ASP.NET authentication. I have an ASPNETDB database associated with a Visual Studio solution (it appears when I configured ASP.NET from Visual Studio Project-> ASP.NET Configuration). While I'm testing the application using Visual Studio Integrated Server, and I have not installed any other software such as SQL Server Management Studio, etc.
I am running a 64-bit version of Windows 7 and I want to check the publication of the application in IIS 7.0. IIS is already installed. I also installed
- CLR Type for SQL Server
- SQL Server Native Client
- SQL Server 2008 R2 Management Objects
- Web Deployement 2.1 Tool
I will follow the instructions as shown in Deployment for a Hosting Provider: Deploying in IIS as a Test Environment
So, before that, I want to know if I need anything else to install or configure?
source share