Application variables are specific to a particular web application.
A console application is not a web application so I don't think your
proposal is likely to work. Of course there is always a way. For example
the console application could post to a specific web page in the web
application that will set the application variable.
--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
"AVL" <> wrote in message
news:151BD650-F5EC-475E-ACC7-...
> Hi,
>
> I need help on the usage of application variables...
>
> Can I populate application variables through my console application and
> use
> them
> in my web application....
>
> Are application variables specific to web solutions only..
>
> can anyone provide more info on this?