简体   繁体   中英

Deploying my asp.net

OK.. so i spend the last few days trying to figure out how to deploy an asp.net web form. Through IIS i can publish it, and it works fine. But! and this may be a stupid question, but im getting desperate here - all the videos says it published in the end - but as far as i can see, its only as a localhost! Did i misunderstand something, and is it NOT actually published? I need to be able to acces it, on another computer. Im starting to think i need to publish it through a webhost, or azure or something.

I´m not asking for a complete guide, just a nod in the right direction :) Tnx in advance.

Of course you need a web host. You need to publish it to something . Tutorials just use IIS on the local machine for convenience, but you need a web host that runs IIS or, more recently, via mono on linux. If you go to another computer on your network and put the IP address of your computer into the address bar, you should be able to view your site there. If you want to access this outside of your network, you still need access to a server that will be accessible to the web.

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