I run my Microsoft DNX app that works on my local iispexpress and kestrel web servers. See Microsoft DNX application Angular2 does not run when deployed on Azure
Reproduce the error
- I attach the "Azure" debugger on Visual Studio 2015 Update 2
- The app starts http://marketresearchio.azurewebsites.net
error messages are displayed on the Debug output screen
a popup displays the error message : "JavaScript runtime error "pRAseInt" is undefined - angular2-polyfills.min.js"
Conclusion
I made a search on my server and there is not a single occurrence of pRAseint inside the files
Do you have any idea where there error could come from?