Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/asp.net-core/3.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
Ravendb 无法从ASP.NET 5 web应用程序运行Raven Studio_Ravendb_Asp.net Core - Fatal编程技术网

Ravendb 无法从ASP.NET 5 web应用程序运行Raven Studio

Ravendb 无法从ASP.NET 5 web应用程序运行Raven Studio,ravendb,asp.net-core,Ravendb,Asp.net Core,我使用ASP.NET 5 RC1和RavenDb创建了一个新的web应用程序。我无法确定如何启动Raven Studio web客户端。在Chrome中,我可以看到以下JSON响应: { "Message": "The following embedded file was not available: index.html. Please make sure that the Raven.Studio.Html5.zip file exist in the main directory

我使用ASP.NET 5 RC1和RavenDb创建了一个新的web应用程序。我无法确定如何启动Raven Studio web客户端。在Chrome中,我可以看到以下JSON响应:

{
   "Message": "The following embedded file was not available: index.html. Please make sure that the Raven.Studio.Html5.zip file exist in the main directory (near to the Raven.Database.dll)."
}

这似乎是直截了当的,但是,这提出了两个问题。首先,我在项目的任何地方都找不到指定的zip文件,也无法在RavenDb GitHub repo或web上的任何其他地方找到它。此外,由于ASP.NET vNext对项目组织有一种截然不同的方法,我不确定这一需求是如何翻译的。任何指导都将不胜感激。

成功!为了让Raven Studio使用ASP.NET 5项目,您需要将
Raven.Studio.Html5.zip
文件放在
wwwroot
目录中。

您是否将Raven.Studio.zip文件放在同一位置?具体来说,“同一位置”是什么意思?我把它添加到项目的根目录中。这就是它需要的地方吗?@AyendeRahien我已经尝试在项目文件夹中的许多不同位置以及新的
工件
目录中包含
Raven.Studio.Html5.zip
,但似乎没有一个满足要求。您能否分享使用ASP.NET 5 web应用程序访问嵌入式db实例的Raven Studio的要求?它应该位于web目录中,web.config旁边