简体   繁体   English

如何在IIS中部署.NET Web项目

[英]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. 我正在Visual Studio 2010中开发.NET Web应用程序。它处于初步阶段,到目前为止,我已经实现了ASP.NET身份验证。 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). 我有一个数据库ASPNETDB附加Visual Studio的解决方案(它出现在我从Visual Studio Project-> ASP.NET配置进行ASP.NET配置时)。 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. 到目前为止,我正在Visual Studio的集成服务器的帮助下测试应用程序,我还没有安装任何其他软件,如SQL Server Management Studio等。

I am running in Windows 7 64 bit and I want to test publishing the application in IIS 7.0. 我在Windows 7 64位运行,我想测试在IIS 7.0中发布应用程序。 IIS is already installed. IIS已安装。 Also I have installed 我也安装了

  • SQL Server System CLR Type SQL Server系统CLR类型
  • SQL Server Native Client SQL Server Native Client
  • SQL Server 2008 R2 Management Objects SQL Server 2008 R2管理对象
  • Web Deployement Tool 2.1 Web部署工具2.1

I am going to follow instruction as shown in Deployment to a Hosting Provider: Deploying to IIS as a Test Environment 我将按照部署到托管提供商的说明进行操作:部署到IIS作为测试环境

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! 请仔细按照说明操作即可!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在IIS中部署我的asp.net项目? - How to deploy my asp.net project in IIS? 如何在IIS上部署Angular和.NET Core Web API? - How To Deploy Angular And .NET Core Web API On IIS? 使用HTML5 / Javascript项目部署解决方案,并在IIS上单独部署ASP.NET Web API项目 - Deploy a solution with HTML5/Javascript project and separate ASP.NET Web API project on IIS 如何在IIS 10上承载ASP.NET Web API 2项目 - How to host ASP.NET Web API 2 project on IIS 10 如何在asp.net Web应用程序中部署项目 - how to deploy the project in asp.net web application 如何在本地 IIS 中部署 WebAPI 项目 - How to deploy WebAPI project in Local IIS 如何在本地iis上部署asp.net Web应用程序? - How can I deploy an asp.net web application on my local iis? 如何将带有 React 前端的 ASP.NET Web API 部署到 IIS? - How can I deploy an ASP.NET Web API with React frontend to IIS? 如何将 ASP.NET 核心 web 应用程序部署到 ZAEA23489CE3AA9B6406EBB28E0CDA4016 上的 IIS 应用程序 - How to deploy ASP.NET core web application to IIS on Windows Server 2016 如何使用VS2015将ASP.NET 5 Web部署到AWS IIS? - How to Web Deploy ASP.NET 5 to AWS IIS using VS2015?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM