Ask a Question related to ASP.NET Web Services, Design and Development.
-
priya #1
web services over http
Hi
I have a webservice setup for which I want to use client certificates. I installed a Web-Server certificate on my web server. I then generated an
installed a client-certificate for my web browser.My web browser can now connect to the web service, and the web service recieves the clien
certificate
(For the web service application I have checked the 'Required Client Certificates' option in IIS.
Trying to consume a webservice through aspx page over SSL with Client Certificate and getting below error
[WebException: The request failed with HTTP status 403: Access Forbidden.
System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream) +113
System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String methodName, Object[] parameters) +21
priya Guest
-
Http services problem
Dear Friends: My Problem is about the Http services Install Flex base on BEA Weblogic, JRUN4,Tomcat all the same problem my sever in intranet ,... -
Enabling HTTP Post to invoke web services
I am calling a .Net web service from a traditional ASP page. I am using the ServerXMLHttp object. For example: sWebSvcUrl = "http://.....asmx"... -
HTTP Services for DataGrid
why is it that, when we send a web request for some data from a .jsp or .xml file, for a datagrid , we dont get the result displayed on the DataGrid... -
No HTTP Post/Get show in Web Services WSDL.
Hello all - Bear with me during this explanation as I have run myself ragged trying to figure this one out. When I compile my web service that... -
Custom HTTP Modules and Web Services
I created a Web Service and a custom HTTP Module. I've put the HTTP Module dll in the Web Service's bin folder. I've put in the Web Service's... -
Jan Tielens #2
Re: web services over http
You need to make sure the client side certificate is in the Certificate
Store of the user that is used by ASP.NET/IIS to run the web application.
You've probably put the client certificate in the CS of your own user
profile. To easily test this I suggest you let ASP.NET/IIS run under your
own user profile (JUST FOR TESTING) and see if it works.
If you need more info, let us know...
--
Greetz
Jan Tielens
________________________________
Read my weblog: [url]http://weblogs.asp.net/jan[/url]
"priya" <priyanka_s@mindtree.com> wrote in message
news:C5ED9973-DE0B-426A-8EAF-C496D5C8BC42@microsoft.com...installed a Web-Server certificate on my web server. I then generated and> Hi,
>
> I have a webservice setup for which I want to use client certificates. Iconnect to the web service, and the web service recieves the client> installed a client-certificate for my web browser.My web browser can nowCertificates' option in IIS.)> certificate.
> (For the web service application I have checked the 'Required ClientCertificate and getting below error.>
> Trying to consume a webservice through aspx page over SSL with ClientSystem.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClient>
> [WebException: The request failed with HTTP status 403: Access Forbidden.]
>
Message message, WebResponse response, Stream responseStream) +1130methodName, Object[] parameters) +216> System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String>
Jan Tielens Guest
-
priya #3
Re: web services over http
How do we know which store ASP.NET/IIS is using
How can we make ASP.NET/IIS run under my user profile ?
priya Guest
-
Jan Tielens #4
Re: web services over http
1) Probably it's own.
2) It depenends, which operating system are you using?
--
Greetz
Jan Tielens
________________________________
Read my weblog: [url]http://weblogs.asp.net/jan[/url]
"priya" <anonymous@discussions.microsoft.com> wrote in message
news:82F1AE57-5030-4655-8CDE-F1C099386A23@microsoft.com...> How do we know which store ASP.NET/IIS is using ?
> How can we make ASP.NET/IIS run under my user profile ?
Jan Tielens Guest
-
-
Jan Tielens #6
Re: web services over http
You can change the properties of the website or the virtual directory in the
IIS management console. Also you can configure the process identity in the
web/machine.config file of the .NET Framework.
--
Greetz
Jan Tielens
________________________________
Read my weblog: [url]http://weblogs.asp.net/jan[/url]
"priya" <anonymous@discussions.microsoft.com> wrote in message
news:74A5044F-CA15-49BC-8E09-8925859AE2FC@microsoft.com...> I am using Windows 2000 Professional.
Jan Tielens Guest



Reply With Quote

