Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/.net/21.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 将Pocket Db移动应用程序连接到.net_C#_.net_Angularjs_Cordova_Pouchdb - Fatal编程技术网

C# 将Pocket Db移动应用程序连接到.net

C# 将Pocket Db移动应用程序连接到.net,c#,.net,angularjs,cordova,pouchdb,C#,.net,Angularjs,Cordova,Pouchdb,我需要将我的PockDB移动应用程序连接到我的.net api,用于同步数据库。在我的PockDB、Ionic、Cordova应用程序中,我有这个连接字符串 WebServicesURL: 'https://localhost:44302/api/', WebServicesURLHTTPS: 'https://localhost:44302/api/', LocalDatabaseName: 'CBRE_Opus_Local', MaxPhotosPer

我需要将我的PockDB移动应用程序连接到我的.net api,用于同步数据库。在我的PockDB、Ionic、Cordova应用程序中,我有这个连接字符串

 WebServicesURL:         'https://localhost:44302/api/',
 WebServicesURLHTTPS:    'https://localhost:44302/api/',
 LocalDatabaseName:      'CBRE_Opus_Local',
 MaxPhotosPerQuestion:   4,
 MaxPhotosForInspection: 40,

我需要正确的连接方式,才能连接到我的Api。

您必须澄清您的问题。你想和CouchDB同步吗?