简体   繁体   English

如何在没有Visual Studio的情况下将ASP.NET Web应用程序项目作为虚拟主机运行?

[英]How can I run ASP.NET Web Application project as a Virtual host , without Visual Studio?

I have an ASP.NET Web Application that I run from Visual Studio , it uses multiple Nuget packages and SQL Server . 我有一个从Visual Studio运行的ASP.NET Web应用程序,它使用多个Nuget程序包和SQL Server。

Is it possible to run it without Visual Studio , using a virtual host ? 是否可以使用虚拟主机在没有 Visual Studio的情况下运行它?

Based on your comments you are looking to begin hosting your own website from your own computer. 根据您的评论,您正在寻找从您自己的计算机开始托管自己的网站的机会。

  1. For starters I would checkout this resource from MSDN 首先,我将从MSDN签出资源
  2. A less dense but simpler walkthrough is here 此处密度较小但较简单的演练

It seems like you're not quite sure how to begin researching this yourself, so I would begin looking at search terms like "host ASP.Net site", "self hosting ASP", and "setting up IIS for self hosting" 似乎您不太确定如何自己进行研究,因此我将着眼于搜索字词,例如“主机ASP.Net网站”,“自行托管ASP”和“设置IIS以进行自行托管”

Another thing you will need to figure out is how to host your databases in SQL server, but running locally you shouldn't encounter any problems. 您需要弄清的另一件事是如何在SQL Server中托管数据库,但是在本地运行时,您应该不会遇到任何问题。 If you're looking to host this online then I would definitely take a look at the services offered by Azure, they integrate so nicely and are a breeze (IMHO) to work with. 如果您希望在线托管此服务,那么我一定会看一下Azure提供的服务,它们集成得非常好,并且很容易使用(IMHO)。

暂无
暂无

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

相关问题 在没有Visual Studio的情况下运行ASP.NET Web Api 2应用程序 - Running ASP.NET Web Api 2 application without Visual Studio 如何在没有 IDE 的情况下运行 asp.net web 应用程序项目 - How can I run asp.net web app project without IDE 我们如何在 Visual Studio Code 中调试 ASP.NET MVC Web 应用程序? - How can we debug ASP.NET MVC web application in Visual Studio Code? 在使用Visual Studio .NET的Web应用程序项目类型而不是网站时,我在哪里放置类? (ASP.NET) - Where do I put classes when using Web Application project type of Visual Studio .NET instead of Website? (ASP.NET) 如何使用Visual Studio GUI设置ASP.NET项目* WITHOUT *? - How do I setup an ASP.NET project *WITHOUT* using the Visual Studio GUI? 从Visual Studio 2017运行ASP.NET Core项目 - Run ASP.NET Core Project from Visual Studio 2017 Web矩阵与Visual Studio有何不同。它是否比Visual Studio更有效地开发ASP.NET Web Project? - How web matrix differ from Visual Studio .is it more efficient than Visual Studio to develop ASP.NET Web Project? 如何使用.net 3.5在Visual Studio 2008,asp.net Web应用程序中生成QR码? - How to generate QR code in visual studio 2008,asp.net web application using .net 3.5? 如何打包不带Visual Studio的ASP.NET Web应用程序? - How to package asp.net web application w/o visual studio? “Visual Studio 已将 ASP.NET MVC 5 的全套依赖项添加到项目中”我可以撤消它吗? - "Visual Studio has added the full set of dependencies for ASP.NET MVC 5 to project" Can I reverse it?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM