I can use Request.ServerVariables["ALL_HTTP"] in the .Aspx file between % tags,
i.e., <%=Request.ServerVariables["ALL_HTTP"]%>
But the .cs file will not recognize the namespace. What gives? I need to get those vars into an array in my code file.
I can use Request.ServerVariables[ALL_HTTP] in the .Aspx file between % tags, i.e., <%=Request.ServerVariables[ALL_HTTP]%> But
Share
1 Answer