niceguymattx
MIS
Hi all,
I'm embarking on my first ajax web site that uses a service reference, and therefore a web service. I'm using .net 3.5 with c#.
My problem is that I always get an 'Invalid Character' client error in Internet Explorer. I'm literally just trying to register the service reference (see code), but I cant even get past this error.
Am I missing something really obvious?!!
Matt
I'm embarking on my first ajax web site that uses a service reference, and therefore a web service. I'm using .net 3.5 with c#.
My problem is that I always get an 'Invalid Character' client error in Internet Explorer. I'm literally just trying to register the service reference (see code), but I cant even get past this error.
Code:
<asp:ScriptManager ID="myScriptManager" runat="server">
<Services>
<asp:ServiceReference Path="~/ADService.asmx" />
</Services>
</asp:ScriptManager>
Am I missing something really obvious?!!
Matt