DalSoft / dalsoft-website-comments

0 stars 0 forks source link

blog/index.php/2016/01/13/introducing-dalsoft-webapi-helppage-help-pages-for-asp-net-web-api-working-on-owin-self-host/ #22

Open utterances-bot opened 2 days ago

utterances-bot commented 2 days ago

Introducing DalSoft.WebApi.HelpPage – Help Pages for ASP.NET Web API working on OWIN self-host | DalSoft Ltd

A library we developed to create ASP.NET Web API Help Pages that works OWIN self-host.

https://www.dalsoft.co.uk/blog/index.php/2016/01/13/introducing-dalsoft-webapi-helppage-help-pages-for-asp-net-web-api-working-on-owin-self-host/

DalSoft commented 2 days ago

Legacy Comments

aremes says: January 15, 2016 at 3:40 pm I’ve been struggling with this for a while now, and i often came back to your question on SO. i just saw this update to it, tried it out, works superb! finally, no need to mess with IIS. Thank you! Thank you very very much!


bocha29 says: March 11, 2016 at 9:38 pm Hello DalSoft, i am having an issue when running my project with your middleware. I am having a Could not resolve template api.cshtml error when clicking on help page link. Do you know what or how can i fix it?


peecee says: August 11, 2016 at 6:10 am Hi DalSoft, this seems to work great, the only issue is the ‘Help Page Home’ link (in the parameters pages), does not include the virtual directory in the link. Ie it is set as “http://localhost/help”, but I need it to be “http://localhost/myapi/help.

I can see this is set via the ViewBag.HelpRoute but not sure how to set this to include whatever virtual directory is being used (which could be different per deployment)

Any help for this would be great.

Cheers

OK, got it sorted out, thanks.