I have no code. I've created a page with wysiwyg, insert there third-party ascx (as macro) and view preview page. In this menu.ascx there an included js-file which call asmx-service. But the service should be json/menuextended.asmx/loadmenu . And I have menu.dll
third-part asmx-service
Hello
I have a third-party ascx with reference on js-file, which call .asmx from /json directory. And dll, in which code of asmx-service
There is an error in console
Hi Galina
What does your code look like? And have you checked permissions?
/Jan
Hello Jan.
I have no code. I've created a page with wysiwyg, insert there third-party ascx (as macro) and view preview page. In this menu.ascx there an included js-file which call asmx-service. But the service should be json/menuextended.asmx/loadmenu . And I have menu.dll
asmx:
<%@ WebService Language="C#" CodeBehind="~/AppCode/JSON/MenuExtended.cs" Class="Another.JSON.MenuExtended" %>
and dll with Another.JSON.MenuExtended
When I view a preview page, see the error:
is working on a reply...