Hi, I want to use Ignite within my asp.net mvc project but I don't want it use as a Output Cache Provider or Session State Store Provider. I want to use it as a database, and run sql queries on it, i.e. querying products. Is this possible?
When I try to start Ignite in Application_Start in Global.asax, it throws "exePath must be specified when not running inside a stand alone exe" exception. -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Can-I-use-Ignite-as-a-database-within-my-asp-net-mvc-project-not-as-Output-Cache-Provider-or-Session-tp11624.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.
