I tried every path possible and nothing changed. The WS is in another project
where there are no access limits.
What do I need to type in the path attribute? I tried path="C:/Intepub..." ,
didn't work. I tried some of the path, some of the folders, nothing helps.
"Gaurav Vaish (EduJini.IN)" wrote:
> Oops!
> There should not be any ".." in location.
>
>
> --
> Happy Hacking,
> Gaurav Vaish
> http://www.mastergaurav.org
> http://www.edujini.in
> -------------------
>
>
> "Amit" <> wrote in message
> news:1399257A-3347-4257-9D5B-...
> >
> >
> > "Gaurav Vaish (EduJini.IN)" wrote:
> >
> >> > My WebService is in another project. What am I supposed to type after
> >> > the
> >> > "path" attribute?
> >>
> >> Amit,
> >>
> >> Did you try to look into the documentation of the ASP.Net Configuration
> >> schema?
> >> Anyway...
> >> path is path of the file/folder relative to the application root (the
> >> folder where web.config is kept).
> >>
> >>
> >> --
> >> Cheers,
> >> Gaurav Vaish
> >> http://www.mastergaurav.org
> >> http://www.edujini.in
> >> -------------------
> >>
> >> >
> >> > is it: ../../myWebServices/webservice.asmx
> >> >
> >> > or simply:
> >> >
> >> > webservice.asmx
> >> > ?
> >>
> >>
> >>
> >
> > I typed:
> >
> > <location path="../myWebServices/app_code/PaymentDepartment.asmx">
> > <system.web>
> > <authorization>
> > <allow users="*"/>
> > </authorization>
> > </system.web>
> > </location>
> >
> > And When I tried to run it says:
> >
> > Error while trying to run project: Unable to start debugging on the web
> > server. Server side-errors occured on sending debug HTTP request.
> >
>
>
>