Hi, I am new in web service.
I am creating a sample web service which will have windows authentication and anonymous access disabled in IIS 6.0
when I try to add reference for this web service from other machine its give me proxy settings error.
can any body help me regarding this problem
It will be great for me if any one can provide me online help using msn messenger
my msn alias is cagrawalin@hotmail.com
Thanks in advance

Regarding creation of web service
inthegroove
By disabling windows authentication and anonymous access, you are denying all the access. You need a way to pass the user credentials to the web service and authenticate them before you allow them to access it. You can find more about it here