Как решить эту ошибку "не удалось найти часть пути "C:\inetpub\wwwroot\app_data\client_secret.json'"
Привет У меня есть проблема, когда я использую Календарь google.
Когда я вызываю страницу календаря, система выдает ошибку "
"
System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\inetpub\wwwroot\App_Data\client_secret.json'.
Пожалуйста, посоветуйте мне
Заранее спасибо
Мейден
Что я уже пробовал:
<pre>Private Shared gFolder As String = System.Web.HttpContext.Current.Server.MapPath("/App_Data") Public Shared Function GetClientConfiguration() As GoogleClientSecrets Using stream = New FileStream(gFolder & "\client_secret.json", FileMode.Open, FileAccess.Read) Return GoogleClientSecrets.Load(stream) End Using End Function
Mohibur Rashid
что делает
> реж. C:\inetpub\wwwroot\App_Data\client_secret.json
Говорит(в командной строке, конечно)