// you’re reading...

Best practice

How to integrate ASP.NET into RedDot CMS projects – Best practice on .NET template embedding


Maintain & edit your ASP.NET code outside of the CMS

By following the example above whenever you have to update your .NET code you just have to change your .ascx file, there is no need to touch or even deploy the .ascx file to the CMS server. There is an approach of using the built-in .Net folder within RedDot CMS but since you might as well just upload your files manually I dare to say – Why bother? Ok, you should bother in a clustered server system where you publish to multiple publishing targets, but for a simple one CMS one web server setup you might as well just stick to manual deployments.

Changing ASP.NET properties and influencing your .NET from within the CMS

In RedDot we are able to insert User Control tag into any area of a page. If you have to influence settings or content areas you can use several ways to generate content and integrate those within .Net applications. You can use XML files published by RedDot CMS or user attributes with inline edited content to changed and/or edit properties. Those can be passed through to your User Controls. No need to use the CMS as IDE for your .NET solutions, keep all parts of your project separate and everything is just fine.
Are you interested in how to integrate CSS files within the CMS? Read this article here or on a high level understanding and “how to” for CSS and CMS in general this article here.

And you?

How do you integrate ASP.NET in your RedDot CMS projects?

Read more RedDot CMS best practice articles here.

Share and Enjoy:
  • Print
  • email
  • Twitter
  • Digg
  • Reddit
  • StumbleUpon
  • Google Bookmarks
  • del.icio.us
  • MisterWong
  • Facebook
  • LinkedIn
Related posts:
  1. Clear OpenText Web Site Management CMS Cache
  2. Workaround – Placing red dots inside of OpenText CMS Render Tags
  3. Project Database Schema

Pages:

1 2 3

About the author:

Markus Giesen Markus Giesen is a Solutions Architect and RedDot CMS Consultant, formerly based in Germany. Travelling around the world to find and offer solutions for a better world (in a very web based meaning). He just found a way to do this as part of a Melbourne based online consultant house. On this blog Markus shares his personal (not his employers) thoughts and opinions on CMS and web development. In his spare time you will find him reading, snowboarding or travelling. Also, you should follow him on Twitter!

Discussion

3 comments for “How to integrate ASP.NET into RedDot CMS projects – Best practice on .NET template embedding”

  1. We avoid putting “@ Register” tags into every template by registering tag prefixes globally in the web.config file. That way you can create a MySuchAndSuchUserControl content class and the content authors can plonk them wherever they like.

    Posted by Richard Hauer | March 10, 2010, 2:06 am
  2. You can also create a “CS” variant for code-behind files which use FileRead render tags to pull their content in from a regular .net project. Combine with VSS and a build machine to ensure your CMS always has up to date code and you can use CMS elements in your C#!

    Posted by Richard Hauer | March 10, 2010, 3:18 am
  3. User Controls are exactly the way we figured out to integrate ASP.NET into our RedDot projects as well!

    Two more hints:
    1. The page directive is unnecessary if you make C# the default instead of VB in the IIS ASP.NET configuration. Like this you avoid the limitation of only one page directive per ASPX file.

    2. If your UC requires content/translation from within RedDot you could define public properties in your UC with getters and setters. You may then pass the content place holder to the UC like this:
    <uc:Search ID=”Search” runat=”server” SubmitButtonCaption=”<%stf_submit_button_caption%>” />

    Posted by Andreas B. | March 24, 2010, 6:02 pm

Post a comment



Stay up to date! - Get notified about followup comments

If you don't feel the urge to comment but wish to stay in the loop:
Just enter your email and subscribe to new comments.

Subscribe without commenting

Recent Tweets

  • RT @AirKraft: Transport Canada breakout: they manage 80K pages and 300K assets with WSM(RedDot). Wow! #OTCW 2010-11-11
  • The RedDot usergroup session 'Future of WCM' is in National Harbor 7, now. See you there! #otcw 2010-11-11
  • RT @yttergren: @AirKraft: Calling all WSM(RedDot) devs: share your solutions on http://bit.ly/bgPIof EVERY solution can win an iPad #OTCW 2010-11-10
  • Come to the Solution Exchange session. Enhance your (#reddot) CMS project! Chesapeake 12, 3:20pm #otcw Looking forward to see you there! 2010-11-10
  • More updates...