Custom code in Global.asax

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.
1/11/2012 9:40:06 AM
Gravatar
Total Posts 5

Custom code in Global.asax

Hi.

I need to implement some code for initialization of Devexpress XPO objects and for scheduled mailing (using a timer) in Global.asax

How this can be done? Perhaps using a custom HTTP Handler? Any examples?

Thank you

1/12/2012 9:13:07 AM
Gravatar
Total Posts 190

Re: Custom code in Global.asax

I think maybe it's not entirely clear what you are trying to do. It's generally advised not to make any edits to mojoPortal code, but rather have a separate project where you write all your custom code. There are, however, a very few instances where I have inserted a custom line or edit to the core code. In those cases, I just keep them well documented in a file in my main custom project and restore my few customizations each time I update my mojoPortal code from Codeplex. If you need to make a minor edit to the global.asax file, you could do that and just keep the change documented somewhere outside of the mojoPortal code. If you need a custom HTTP Handler, I think that would be something altogether different.

John

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