I have been given a web application written in C# which I would like to deploy on Mono if possible. In order to get the application to compile, I need to pass the -pkg:dotnet flag to the compiler.
dmcs -pkg:dotnet
I am currently using XSP4 for testing and when it compiles the application it generates compilter errors about missing assemblies. I was wondering what I need to add to web.config in order for it to pass the -pkg:dotnet to the compiler.