HI! Can you please tell me, which is the start element of the application. Which html is the standard? In a asp.net application there is an aspx page. Thanks in advance. Hans
6 Answer(s)
-
0
Hi,
Start class is HomeController for MVC, app.js for angularjs. But if you don't know MVC, you can not understand and use ABP properly.
-
0
I couldn't find answer on google, so If someone knows how can I use Web Deploy on Visual Studio, to Deploy entire Solution, not just Web Project? thanks
-
0
What do you mean to deploy entire project? There is only single application (web app) in the solution?
-
0
If i understand you correctly, for example if you had given a name "SampleProject1", you should just publish SampleProject1.Web project in your solution to a local folder and copy it to your server. The other projects are referenced to SampleProject.Web and published together. The entry point is Global.asax file in SampleProject.Web :p
-
1
Yes, it's like that.
-
0
Thanks @Otgontugs Miimaa I understand it better now. I had to make a mistake, cause when I published "SampleProject1.Web", other modules didn't publish along with it. I'll try it again and write what was the problem.