I have a hyperlink on my aspx which will take to users to
http://something/leadoc/FnJavaView.aspx?Library=DefaultIMS:myserver:FileNet&Id=3611376&ObjType=2&Op=View
I have the same link on another web application, when users click on that link it is showing something like below
http://something/leadoc/FnJavaView.aspx?Library=DefaultIMS%3amyserver%3aFileNet&Id=3611376&ObjType=2&Op=View
If you notice the ':' is converted to %3a
because of that URL is throwing an error.
Could you please help?