如何在 IIS 上设置 ASP.NET 应用程序

发布于 2024-12-01 07:24:19 字数 138 浏览 1 评论 0原文

我已经将一个包含网站的整个文件夹从 Web 服务器复制到另一台计算机。从原始服务器我可以轻松运行 Web 应用程序。现在我需要知道我到底需要做什么才能在第二台计算机上运行该应用程序。我认为 IIS 有一些特殊的考虑因素。我必须在 IIS 中设置什么以及如何设置?

I've copied a whole folder which keeps a website inside from a web server to another computer.From the original server I can easily run the web application. Now I need to know what exactly I have to do in order to be able to run the application on the second computer too. I think there are some special considerations with IIS. What and how do I have to set up in IIS?

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

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

发布评论

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

评论(4

粉红×色少女 2024-12-08 07:24:19

请按照以下步骤操作。

  1. 从左侧菜单创建新网站右键单击并添加新网站。
  2. 提供该文件夹的物理路径
  3. 使用站点 url 进行
  4. 映射 授予目录权限(像每个人一样)
  5. 设置默认页面(如果目录中不存在索引页面)
  6. 设置您正在使用的框架。

Follow these steps.

  1. create a new site from left menu By right clicking and add new website.
  2. Give physical path to that folder
  3. Map with the site url
  4. Give permissions to Directory as (like everyone)
  5. Set up the default page if (index page is not present in the directory)
  6. Set framework which ever you are using.
嘿嘿嘿 2024-12-08 07:24:19
  1. 为您使用的任何版本的 Windows 安装 IIS Windows 组件。
  2. 在 IIS 中创建一个新站点
  3. 将此新站点指向您的 Web 根目录
  4. 为该站点配置 DNS(可能使用您的主机文件)
  1. Install the IIS Windows component for whatever version of Windows you're using.
  2. Create a new site in IIS
  3. Point this new site to your web root
  4. Configure DNS for the site (maybe using your hosts file)
屋顶上的小猫咪 2024-12-08 07:24:19

根据您使用的 IIS 版本,需要考虑一些注意事项。了解您使用的是 6 还是 7 会很有帮助。
如果您未满 7 岁,则需要将站点复制到 IIS 目录(通常为 wwwroot),然后通过选择应用程序池等在 IIS 中设置基本设置。应用程序池通常(但并非总是)由 .Net Framework 设置。您可能需要设置默认页面并将其设置为应用程序。有许多博客和网站会告诉您如何设置此基本功能,但它们特定于您的应用程序。

There are some considerations to make depending on which version of IIS you are using. It would be helpful to know if you are using 6 or 7.
If you are under 7, you need to copy the site to your IIS directory (typically wwwroot) and then setup the basic settings in IIS by choosing your application pool and such. Application pools are typically (but not always) setup by .Net Framework. You may need to setup your default page and set it as an application. There are many blogs and sites out there that will tell you how to setup this basic functionality but are specific to your application.

半步萧音过轻尘 2024-12-08 07:24:19

用于配置 IIS
1. 首先,在“程序和功能”中,转到“打开和关闭 Windows 功能”...其中勾选 IIS 下的所有内容...转到子文件夹并勾选所有位置的所有内容

  1. 转到 Internet Explorer>;设置>互联网选项>高级> 取消勾选显示友好的http错误消息选项

  2. 转到IIS管理器
    一个。在默认应用程序池中>高级设置>设置 true 启用 32 位程序选项
    b.转到 Asp>设置>展开调试属性>将有一个错误消息选项,某些第二个最后或最后一个选项可能为 false...将其设置为 true..应用更改

  3. 仅在 Internet Explorer 中运行 vbscript 和 asp(弹出窗口的开发人员选项中的边缘 10)< /p>

For configuring IIS
1. Firstly, in Programs and features go to Turn on and off windows features...in that tick everything under IIS..go to sub folder and tick everything everywhere

  1. Go to Internet Explorer> Setting> Internet Options> Advanced> untick Show friendly http error messages option

  2. Go to IIS manager
    a. In default application pool> advanced settings > Set true enable 32-bit program option
    b. Go to Asp> setting> expand debugging properties> there will an option of error messages some 2nd last or last option that would be false...set it to true..apply changes

  3. Run vbscript and asp only in Internet Explorer (edge 10 in developer options for pop ups)

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