WCF Service Implementation

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.
8/9/2010 9:42:40 AM
Gravatar
Total Posts 156

WCF Service Implementation

Do you suggest we use  your mojoServiceHostFactory and mojoServiceHost implementations or stick to the default ServiceHostFactory and ServiceHost? 

8/9/2010 11:03:28 AM
Gravatar
Total Posts 18439

Re: WCF Service Implementation

Hi,

That is something I implemented a while back and was using it for authentication from silverlight. I was just experimenting at the time and haven't used it since. If it works for you feel free to use it, if not then do your own thing would be my advice.

I haven't looked at that code in a while, but I recall what I was trying to accomplish with that was a solution so I did not have to register the endpoints in Web.config because to support multiple sites based on folders I needed to be able to use different urls for each folder site. Also I think I was trying to make it use ssl if available. It worked for me for authentication and roles from silverlight.

Best,

Joe

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