Hello all, I wonder if anyone can offer a little advice to me for how I can deploy a C# application that I've put together? Basically what the program does is to take a file and parse it, and I would like to deploy it on an IIS web-server, or Apache with the Mono module. On Unix what I would do is to have the program as an interpreter, and at the top of the file I want parsed (marked as executable) I would have '#!/path/to/prog'. Is there any way I can do this with my Mono compiled exe file?
I know that it is possible to set up a CGI application to do this in IIS, but apparently you need to change the user that IIS is running under to access environment variable, which seems nuts. Many thanks, Allan -- View this message in context: http://www.nabble.com/Deployment-of-a-C--application-tp18806850p18806850.html Sent from the Mono - General mailing list archive at Nabble.com. _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
