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
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
Comment