如何仅从 asp.net/c# 中的 .aspx 和 .aspx.cs 文件创建解决方案
我有 .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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需将其作为网站打开即可:
文件->打开->网站...->文件系统-> [选择放置这些文件的文件夹]
说明:就 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).