English 中文(简体)
建立SSL HTTPS网络服务
原标题:create asp.net webservice for SSL HTTPS

我使用了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
最佳回答

对今后可能想过同样东西的人来说...... 为此采取了三个步骤。

(1) 将名称空间改为在密码档案顶端的https

2) 改变国际船舶和港口系统,使船舶和船舶停泊港口能够绕过必要的港口

3) 通过国际职工会(我们确实是自签人)签发一份签名证书

问题回答

暂无回答




相关问题
Session Management with Windows Authentication

In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...

Using Elmah with Cassini

Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)? I get it working easily on IIS, but using same configuration, it doesn t work with Cassini. When I requested ...

Setting hostname in IIS, include www?

I want to set the hostname for a website I m adding in IIS 7, however do I include the www in the hostname or not? because I want both www.mysite.com and mysite.com both to point to mysite on the ...

inetpub versus any other folder

I ve run websites out of inetpub, as well as from folders just residing on the C: drive. I wonder, are there any definitive advantages to running websites out of inetputwwwroot?

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

热门标签