Hello,
I have created a simple webservice in VS 2005. I added a cascadingdropdownlist extender in an update panel, as well as a single drop down list, and a scriptmanager. When copy and paste the name of the asmx file including the asmx extension, and paste it into the property of the service path, it comes up saying it cannot find the service, even thought the web service is there. The codebehind in VB includes a simple webmethod function which returns the datarow values and names for each row specified by the dataset's tableadapter method.
I tried, adding a new webservice to the root, and that has not worked.
I also made sure the scriptingservice decoration was listed right about the class.
I also have tried closing and reopening Visual studio to no luck,
I have also checked to make sure the webconfig file has the appropriate tags in place as well.
Finally, I have rebuilt the project, however the servi ...
Go to the complete details ...