I configured SolidCP on my windows server and it is working fine. But i noticed that in Configuration -> Servers -> Web there is only ASP 1-4 is available. How can i add ASP.NET 4.5 or above. Can anyone guide me
Hello,
asp.net 4.5, .6 .7 work similar as asp.net 2.0, 3.0, etc.
Basically even though serveradmins see them as different values codes show them as the same asp.net 4.0
So you can install asp.net 4.5, or 4.6 or 4.7 and display 4.0 (or change the display name in the IIS settings of SolidCP).
The only difference is that you can't switch between 4.5 4.6 or 4.7 like you would with PHP for example, but to my knowledge server side this isn't possible neither.
Regards,
Marco
Can you explain in detail how can i do that. I already installed ASP 4.5. If i directly host my site with iis it runs but if i host it through SolidCP it not working. But if i ran old version of my project which is built on ASP.NET 4.0, it works