Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
asp.net Web サイトから asp.net の Web フォームに値を渡すことは可能ですか?
System.Diagnostics.Process を介してプロセスを起動し、Web フォームからの値をコマンド引数として渡すことができProcess.Start(@"c:\temp\myapp.exe -name=joe -color=green")ます。私はあなたのビジネス プロセスに詳しくありませんが、値を Web アプリのデータベースに保存し、そのデータベースから Windows フォーム アプリに読み込む方がよいのではないでしょうか?
Process.Start(@"c:\temp\myapp.exe -name=joe -color=green")