简体   繁体   English

我如何为我的.net Web服务提供VPN访问

[英]How can i provide VPN access for my .net webservice

I have to provide VPN access to .net web service. 我必须提供对.net Web服务的VPN访问。 Clients should access the service through VPN. 客户端应通过VPN访问服务。 Without VPN access clients can't access the data. 没有VPN访问,客户端将无法访问数据。 Please help me. 请帮我。

VPN is a network/infrastructure layer service that has to be set up by your hosting provider/operations departments. VPN是一项网络/基础结构层服务,必须由您的托管提供商/运营部门设置。 It's main advantage is that you set it up once on network level and then you can access all resources of the protected network without having to set up encryption etc. on every single service. 它的主要优点是您只需在网络级别设置一次,然后就可以访问受保护网络的所有资源,而不必在每个服务上都设置加密等。

For just one web service it is easier and equally safe to use TLS (https) with a proper and strong authentication (eg requiring the client to use a certificate for authentication). 对于仅一种Web服务,使用带有适当且强大的身份验证的TLS(https)既容易又同样安全(例如,要求客户端使用证书进行身份验证)。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM