ASP.NET MVC5 website and TypeScript app together on Azure -
i have 2 projects. 1st 1 asp.net mvc5 website king of administration panel.
in same solution exists html typescript application works using ajax. it's client-like displaying data based on configuration made in admin module , database data.
i publish them both 1 website in windows azure cloud. don't know how when have 2 projects. unlucky finding information in google :(
i hope don't need move typescript project files asp.net mvc5 :/
hope don't need move typescript project files asp.net mvc5 :/
you should that. how else web app serve generated js if it's not part of webapplication.
Comments
Post a Comment