ASP.net Expression Builders 3 - In the web.config file

|
The final piece of the puzzle to get an Expression Builder working is the entries that are required in the web.config file. Assuming that your expression builder class is in the App_Code directory, the following is all that's required:

      <expressionBuilders>
        <add expressionPrefix="L10N" type="LocalisationExpressionBuilder" />
      </expressionBuilders>

That gets placed in the <configuration><system.web><compilation> node of the web.config file and points to the LocalisationExpressionBuilder type that was previously created.

It's really that simple.

About this Entry

This page contains a single entry by Robert Wray published on May 11, 2009 8:30 AM.

ASP.net Expression Builders 2 - For Localisation was the previous entry in this blog.

Managing Developers who've been Self Managing is the next entry in this blog.

Find recent content on the main index or look in the archives to find all content.

Powered by Movable Type 5.04