简体   繁体   中英

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 .

Is it possible to run it without Visual Studio , using a virtual host ?

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
  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"

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. 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.

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