P
PCH
is there any way to create a asp.net application object in a vb.net console
app?
ie.. store some values in the application (such as filepath info) so that
reference dll's can use those values?
been trying something like
Dim oApp As New Web.HttpApplication
but then i cant reference it such as
HttpContext.Current.Application("....")
Thanks
app?
ie.. store some values in the application (such as filepath info) so that
reference dll's can use those values?
been trying something like
Dim oApp As New Web.HttpApplication
but then i cant reference it such as
HttpContext.Current.Application("....")
Thanks