1 个 VPS MVC 上的多个网站

发布于 2024-12-13 17:31:57 字数 603 浏览 1 评论 0原文

现在我正在为我的网站使用共享托管,但我对此不太满意。有人推荐了 VPS,但我不知道该选哪一个。

我正在开发 ASP.NET MVC 3 站点,并且我需要托管大约 4 个站点。我想我应该使用 IIS 来托管网站,但我有点困惑。

是否可以将 1 个域名指向我正在创建的每个网站?如果我想发送邮件该怎么办?

例子。

www.site1.com has some emails eg. [email protected]

www.site2.com has some emails eg. [email protected]

我想我需要一个邮件服务器?能够阅读和查看我的电子邮件。像世界客户端

Right now I'm using shared hosting for my websites and I'm not very satisfied with it. Someone recommended a VPS instead but I have no idea which one to pick.

I'm developing ASP.NET MVC 3 sites and I have about 4 sites I need to host. I guess I should use IIS to host the sites but I'm a little bit confused.

Is it possible to point 1 domain name to each website I'm making? And what do I do if I want to send mail?

Example.

www.site1.com has some emails eg. [email protected]

www.site2.com has some emails eg. [email protected]

I guess I need a mail server? To be able to read and view my emails. like WorldClient

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

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

发布评论

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

评论(1

听风念你 2024-12-20 17:31:57
  1. 您可以在一台服务器上设置任意数量的域。在 IIS 管理器上创建站点时,在主机名字段中指定不同的域名,并将相关域指向该目录。
  2. 对于邮件服务器,我通常选择 Apache James,但这是基于控制台的应用程序,因此配置它有点乏味。 Smarter Mail 也是 Windows 上的另一个选项,具有完整的 Windows GUI,用于配置邮件服务器。
  3. 邮件服务器可以在您的 DNS 设置中配置。因此您的 mail.domain.com 将成为您的邮件服务器。

顺便说一句,我提到的两个邮件服务器都为您提供了 POP 访问选项,以便从 Outlook Express 等进行阅读,

  1. You can any number of domains on one single server. When you create the site on IIS Manager, give the different domain names in the host name field and point the relevant domains to the directory.
  2. For mail server I generally go for Apache James, but this is console based app so configuring this is a bit tedious. Smarter Mail is also another option on windows with full windows GUIs for configuring the mail servers.
  3. The mail servers can be configured in your DNS settings. So your mail.domain.com will become your mail server.

Btw, both mail servers I mentioned give you options for POP access for reading from outlook express etc.,

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