简体   繁体   English

如何在VS2010中使用asp.net重新配置网站并将其编译为Framework 3.5?

[英]How do I reconfigure and compile a website to Framework 3.5 using asp.net in VS2010?

Firstly I want to make it clear that I am not a programmer. 首先,我想说明我不是程序员。

My predicament is that I had a website developed for me in asp.net, programmed in C# and with Framework 4.0. 我的困境是我在asp.net中为我开发了一个网站,该网站使用C#编程并使用Framework 4.0。 The developer who programmed it is in America for a month and I can't get hold of him! 对它进行编程的开发人员在美国呆了一个月,我无法理解他! I urgently need to change the Framework to 3.5. 我迫切需要将框架更改为3.5。 The reason for this is that my hosting service doesn't support 4.0. 原因是我的托管服务不支持4.0。

So, I have got a folder with, what can only be described as A MILLION files and sub-folders. 因此,我有一个文件夹,只能描述为MILLION文件和子文件夹。 I have opened a "new project from existing files" in VS2010 and set the framework in properties to 3.5, also changed the framework target script in the web.config file. 我在VS2010中打开了一个“来自现有文件的新项目”,并将框架的属性设置为3.5,还更改了web.config文件中的框架目标脚本。 Now this is where I lose track of what to do next. 现在这是我无法跟踪下一步操作的地方。 I assume I would need to compile the project and export it, but how do I do that? 我认为我需要编译该项目并将其导出,但是我该怎么做? I mean what format should it be exported as in order for me to update all the Framework and publish the files to the web? 我的意思是应该导出哪种格式,以便我更新所有Framework并将文件发布到Web?

右键单击解决方案资源管理器中的“项目”(通常是顶部),然后单击“发布”,这将带您进入询问您要将文件放在何处的过程

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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