-
Recent Posts
Recent Comments
- mycall on PTOM: Breaking Free from HttpContext
- Brad Mead on Castle MicroKernel Fluent Event Wiring
- Brad Mead on Castle MicroKernel Fluent Event Wiring
- Brad Mead on Castle MicroKernel Fluent Event Wiring
- Tuna Toksoz on Castle MicroKernel Fluent Event Wiring
Archives
Categories
Meta
Category Archives: configuration
Configuring Fluent NHibernate with an External NHibernate Config File
A while ago I was having issues using configuring fluent NHibernate with an external configuration file. I kept running into the issue of mappings not being registered. I was finally able to get it working appropriately and thought I would … Continue reading
Also posted in Uncategorized
Leave a comment
How to Configure Selenium RC for Use In C# NUnit Tests
When I set about integrating Selenium into my test suites, I found all the information I needed to do that with but had to hunt and peck through my google searches to find it. So, as a point of reference, … Continue reading
Also posted in c#
5 Comments
Application Configuration
I had cause to recently revisit an old ASP.NET application I’d written way back when I was a development newcomer. Digging around the web.config I found the appSettings section: <appSettings> <add key=”systemEmailAddress” value=”me@me.com” /> <add key=”adminEmailAddress” value=”me@me.com” /> <add key=”templateDirectory” … Continue reading
