neuecc / LightNode

Micro RPC/REST Framework built on OWIN
http://neuecc.github.io/LightNode
MIT License
181 stars 32 forks source link

Fix: Not start the performance test project using Nancy #27

Closed rabitarochan closed 10 years ago

rabitarochan commented 10 years ago

For two reasons, I did not start the performance test project using Nancy.

  1. This project name is 'Nancy', and output DLL file name is 'Nancy.dll'. This name is same as DLL name of NancyFx. So it was mistakenly overwrite the file.
  2. There included settings of hosting on ASP.NET to Web.config.

And, I was implementing to return a JSON response.

neuecc commented 10 years ago

Thank you! The reason of No.1 is shameful misstake, thanks a lot. Your code works perfect.