I'd like to create some application scoped object, so i'm using <object> tag
in Global.aspx file:
<object id="dm" runat="server" class="MyWeirdClass" scope="appinstance"/>
Is there any possibility to initialize this object on my own?
Now, while initialization i get an error, because MyWeirdClass doesn't have
default constructor...
--
pozdwawiam,
Paweł Janik