Search Results

1
vote
4answers
103 views

Problem reflecting in ASP.net context

I have a ASP.net application that is referencing a external assembly that I need to dynamically load and discover any types implementing a known interface. The problem I am having is that the type …
1
vote

Managing complex Web.Config files between deployment environments.

I use this tool: xmlpreprocess we maintain separate 'property' files for each environment that are merged i …