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.HttpApplica tion
but then i cant reference it such as
HttpContext.Cur rent.Applicatio n("....")
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.HttpApplica tion
but then i cant reference it such as
HttpContext.Cur rent.Applicatio n("....")
Thanks
Comment