Receicing POST data in ASP.NET
- by grast
Hi, I want to use ASP for code generation in a C# desktop application.
To achieve this, I set up a simple host (derived from System.MarshalByRefObject) that processes a System.Web.Hosting.SimpleWorkerRequest via HttpRuntime.ProcessRequest. This processes the ASPX script specified by the incoming request (using System.Net.HttpListener to wait for…