【发布时间】:2015-07-28 16:27:10
【问题描述】:
我已经从我的客户 httpdoc 文件夹中下载了一个外国网络解决方案。
现在我需要在 Visual Studio 2013/2015 中编辑它们,但我不知道如何集成它们。
他们的 htdocs 文件和文件夹;
global.asax
package.config
web.config
gruntfile.js bower.json
package.json
./app/components/account/
logincontroller.html
login.js
register.html
registercontroller.js *and some more......)
./app/components/home/
indexcontroller
index.js
and some more......)
./app/components/shared/
headercontroller.js
header.html
more file like this......)
./app/components/
... and more folders
./app/services/
ajaxService.js
services.js and
..a lot more .js files)
./app/vendors/
angular, bootstrap, jquery stuff)
./bin/
EntityFramework.dll
System.web.razor.dll
...and more dll's
对我来说,这看起来像 MVC,但我不理解文件夹结构
但是,我需要在 VS 中编辑、调试和运行源代码,但我不知道如何包含它。我是否需要创建一个简单的项目(类型?)并复制和粘贴,或者这将如何工作。
你能给我建议吗?
【问题讨论】:
-
您是否尝试过将文件添加到 MVC 中的新项目,然后运行它,然后修复出现的任何问题?
标签: javascript c# asp.net asp.net-mvc visual-studio-2012