This line says server is not declared.
Dim DecodedString As String = server.UrlDecode(context.Request.Form(\"DeckName\"))
I have imports system
Imports System.Net Dim DecodedString As String = WebUtility.UrlDecode(context.Request.Form("DeckName"))
This should work for vb.net. I tried the HttpUtility but it doesn't recognize even i imported System.Web.