如何仅从 asp.net/c# 中的 .aspx 和 .aspx.cs 文件创建解决方案

发布于 2024-10-21 18:58:11 字数 301 浏览 3 评论 0原文

我有 .aspx 和 .aspx.cs 文件以及 web.config 文件;我想根据这些文件创建一个解决方案,以便将它们作为 ASP.NET 网站运行。

更准确地说,我下载了 此网站,但无法运行。

如何从这些文件创建一个可以在本地运行的项目/解决方案?

I have got .aspx and .aspx.cs files along with a web.config file; from these files I want to create a solution in order to run them as an ASP.NET website.

To be more precise, I downloaded the code snippet available on this site but could not get it to run.

How can I create a project/solution from these files which I can run locally?

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

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

发布评论

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

评论(1

无尽的现实 2024-10-28 18:58:11

只需将其作为网站打开即可:
文件->打开->网站...->文件系统-> [选择放置这些文件的文件夹]

说明:就 Visual Studio 而言,网站是基于文件夹的项目(即没有项目文件)。

Just open it as a Web site:
File -> Open -> Web Site... -> File system -> [Select the folder where you put those files]

Explanation: in terms of Visual Studio, Web Sites are folder-based projects (that is, there is no project file).

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