User-83134340 posted
Hi,
I've a webapi project integrated with swagger (for webapi documentation) & deployed @ azure website.
Now, i can see the generated xml documentation locally (either release or debug mode) by the swagger but when i deploy @ azure i got:
Could not find file 'D:\home\site\wwwroot\bin\AccountsSystem.XML'.
<ExceptionType>System.IO.FileNotFoundException</ExceptionType>
Given the document path i'm using: var documentFilePath = Path.Combine(HttpRuntime.AppDomainAppPath, "bin\\AccountsSystem.XML");
do you have any idea why?
thanks in advance,
Marwa