简体   繁体   中英

In IIS, will using .net CLR instead of .net Framework work the same for an asp.net MVC site?

I've developed a asp.net MVC with Razor site. It works fine on my PC and on my company's web server. However, on the client server the site times out and some buttons don't work. I noticed on the client server, in IIS under the application pool basic settings, there isn't an option for .NET Framework version, instead it says .NET CLR version. My question is, could that be causing problems on my site? If so, how do I get the client server's IIS to prompt for Framework version instead of CLR version? Can you explain why IIS says one thing on one server and another on another server?

Here's what the Client's IIS app pool setting look like where it says CLR instead of Framework: 在此处输入图片说明

Here's the our test server where it says Framework instead of CLR: 在此处输入图片说明

That is not correct, the difference in verbiage is due to different versions of IIS. Problem should be something else.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM