S
Sammy
I have .Text running on a Windows 2003 Server website, and a WebService
project running on the same website, but in a virtual directory created
under the website. Whenever I try to call the asmx file of the WebService,
the web.config on the site's root (which is .Text's) is the one that gets
executed. Why is this? How can I avoid it?
Is it actually a good practice to expose your webservice via the same
website that your application resides on, or should I typically create
another website where the webservices are?
Thank you
Sammy
project running on the same website, but in a virtual directory created
under the website. Whenever I try to call the asmx file of the WebService,
the web.config on the site's root (which is .Text's) is the one that gets
executed. Why is this? How can I avoid it?
Is it actually a good practice to expose your webservice via the same
website that your application resides on, or should I typically create
another website where the webservices are?
Thank you
Sammy