I have an IIS 6 web server with several web sites running. In one web site, there is ASP.NET code that sets an application variable using the simple syntax below.
Can another web site on that same server read the value that was set?
Can a COM+ application read that value?
Application("favoriteWebSite") = "I love StackOverFlow"