I have two ASP.NET solutions. Bot are running under different IIS websites. Lets say first one is called SOLUTION-A (this is a intranet portal) and the other one is SOLUTION-B (custom business process solution).
I want to add custom header to SOLUTION-A before i call SOLUTION-B via simple html link like
X-PERMS_GUID
X-CALLER_GUID
Then in SOLUTION-B i want to read those two custom header from the request.
How can i do this?