VS2005网站项目问题

发布于 2024-08-01 21:11:47 字数 241 浏览 3 评论 0原文

我从网上下载了.net源代码。

源代码有2个项目。

首先是 Windows 类库。

第二个是 WeSite 项目,其名称为 [http://localhost/WebDemoCS]。

当我运行该网站时,VS2005 搜索该位置但什么也没找到。 所以网站没有运行。

我如何更改此设置,以便可以从 VS2005 的开发 Web 服务器运行它。

I have downloaded a .net source code from the Internet.

The source code has 2 projects.

First is a Windows class lib.

Second is a WeSite project whose name is [http://localhost/WebDemoCS].

When I run the Web Site, VS2005 searches that location and finds nothing. So the WebSite is not run.

How can I change this setting so that I can run it from VS2005's development web server.

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

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

发布评论

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

评论(1

一口甜 2024-08-08 21:11:47

不要使用附带的解决方案。 相反,您可以通过以下方式创建自己的:

  1. 打开类库项目。
  2. 在 VS2005 中将网站作为网站项目打开。 出现提示时,选择文件系统以查找网站。

听起来您正在使用的解决方案是从本地 IIS 存储打开网站(这是 VS2003 中的唯一选项)。

Don't use an included solution. Instead, make your own by:

  1. Open the class library project.
  2. Open the web site as a Web Site project in VS2005. When prompted, select File System to find the web site.

It sounds like the solution you are using is opening the web site from a Local IIS store (which was the only option in VS2003).

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