部署asp.net 3.5网站:要求
如果我在asp.net 3.5中创建网站,那么部署环境中是否需要有asp.net 2.0框架?
网站部署项目是否自动包含部署先决条件,或者我们应该首先要求在安装网站之前在部署环境中安装所有先决条件。
If i create website in asp.net 3.5 then does it require to have asp.net 2.0 framework in deployment enviorment?
Does website deployment project automatically include prerequisite for deployment or we should initially required to install all prerequisite at deployment enviounment before installing website.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要安装 Web 服务器上的 Microsoft .NET Framework 3.5 Service Pack 1,以便运行 ASP.NET 3.5 网站。
网站部署项目不会为您执行此操作 - 您需要在部署到网络服务器之前安装此项目。
You will need to install the Microsoft .NET Framework 3.5 Service Pack 1 on your webserver in order to run an ASP.NET 3.5 website.
A website deployment project will not do this for you - you will need to install this prior to your deployment to the webserver.