简体   繁体   English

如何在本地系统中发布asp.net(c#)网站?

[英]How Can i publish a asp.net(c#) website in a local system?

Recently I create a website in c#.net. 最近,我在c#.net中创建了一个网站。 But I don't want to host in net. 但是我不想在网络上托管。 can I publish it in a LAN? 我可以在局域网上发布它吗? If it is possible? 如果可能的话? How can I make it? 我该怎么做? Please help me..... Thanks in advance. 请帮助我.....在此先感谢。

Run a webserver on a computer on your lan and host the files there. 在局域网上的计算机上运行网络服务器并在此处托管文件。

http://www.w3schools.com/asp/asp_install.asp http://www.w3schools.com/asp/asp_install.asp

For this projects you can run it on IIS on your own computer and publish it on you LAN. 对于此项目,您可以在自己的计算机上的IIS上运行它,并将其发布在您的LAN上。

This is a good point to start with. 这是一个很好的起点。

https://support.microsoft.com/en-us/kb/323972 https://support.microsoft.com/en-us/kb/323972

https://technet.microsoft.com/en-us/library/cc771124(v=ws.10).aspx https://technet.microsoft.com/en-us/library/cc771124(v=ws.10).aspx

To publish website first we need to check whether IIS installed in our local machine or not. 要首先发布网站,我们需要检查IIS是否安装在我们的本地计算机中。

You can use this site 您可以使用这个网站

http://www.aspdotnet-suresh.com/2010/09/publish-or-deploy-website-in-our-local.html http://www.aspdotnet-suresh.com/2010/09/publish-or-deploy-website-in-our-local.html

暂无
暂无

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

相关问题 在Visual Studio 2013上发布用c#asp.net创建的网站,我需要做什么? - What do I need to do to publish a website made in c# asp.net on Visual Studio 2013? 如何从ASP.NET MVC网站中生成可下载的c#类? - How can I generate a downloadable c# class from within an ASP.NET MVC website? ASP.NET C#MVC网站,如何在点击按钮时安装驱动器? - ASP.NET C# MVC Website, how can I mount a drive upon button click? 我如何在我的网站上应用bootstrap? ASP.NET,C# - How can i apply bootstrap in my website? ASP.NET, C# 如何获取当前用户的ID(在asp.net/c#网站中)? - how can I get the current user's id (In an asp.net/c# website)? 如何加载网站,然后在 Asp.Net Core (C#) Razor Pages 中添加数据 - How can I load the website and then later add data to it in Asp.Net Core (C#) Razor Pages 如何在c#和asp.net中获取客户端主机名,本地计算机名和用户名 - How I can obtain client hostname, local computer name and user name in c# and asp.net 我在哪里可以找到关于如何制作简单内容管理系统的C#ASP.NET教程? - Where can I find a C# ASP.NET tutorial on how to make a simple content management system? 如何在 Asp .Net 网站中执行 C# 代码 - How can i execute C# code in Asp .Net Website 如何在 asp.net 中发布网站/webapp 以及我们是否可以在不重新发布的情况下编辑已发布的网站 - How to publish a website/webapp in asp.net and also can we edit a published website without republishing it
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM