重建我的网络服务器需要什么?

发布于 2024-07-06 08:02:18 字数 321 浏览 8 评论 0原文

我正准备彻底检修我的网络服务器。 我用它来开发并向客户展示产品。 它还托管我公司的网站。 我将加载 MS Server 2008 和 MS SQL 2008。我希望它具有最新的 .NET Framework 以及最新的 MVC 模板。 我希望它使用 SubSonic。 我还想开始使用某种 SourceSafe(或者任何好的)。我计划使用 VS 2008 作为我的开发工具。

我想有很多人最近经历过这个,并且会提出很好的建议。

这是一台很好的坚固机器,具有大量内存和存储空间,因此,请告诉我任何可以帮助我成为更好的开发人员的信息。

斯科特和开发团队

I am getting ready to completely overhaul my web server. I use it for both development and to present product to clients. It also hosts my company website. I will be loading MS Server 2008 and MS SQL 2008. I want it to have the latest .NET Framework as well as the latest MVC templates. I want it to use SubSonic. I also want to start using some sort of SourceSafe (or whatever a good one is).I plan to use VS 2008 as my development tool.

I figure there are a lot of people out there who have recently gone through this and will have good suggestions.

It is a good stout machine with lots of memory and storage, so, please let me know anything that will help me become a better developer.

Scott and the Dev Team

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

秋心╮凉 2024-07-13 08:02:18

嗯,听起来你已经列好了一份清单。 不过我建议不要使用 SourceSafe。 请参阅此处了解详细信息。 SubVersion 是一个免费的替代方案。 如果您愿意接受挑战,也可以使用 git 或类似的东西。

[编辑添加]
如果您负担得起,TFS 是一款不错的产品,它为您提供错误跟踪、版本控制和构建环境。 所有这些都将帮助您成为更好的开发人员。

要为该网站的创始人之一拉皮条,请查看 Joel 测试,看看你应该做什么实施。

Well, sounds like you've already got a good list going. Though I'd recommend against SourceSafe. See here for details. SubVersion is a free alternative. Or perhaps git or something like that if you're up for a challenge.

[edit to add]
If you can afford it, TFS is a nice product that gives you bug tracking, version control, and a build environment. All of those will help you be a better developer.

To pimp one of this site's founders, check out the Joel Test and see what you should implement.

爱冒险 2024-07-13 08:02:18

我建议不要使用同一台机器来托管应用程序并进行开发。 您至少应该创建一个虚拟机来进行开发,这样开发和实时内容之间就不会出现意外干扰。

确保您已修补所有已知的漏洞 (sp),所有这些软件都会有多个可利用的端点。

I would recommend to not use the same machine to host apps and develop on. You should at least make a VM to develop in so that there is no accidental interference between dev and live content.

Make sure you have all of the known vulerabilites (sp) patched, with all that software there are going to be several exploitable endpoints.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文