ゲームを開くリンクボタンがある Web サイトがあります。
Process game= new Process();
game.StartInfo.FileName = HttpContext.Current.Request.MapPath("~/iFarkle.exe");
game.StartInfo.UserName = Session["Username"].ToString();
game.StartInfo.UseShellExecute = false;
game.Start();
StartInfo.UserName の使用方法を教えてください。(現在は機能しません。不正なデータを入力したままです)(StartInfo.UserName がなくても機能します