Я пытаюсь прочитать файл с помощью веб-метода
[WebMethod]
public string getjson()
{
string contents = File.ReadAllText("vision.json");
return contents;
}
Я вошел в учетную запись ftp, предоставленную на портале Azure, и загрузил файл.
Но файл не найден, исключение выдается
System.Web.Services.Protocols.SoapException: 'Server was unable to process request. ---> Could not find file 'D:\Windows\system32\vision.json'.'