I have one user control which uses webservice for AJAX AutoCompleteExtender with textbox. I have copied .asmx (webservice file) at root. Also enabled webservice and specified username (authenticated for this) in umbracoSettings.config file. It is not working.
Actually i need detailed steps for implementing webservice in umbraco with user control.
webservice issue
I have one user control which uses webservice for AJAX AutoCompleteExtender with textbox. I have copied .asmx (webservice file) at root. Also enabled webservice and specified username (authenticated for this) in umbracoSettings.config file. It is not working.
Actually i need detailed steps for implementing webservice in umbraco with user control.
What error are you receiving?
If it's a 404, try adding your web service to: /umbraco/webservices/
Or add your/path/to/webservice.asmx to the umbracoReservedUrls setting within the web.config appSettings
is working on a reply...