Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WebService error

Status
Not open for further replies.

liuk

Programmer
Jan 16, 2006
54
IT
hi,
i have a problem with web service.

I create a simple web service with a method.
When i try to invoke the method within my vb code i get this error :
The request failed with the error message: -- <html><head><title>Object moved</title></head><body> <h2>Object moved to <a href='/erplogin/formlogin.aspx?idapp=1&amp;ReturnUrl=%2ferpcasillo%2fEVOWebService.asmx'>here</a>.</h2> </body></html> --
Why i get that error? It is due to the forms authentication mode ?

this is my Webconfig :
<authentication mode="Forms">
<forms name="Login" path="/"
loginUrl="\erplogin\formlogin.aspx?idapp=1"
protection="All">
</forms>
</authentication>


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top