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.
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.
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.