I am trying to access a web service from a remote computer. I am able to browse the web service link from the browser, and able to communicate from
windows application But when i try to call from asp.net application which is hosted on IIS 6 on windows server 2003 getting HTTP 403 and some times 501 not implemented erros.
this problem will exits on local or development server only when you hosted your application on live server you need to remove proxy details becouse live server have direct internet connection with all web server.
let me know if any query
Thanks,
Gaurav Dhol
Skype ID : dhol.gaurav
If My Post contains helped you, Please Mark as Answer
Marked as answer by katakam.hari on Nov 22, 2012 11:19 AM
katakam.hari
Member
6 Points
17 Posts
403 Forbidden error When calling webservice method from ASP.net Application
Nov 21, 2012 06:30 PM|LINK
Hello,
Need help urgetly,
I am trying to access a web service from a remote computer. I am able to browse the web service link from the browser, and able to communicate from windows application But when i try to call from asp.net application which is hosted on IIS 6 on windows server 2003 getting HTTP 403 and some times 501 not implemented erros.
Please help me out.
Thanks In Advance.
Hari.
dhol.gaurav
Contributor
3998 Points
725 Posts
Re: 403 Forbidden error When calling webservice method from ASP.net Application
Nov 22, 2012 08:28 AM|LINK
You may have to bypass the proxy server, check following link it will help you to define proxy list into web.config,
http://msdn.microsoft.com/en-us/library/kd3cf2ex.aspx
Define proxy in server side call
http://forums.asp.net/t/1106772.aspx
this problem will exits on local or development server only when you hosted your application on live server you need to remove proxy details becouse live server have direct internet connection with all web server.
let me know if any query
Gaurav Dhol
Skype ID : dhol.gaurav
If My Post contains helped you, Please Mark as Answer
katakam.hari
Member
6 Points
17 Posts
Re: 403 Forbidden error When calling webservice method from ASP.net Application
Nov 22, 2012 11:20 AM|LINK
Thanks a lot for your kind reply gaurav.
I have bypassed my proxy server and now i am able to connect.
dhol.gaurav
Contributor
3998 Points
725 Posts
Re: 403 Forbidden error When calling webservice method from ASP.net Application
Nov 22, 2012 11:24 AM|LINK
You are welcome
Gaurav Dhol
Skype ID : dhol.gaurav
If My Post contains helped you, Please Mark as Answer