D
DotNetter
I have two computers. Both computers have Windows 2003 installed as well
as Visual Studio.Net 2003 installed.
Computer A has active directory set and also has .Net and the webservice
called WebserviceTest with a method called Service1 that only returns
the string "Hello World".
I have enabled Anonymous Access and have a user called ASPNET set up
with normal permissions for this user.
All directory permissions are set. I also have the Scripts and
Executables enabled in the Home Directory.
Computer B also has .Net and a test project called TestWebServices. The
form is called Form1.
Form1 has a textbox and a button.
I set the reference to the webservice and instantiate a variable to
point to it in the Load event. So far so good.
In the Button_Click event, I try to access the web service result and
place the result into the textbox. Instead, I get the 403 Forbidden
error message returned.
I tried changing the Anonymous Access, the permissions and other things
but nothing seems to work. I am presently back to the original setup as
described above.
Any suggestions?
Thanks for any help given.
as Visual Studio.Net 2003 installed.
Computer A has active directory set and also has .Net and the webservice
called WebserviceTest with a method called Service1 that only returns
the string "Hello World".
I have enabled Anonymous Access and have a user called ASPNET set up
with normal permissions for this user.
All directory permissions are set. I also have the Scripts and
Executables enabled in the Home Directory.
Computer B also has .Net and a test project called TestWebServices. The
form is called Form1.
Form1 has a textbox and a button.
I set the reference to the webservice and instantiate a variable to
point to it in the Load event. So far so good.
In the Button_Click event, I try to access the web service result and
place the result into the textbox. Instead, I get the 403 Forbidden
error message returned.
I tried changing the Anonymous Access, the permissions and other things
but nothing seems to work. I am presently back to the original setup as
described above.
Any suggestions?
Thanks for any help given.