5 ms·
Do NOT use the fastcgi server for ASP.NET. They are too unstable for use in production. Use mod_mono instead.
by MikeW 16y ago
Do NOT use the fastcgi server for ASP.NET. They are too unstable for use in production. Use mod_mono instead.
- DanielBMarkham 16y agomaybe you could help me. I don't want ASP.NET. All I want is a resident .NET program that gets called when an URL is visited, getting all the parms passed like CGI. I can handle the rest. I really don't want or need the ASP.NET stack. Is there some way to do this? So far all I have is a stand-alone program that gets loaded each time using Apache and CGI. Can't seem to figure out how to make it resident and re-entryable without using the HttpHandler objects off the ASP.NET stack, which I don't want to do. Lord knows it was tough enough getting an environment working. Going through the motions of overriding a part of the ASP.NET pipeline in a foreign environment is probably just a bridge too far for me for this project. Any help would be very much appreciated.
- jacksonh 16y agoIt sounds like what you are looking for is exactly what I am working on right now: https://github.com/jacksonh/manos/blob/master/docs/tutorial/page-1.md https://github.com/jacksonh/manos/blob/master/docs/tutorial/...