V
veenakj
Hi
Code snippet
--------------
strErrMsg = "Could not find a part of the path
\"C:\\Temp\\data\\Test.xml\"." }
Server.Transfer("Message.aspx?errormsg=" + Server.UrlEncode(lsErrMsg));
---------------
I'm getting "potentially dangerous Request.Form value was detected
from the client " error message
I browses several sites and found people discuusing abt < and >
characters. But in my above string i do not have any of that
characters.
What is potentially dangerous string in the above string.
What is the solution.
Please let me know
Thanks
Veena
Code snippet
--------------
strErrMsg = "Could not find a part of the path
\"C:\\Temp\\data\\Test.xml\"." }
Server.Transfer("Message.aspx?errormsg=" + Server.UrlEncode(lsErrMsg));
---------------
I'm getting "potentially dangerous Request.Form value was detected
from the client " error message
I browses several sites and found people discuusing abt < and >
characters. But in my above string i do not have any of that
characters.
What is potentially dangerous string in the above string.
What is the solution.
Please let me know
Thanks
Veena