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.
簡単な質問:ashxのタイムアウトを増やす必要があります。
サーバーのタイムアウトを増やすことができます。
public void ProcessRequest(HttpContext context) { context.Server.ScriptTimeout = 3600; context.Response.ContentType = "text/plain"; context.Response.Write("Hello World"); }