I\'m trying to setup a new project in Visual Studio that is going to be MVC 5 with a single page app written in ReactJS. So I followed the guide on the ReactJS website.
This is how the .jsx handler can be registered in web.config:
and in this case there is no need to have type="text/jsx" in script tag.