Hi,
I know how to pass values between asp.net pages if its on the same virtual but what about of i have sites on different virtual? would it be possible?
say i have this site1
localhost/search/search.aspx
then i have this site2 which processes the result from site1
localhost/result/result.aspx --> notice this is on different virtual to site1
now how would i pass the results from search site to result site.
would that be possible?