I need UrlEncode in my application because i am submitting a form to my server. My app is a quick console utility targeting to .NET 3.5.
The page says i need System.Web assembly, yet when i try to add the reference it isnt there. My WebServer application has it which is also targeted to 3.5 but this console app cant reference it. Why not? how can i access UrlEncode?