Hi there.
I have a web service external to my asp.net web application ( both written in C#) and within my web application I have attached an AutoComplete on a TextBox.
As my web Service is external to the web application, I am qualifying the
ServicePath=http://localhost/MyWebService/Service.asmx,
do I also need to include a ServiceReference in the ScriptManager tag? (First question)
When I start up my web application and start to type into the TextBox I am receiving a JavaScript runtime error of "Access is denied".
Obviously I have done something daft here but I'm not sure if it is something to do with having the external web service and hence web method? Any help will be greatly appreciated please?
Thank you.
Mark :)