Skip to main content
Hi,
When i am trying to access workspace page i am getting the following
error msg.

"Redirect URI cannot contain newline characters."

This is the URL for the error page

http://localhost/k2ws/workspace/Workspace.aspx?Login=Login&LoginOption=Default&UserName=agathee&ServerName=(myservername)&Domain=SQL&PWD=&DFServer=&autologin=true

Please give me a suggestion to overcome this problem

Thank You,

Agathee
Hi
Try using UrlEncode :
newUrl =HttpContext.Current.Server.UrlEncode( oldUrl)

Hope it helps.
Gert
Hi,
once i try and see the urlencode. Till now there is problem

-S.Agathee
Hi
I'm not too sure what you are saying. Is it still doing the same thing?
Gert

Reply