且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

部署Visual Studio 2010 Web应用程序

更新时间:2023-01-19 12:34:10

更改项目属性中的框架版本。然后重建并将解决方案发布到所需位置。请记得将模式更改为''Release''。



如果您需要有关这些任务的帮助,Google会为他们提供MSDN中的文章,说明您的操作方法它

Hi.. Friends,

I have migrate my project from .net 3.5 to .net 4.0. My project is working fine. Now I want to deploy my project. I mean to say I want to make .dll file of my all my .cs code as we use webdeploymentsetup tools in 3.5 but, I cant understand how to make same .dll file for .net 4.0 web application.

Thanks & Regards
Parveen Rathi

Change the framework version in project properties. Then rebuild and publish the solution to the desired location. Do remember to change the mode to ''Release''.

If you need help with these tasks, Google for them and there are articles in MSDN explaining how you do it.