Reputation: 1213
I want to host elastic search on IIS, so that i can consume it in my app.
Right now I am running it on localhost and able to access it using console application.
Any help is appreciated.
Upvotes: 1
Views: 3730
Reputation: 1213
To host elastic search on IIS, I found the link ulyaoth.net/resources provided by Val very useful. Trying to write minimum steps that works for me.
Install Microsoft Web Platform Installer 5.0 or above in your IIS (if not available).
In Web Platform Installer, Search for "Application Request Routing 3.0". (you can type ARR to filter/search this). And Install.
Bingo, Now your elastic search is available on website url. To run elastic search in background. you can run this as service. For detail info use above link.
Upvotes: 3