views:

30

answers:

1

hi all, I want to change tha value of Request.ServerVariables["Remote_Addr"],is it Possible? if yes please let me know how can we change? if No Please let me know why we can not change?

thanks in advance.

+1  A: 

These can't be changed, as these are only readable, you can only get values and can't set. Becoz ServerVariables collection is used to retrieve the server variable value.

Muhammad Akhtar