How to run a ASP.net project to Xamarin Studio

186 views Asked by At

I developed a website using ASP.net and it works perfectly but my Manager ask me to deploy it on a Ubuntu server so i tried to run it on a Xamarin Studio then when I tried to run the project on the Xamarin Studio I get this error.

Server Error in '/' Application. This operation requires IIS integrated pipeline mode.

Hope somebody can help me. thanks

1

There are 1 answers

3
Lex Li On

Mono does not implement every bits of Microsoft's.

Try ASP.NET 5 and deploy it via Docker. Microsoft BUILD 2015 has many sessions on that and you can find on Channel 9.