Run ASP under LINUX?
-
- Posts: 6
- Joined: Wed Jan 21, 2015 5:07 pm
Run ASP under LINUX?
Is it possible to run ASP under LINUX?
-
- Posts: 7
- Joined: Wed Jan 21, 2015 5:15 pm
Re: Run ASP under LINUX?
It depends what specific .NET technologies you're using.
-
- Posts: 4
- Joined: Wed Jan 21, 2015 4:56 pm
Re: Run ASP under LINUX?
Use K pack tool
K is a pack of tools / assemblies and command line utilities that help to compile and host / run the new ASP.NET 5 (and console application). K creates an abstraction between the new ASP.NET framework and the .NET framework, with which ASP.NET 5 can be developed, compiled and hosted on Windows, Linux and Mac (using the .NET framework on Windows and Mono runtime on Mac / Linux).
K is a pack of tools / assemblies and command line utilities that help to compile and host / run the new ASP.NET 5 (and console application). K creates an abstraction between the new ASP.NET framework and the .NET framework, with which ASP.NET 5 can be developed, compiled and hosted on Windows, Linux and Mac (using the .NET framework on Windows and Mono runtime on Mac / Linux).