a file "search.aspx" is running under Cassini, but it cannot receive paramete from GET
as this url: search.aspx?keyword=hello&searchtype=title
Quote:Response.Write(Request.QueryString["keyword"]);
the page shows nothing.
is there something wrong or Cassini doesn't support GET and POST?
thanks.