I have an application that receives a header variable, looks up some data in SQL server with that variable, then needs to set a new header variable with that data and send it to another url. I have managed to read the incoming header variable and do the
sql lookup but am stuck on how I am going to write the new header variable and send it to the next url. Redirect does not appear to be viable. Any thought or directions to point me in? Examples would be great but even just a direction to look in would be
helpful. I am pretty new to asp and .net so if this is a simple or obvious question/answer please be kind.
Thanks!
Go to the complete details ...