简体   繁体   English

如何确定ASP.NET网站的文件结构并将其滚动到项目/解决方案中?

[英]How to determine file structure of ASP.NET website and roll it into a project/solution?

A few months ago I had my first big work related programming project: working on the C# backend of a website (ASP.NET and other technologies). 几个月前,我有了第一个与大型工作相关的编程项目:在网站的C#后端(ASP.NET和其他技术)上工作。 It had some documentation and a .sln file, which I simply opened in Visual Studio and got to work on. 它有一些文档和一个.sln文件,我只是在Visual Studio中打开它并开始工作。

This time around, I have a massive amount of C# and VB.NET files with seemingly no project/solution file associated with them. 这次,我有大量的C#和VB.NET文件,似乎没有与之关联的项目/解决方案文件。 And to add to that, I seem to have no real documentation for the site itself. 除此之外,我似乎没有该站点本身的真实文档。

I don't really know that much about ASP.NET and web programming at this point, and I'm trying to order some books; 目前,我对ASP.NET和Web编程并不十分了解,我正在尝试订购一些书籍。 but online resources and tips on how to structure this into something I can open in Visual Studio would be very appreciated. 但是非常感谢您提供在线资源以及有关如何将其构造为可以在Visual Studio中打开的内容的提示。

If there's no solution or project file, it may be a web site instead of a web application project. 如果没有解决方案或项目文件,则可能是网站而不是Web应用程序项目。 In which case you can open it in Visual Studio with File -> Open -> Web Site. 在这种情况下,可以在Visual Studio中使用“文件”->“打开”->“网站”将其打开。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM