我使用了2008年视觉演播室,并创建了一个摄影展。 NET网站。 在本网站上,我有网页服务文档。 把这一服务放在吉大港山区,只是罚款。 但现在有一项要求,即要求将其置于SSL/HTTPS之上。
When I browse to the URL through HTTP, the .asmx and WSDL show up just fine. but as soon as i put HTTPS , the browser shows the message Internet Explorer cannot display the webpage
我们利用该系统在2003年窗口服务器上运行。
如果可能容易的话,我只想把这一服务放在HTTPS......上,而把该项目的其他网页放在吉大港山区。 如果情况非常困难,我仍能为这一服务制定新的项目......但我仍然想知道如何允许利用安保部。
事先得到任何帮助!
Imports System.Web
Imports System.Web.Services
Imports System.Web.Services.Protocols
Imports System.Data
<WebService(Namespace:="http://services.vm.vmc/InstantAccount/")> _
<WebServiceBinding(ConformsTo:=WsiProfiles.BasicProfile1_1)> _
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Public Class MyWebService
Inherits System.Web.Services.WebService
<WebMethod()> _
Public Function doSomething(ByVal p_String As String) As String
Return "Test"
End Function
End Class