ScriptManager add Services

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
12/22/2011 10:09:36 AM
Gravatar
Total Posts 88

ScriptManager add Services

Hi,

I have new Feature that communicates with external service through WCF Services and now I need to add new servicereference to ScriptManager on Master Page.

How can i do that?

thanks

12/22/2011 10:15:42 AM
Gravatar
Total Posts 18439

Re: ScriptManager add Services

You are free to edit the layout.master file in your skin folder with a text editor.

12/23/2011 3:34:09 AM
Gravatar
Total Posts 88

Re: ScriptManager add Services

Hi,

On server side i can see ScriptManager Service reference that i add on layout.master file but now on my page through javascript i cant call the service function.

There's some example on mojo?

thanks

12/24/2011 12:22:31 PM
Gravatar
Total Posts 18439

Re: ScriptManager add Services

I think things like that usually require more steps like configuring endpoints in Web.config. We have AuthenticationService and RoleService and the client side script for that is only generated in the page if you uncomment the stuff in the system.serviceModel section.

It "probably" works similar for custom services but I'm really not sure, best to read up on the documentation from Microsoft.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.