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

Popular posts from this blog

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -