帮助部署WCF Web服务 [英] Help deploying a WCF web service

查看:47
本文介绍了帮助部署WCF Web服务的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经使用VB在ASP.NET中编写了2个WCF Web服务,并且对部署它们有一些疑问.关于如何托管和部署它们的选择太多了,我非常困惑.这是我第一次部署Web服务.

I have written 2 WCF web services in ASP.NET using VB and I have some questions about deploying them. There are so many options for how to host these and deploy them that I am very confused. This is my first time deploying a web service.

我一直在Windows 7中使用Visual Studio 2015和.NET Framework 4.5在自己的PC上进行开发.我的两个Web服务都不会有任何用户交互.用户仅需将文件拖放到文件服务器上并使用以下命令调用Web服务(#1)就可以了: 参数.然后,该Web服务将在受保护的内部服务器上调用另一个Web服务(#2).尽管两者都将从SQL Server读取/写入,并且当然必须保护数据,但我的主要安全重点是WS#2中的代码.

I have been developing on my own PC in Windows 7 using Visual Studio 2015, and .NET Framework 4.5. Neither of my web services will have any user interaction. The user will do nothing more than drop a file on a file server and call the web service (#1) with parameters. Then that web service will call the other web service (#2) on a protected internal server. Although both will read/write from a SQL server and of course the data must be protected, my main security focus is on the code in WS #2.

现在,我需要在运行Windows Server 2012 R2的服务器上部署内部受保护的Web服务(#2),并从需要部署其他Web服务(#1)的服务器上调用它相同的设置.两者都是全新的服务器,没有任何电源 他们.然后,WS#1需要读取/写入文件服务器(也是新设置),并且两者都需要访问我们的SQL Server(这不是新服务器)上的数据库.  

Now, I need to deploy the internal, protected web service (#2) on a server running Windows Server 2012 R2, and call it from the server where I need to deploy the other web service (#1), which has the same setup. Both are brand new servers with nothing on them. Then, WS #1 needs to read from/write to a file server (also a new setup) and both need to access the database on our SQL server (this is not a new server).  

有人可以在这种情况下给我一些帮助吗?欢迎任何建议.  谢谢

Can someone please give me some help with this scenario? Any advice is welcome.  Thanks

推荐答案

有人可以在这种情况下给我一些帮助吗?任何建议都欢迎.谢谢

https://forums.iis.net/

https://forums.iis.net/


这篇关于帮助部署WCF Web服务的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆