4
votes

I am developing a .NET Web application in Visual Studio 2010. It is in preliminary stage and so far I have implemented the ASP.NET authentication. I have a database ASPNETDB attached with the Solution of the Visual Studio(it appears when I did ASP.NET configuration from Visual Studio Project->ASP.NET Configuration). So far I am testing the application by the help of Visual Studio's Integrated Server and I haven't installed any other software like SQL Server Management Studio etc.

I am running in Windows 7 64 bit and I want to test publishing the application in IIS 7.0. IIS is already installed. Also I have installed

  • SQL Server System CLR Type
  • SQL Server Native Client
  • SQL Server 2008 R2 Management Objects
  • Web Deployement Tool 2.1

I am going to follow instruction as shown in Deployment to a Hosting Provider: Deploying to IIS as a Test Environment

So before that, I want to know do I need anything else to install or configure?

1

1 Answers

1
votes

No, you're good to go. Just follow the instructions carefully and you'll be ok!