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&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>
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&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>