| Berkley Barnard |
-- Moved from [aspngfreeforall] to [aspngwebservices] by Terri Morton <Click here to reveal e-mail address> --
Hello all,
I have created a simple Web Service which exposes 2 methods. It has been deployed to our IIS server and runs fine when called from my computer or from the server itself. When I call it from my client app on other machines on our network I get an exception with the following:
The request failed with HTTP status 403: Forbidden
Can someone please point me in the right direction on how to avoid this?
Thanks in advance, Berkley
Berkley Barnard Programmer/Analyst Westman Group Inc. Click here to reveal e-mail address
|
|
| |
| | |
| |
| Doug J. Nelson |
This has to do with the way the security is setup on the virtual directory on the IIS virtual directory. The client machine is not allowed to access this web address.
Doug Nelson SynApp north 305 Arch St Cloquet, MN 55720 (218) 878 - 2015=20 (218) 878 - 2019 fax
|
|
| |
|
| |
| Tim Royal |
make sure in IIS that you've set access on the virtual directory where the web service is to allow anonymous users (or at least access privileges sufficient to allow more than just yourself and localhost to see the page).
That's usually the most common cause of forbidden errors.
Tim
->-----Original Message----- ->From: Berkley Barnard [mailto:Click here to reveal e-mail address] ->Sent: Tuesday, August 13, 2002 2:33 PM ->To: aspngwebservices ->Subject: [aspngwebservices] Access Forbidden -> -> ->-- Moved from [aspngfreeforall] to [aspngwebservices] by ->Terri Morton <Click here to reveal e-mail address> -- -> ->Hello all, -> ->I have created a simple Web Service which exposes 2 methods. ->It has been ->deployed to our IIS server and runs fine when called from my ->computer or ->from the server itself. When I call it from my client app on other ->machines on our network I get an exception with the following: -> ->The request failed with HTTP status 403: Forbidden -> ->Can someone please point me in the right direction on how to ->avoid this? -> ->Thanks in advance, ->Berkley -> ->Berkley Barnard ->Programmer/Analyst ->Westman Group Inc. ->Click here to reveal e-mail address ->| [aspngwebservices] member Click here to reveal e-mail address = YOUR ID ->| http://www.asplists.com/asplists/aspngwebservices.asp = JOIN/QUIT ->| http://www.asplists.com/search = SEARCH Archives -> ->
|
|
| |
|
| |
| Berkley Barnard |
I've done a bit more testing and found that clients running XP can access the Web Service properly. Clients on win98 are the ones receiving the error. Is there something special I need to configure on IIS to allow the 98 clients to succeed?
Thanks again, Berkley
[Original message clipped]
|
|
| |
|
| | |
| |
| Berkley Barnard |
It is Second Edition
[Original message clipped]
|
|
| |
|
| |
| ramesh seshadri |
we have web services on Win2K that get called from Win9x machines. We don't do anything special to the web services. Is the Win98 you are using in the same domain as Server hosting Web Services ? Is there any sort of security enabled on the Web Services like requiring SSL, authentication, special permissions for authorization etc. ?
ramesh
[Original message clipped]
------------------------------------------------------------ Work An Hour for kids, with Asha for Education. http://www.workanhour.com
_________________________________________________________________ Chat with friends online, try MSN Messenger: http://messenger.msn.com
|
|
| |
|