简体   繁体   中英

How To Deploy .NET Web Project in IIS

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?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM