consuming Web service in a sub dir

vanbarel

Newcomer
Joined
Dec 2, 2003
Messages
1
hi,

i'm have developed an ASP.NET site, with
forms authentication

i put a webservice in a subfolder with no
authentication (via web.config instructions)

i can access the ws from the web browser,
but when i try to consume it with a windows forms
it crashes and doesn't even debug (even the Hello world
default example)

instead if i create a standalone project for the WS
and put it in a virtual dir under my site everything is ok.

what i'm doing wrong?

is it possible to create a ws in a subfolder (not virtual dir) of my site with only the asmx,etc. etc. just using the "add element"-> "web service" in vs.net? or do i need to have a webservice in the root directory?
 
Back
Top