0
hans abelshausen created
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
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
Have an answer to this question?
Log in
and write your answer.