User Profile

Collapse

Profile Sidebar

Collapse
boho
boho
Last Activity: Mar 26 '08, 08:52 PM
Joined: Feb 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • boho
    replied to Sharing a variable across virtual roots
    in .NET
    Ok. Where should I create such a class so it is reachable from different applications? Could I create a "machine" class somehow?
    See more | Go to post

    Leave a comment:


  • boho
    replied to Sharing a variable across virtual roots
    in .NET
    The value needs to be updated.
    The value is actually an indicator to show if there are any messages to fetch. If the flag indicates false no search is performed, and if the flag is true a search is done. Another agent is sending the messages an updates the flag when a message is sent. The 2 agents exist in different applications since one accesses the website via HTTP and the other one via HTTP. I found no way to combine HTTP and HTTPS under...
    See more | Go to post

    Leave a comment:


  • boho
    replied to Sharing a variable across virtual roots
    in .NET
    Hi

    I doubt that the session object will be of any help since I need to share the variable across all sessions on both applications.

    /bo
    See more | Go to post

    Leave a comment:


  • boho
    replied to Sharing a variable across virtual roots
    in .NET
    Anybody have any hints?
    See more | Go to post

    Leave a comment:


  • boho
    started a topic Sharing a variable across virtual roots
    in .NET

    Sharing a variable across virtual roots

    Hi

    I have a website which is accessed externally via one virtual root ( requires SSL) and internally via an other virtual root. Is there a simple way to share variable, ie something like Application("va riable") across the roots?
    I have tried defining the variable in global.asax but run into access issues.

    /bo
    See more | Go to post
No activity results to display
Show More
Working...