D
Darshan Mehta
I am using IIS 5.1, ASP.Net 2003 & VB.net 2003 to create
web services.
I am testing Intranet(LAN) access with the Hello World
Web service.
So far I have changed the web.config file as follows:
<allowusers = "*,?"/>
localonly="false">
I have also enabled anonymous access to the web service.
But when i enter the url of the .asmx file in IE6.0 I
still get the message "This method is available only for
local requests."
Can someone please help me out?
Thanks in advance,
Darshan
web services.
I am testing Intranet(LAN) access with the Hello World
Web service.
So far I have changed the web.config file as follows:
<allowusers = "*,?"/>
localonly="false">
I have also enabled anonymous access to the web service.
But when i enter the url of the .asmx file in IE6.0 I
still get the message "This method is available only for
local requests."
Can someone please help me out?
Thanks in advance,
Darshan