0

I am working in a project "Integration of node.js with asp.net mvc application". So i use IISNode concept for this which i referred from here. This works fine. But when i add routing concepts using express , the routing doestn't work.

enter image description here

dario
  • 5,149
  • 12
  • 28
  • 32
Varadha31590
  • 371
  • 5
  • 20

1 Answers1

0

I think you need the URL Rewrite module installed on IIS. Take a look here at the Prerequisites: https://github.com/tjanczuk/iisnode

Liviu Costea
  • 3,624
  • 14
  • 17