• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question how i run asp.net mvc on plesk(centos)

Farzanhost

Basic Pleskian
Hello

how i run asp.net o plesk centos 7???

i should asp.net suuport on server ?

please help me.i want use nginx but nginx dont install plesk windows server.
 
You want to use an MS Windows based technology that was originally developed for MS Internet Information Server and Windows Server on a Linux operating system running Nginx. May this is not a "best practice" approach and you might want to consider installing a Windows server instead.

In order for asp.net to run in a Linux environment you will likely need the mod_mono module für Apache. See this link for details: http://www.mono-project.com/ . I am not aware of an extension to Nginx that can achieve the same, and even with mod_mono as far as I know some asp.net functions remain unsupported.
 
Back
Top