本文介绍了Visual Studio 2008和.Net Framework 2.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只想知道使用VS 2008开发的Web应用程序是否可以在运行.Net Framework 2.0的Windows 2003服务器上运行?谢谢.

I would just like to know whether a web application developed using VS 2008 would run on
a Windows 2003 server running the .Net framework 2.0? Thanks.

推荐答案

您可以将Visual Studio 2008设置更改为仅输出.NET 2.0投诉代码.这是您的操作方法:

You can change Visual studio 2008 settings to output only.NET 2.0 complaint code. Here is how you can do it:

(1) 转到项目菜单"

(1)   Go the "Project menu"

(2) 点击< Web_Application_name>属性"

(2)   Click on "<Web_Application_name> properties"

(3) 您现在将看到一个属性页面.现在,打开应用程序"选项卡(默认选项卡),然后更改.NET的版本.

(3)   You would now see a properties page. Now, openthe Application tab (the default tab) and change the version of .NET .

以下一些相关文章可能会有所帮助:

Here are some related articles that may be of some help:

(1) 有关MSDN的文章兼容性

(1)   A MSDN Article onCompatibility

(2) 确保.NETFramework 2.0兼容性

(2)   Ensuring .NETFramework 2.0 Compatibility

欢迎任何进一步的查询,

Any further queries are welcome,

阿维纳什(Avinash)

Avinash


这篇关于Visual Studio 2008和.Net Framework 2.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-06 12:46