Posted By: wacko | Sep 9th, 2005 @ 10:07 PM
page 1 of 1
Comments: 3 | Views: 2427
Hey i was wondering if anyone knows if you build a asp.net custom provider and u reference it in the web.config, do you actually have to reference it in the web project to use it ? The reason I ask is because the providers can offer a good module based solution to things, but I am trying to figure out how to load the modules. if they are just this dll without using reflection or something.

The runtime will load and instantiate the provider's Type using reflection. All the runtime needs is a .config entry specifying the Type name and the assembly where the Type lives.

Some more info and sample code here: http://msdn.microsoft.com/asp.net/beta2/providers/default.aspx

page 1 of 1
Comments: 3 | Views: 2427