使用Microsoft技术公开本地网络资源

时间:2016-04-07 09:24:15

标签: c# .net iis local intranet

IIS上托管的应用程序只能在本地网络(Intranet)上访问。但我需要将一个网站暴露给互联网。 让我们说它是: http://localnetwork/site?param=value

所以我需要创建一个使用公共IP地址的应用程序,并且可以充当外部用户和本地网站之间的中间人。

是否可能以及如何完成(至少如何调用)?

1 个答案:

答案 0 :(得分:0)

You can achieve this by setting up a reverse proxy. This basically means you have a publicly accessible IIS server (or site), which will redirect the request to that site to a site protected behind your firewall. Look at these articles: