W
wh
When I see a reference to a type, in most cases a comma seperates the type
itself and what appears to be the name of an assembly, e.g.
type="System.Web.UI.PageHandlerFactory, System.Web"
My question is whether System.Web in the above example is the name of an
assembly that the PageHandlerFactory resides in (in this case
System.Web.Dll). If so, what is the purpose behind this? Extra security?
Thanks,
Wayne.
itself and what appears to be the name of an assembly, e.g.
type="System.Web.UI.PageHandlerFactory, System.Web"
My question is whether System.Web in the above example is the name of an
assembly that the PageHandlerFactory resides in (in this case
System.Web.Dll). If so, what is the purpose behind this? Extra security?
Thanks,
Wayne.