all,
i have looked @ issues in concerning swagger support in servicestack when using root, still coming handler request not found error localhost:63219/swagger-ui/index.html
- vs2010
- empty web project (not mvc)
- asp.net 4
- servicestack 3.9.55
all files involved in issue located here: https://gist.github.com/bp4151/c7544218b15b7d770f80
i sure missing something. if can me out i'd appreciate it...
thanks, b
stupid mistake. using
public class apphost : apphosthttplistenerbase
which console apps instead of
public class apphost : apphostbase
which iis specifically. once made switch, our plugins started work...
Comments
Post a Comment