Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Guys,
I am using Umbraco 4.7.1 Binary Version. I want to use Application_Start function in umbraco.
So how can i implement my application
Regards,
Alagar Raja.R
You would create a web applicatin project that built into the bin folder of umbraco, there you can hook into various events.
You can hook into other useful Umbraco events using this approach:
http://our.umbraco.org/wiki/reference/api-cheatsheet/using-applicationbase-to-register-events/event-examples
What Brendan said is probably the best way, but in this blog you can see an alternative: http://cultiv.nl/blog/2012/6/28/how-to-use-aspnet-web-api-in-umbraco-4-net-40/.
Jeroen
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How can i Use Global.asax in Umbraco
Hi Guys,
I am using Umbraco 4.7.1 Binary Version. I want to use Application_Start function in umbraco.
So how can i implement my application
Regards,
Alagar Raja.R
You would create a web applicatin project that built into the bin folder of umbraco, there you can hook into various events.
You can hook into other useful Umbraco events using this approach:
http://our.umbraco.org/wiki/reference/api-cheatsheet/using-applicationbase-to-register-events/event-examples
What Brendan said is probably the best way, but in this blog you can see an alternative: http://cultiv.nl/blog/2012/6/28/how-to-use-aspnet-web-api-in-umbraco-4-net-40/.
Jeroen
is working on a reply...