ASP.NET 3.5 and 4.0 - NOP 1.8

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
Hello,

I understand that Nop 1.8 requires ASP.NET 4.0 but if I am not sure what would happen if:

- my existing server has ASP.NET 3.5
- I am compiling nopCommerce while targeting ASP.NET 4.0 platform in VS 2010.

Now, if I upload/install that code on the server then can I expect that things will go well?

Thanks.
13 年 前
Different versions of .net can coexist on the same server, you must have .net 4.0 installed on the server and the app pool for the site must be set to use it, if you are using a host provider this is normally be set in the control panel.
13 年 前
Thanks! so I'm assuming there will be no side effects let them running in parallel.

Regards.
13 年 前
Yes, they can be installed on the same server, but they don’t run in parallel on the same site/ app pool, you have to select the .net version in the app pool setting.

You might want to google "app pool" for more information about it.
13 年 前
Sure, I should since I have never used it.

Thanks for helping.

Regards.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.