csrowell
Results
1
comments of
csrowell
@Adriien-M's [comment](https://github.com/domaindrivendev/Swashbuckle/issues/42#issuecomment-67848109) on issue #42 worked in my case when VirtualPathRoot wasn't: `c.RootUrl(req => req.RequestUri.GetLeftPart(UriPartial.Authority) + VirtualPathUtility.ToAbsolute("~/").TrimEnd('/'));`