Write to Application (or Session Variables) via VB.NET?

  • Thread starter Thread starter Lucas Tam
  • Start date Start date
L

Lucas Tam

Is there a way to write to IIS' Application or Session variables from a
Winforms application? I am trying to share application state between a web
application and a desktop app.

Remoting would work too but seems to be an overkill - I only want to pass
one value.
 
Is there a way to write to IIS' Application or Session variables from a
Winforms application? I am trying to share application state between a web
application and a desktop app.

Remoting would work too but seems to be an overkill - I only want to pass
one value.

Have you considered using a web service?
 
Back
Top