I have created a web service in the directory D:\webservice
Also, i have created a web site in the directory D:\website
I would want to add web reference in the website, where i want to consume the web service from D:\webservice.
How can it be done? I had tried typing D:\webservice in the url bar and it didnt work.
Any advise?
You can add both website and webservice in the same Visual Studio Solution.
Then use the "Add Web Reference" on the website and select "Web Services in this Solution".
okay.
Meaning i combine the webservice into the website folder, so that all the .asmx and .vb file will be in website folder.
From there, then i use Add web reference.
Correct me if i am wrong.
MaungMaung, Thanks.
Nope...
What I meant was to add both web sites into a single solution and not merging of folders.