Deploying ASP.NET Website on Linux Server
Is it possible to develop a website in ASP.NET with C# as the coding Language and MySQL as the database and then deploy the same on Linux server?
I am talking about a full frontal website li开发者_如何学JAVAke forums or discussion board.
Thanks.
It's possible using Mono. Please have a look on the Homepage for further details.
You could always try Mono's implementation of ASP.NET and C#. Personally I've had no issues with it but I haven't tried doing something that complex but from my experience it's pretty close to the standard .NET C#.
精彩评论