将网站从 ASP.Net 3.5 升级到 3.5 sp1
为了利用 sp1 中的新功能,3.5 web.config 文件需要做什么特殊的事情吗?
Is there anything special that needs to happen to a 3.5 web.config file to take advantage of new features in sp1?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不! 您需要做的就是将构建框架版本更改为 3.5 并开始在应用程序中使用 3.5 功能。 这适用于所有类型的 .Net 项目(包括 Web 应用程序或网站项目)。
No! All you need to do is change build framework version to 3.5 and start using 3.5 features in your application. This applies to all types of .Net projects (including web application or website project).