无法从 ASP.NET 5 Web 应用程序 运行 Raven Studio
Unable to run Raven Studio from ASP.NET 5 web application
我使用 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 存储库或网络上的其他任何地方找到它。此外,由于 ASP.NET vNext 对项目组织有截然不同的方法,我不确定这个要求如何转化。任何指导将不胜感激。
成功!为了让 Raven Studio 使用 ASP.NET 5 项目,您需要将 Raven.Studio.Html5.zip
文件放在 wwwroot
目录中。
我使用 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 存储库或网络上的其他任何地方找到它。此外,由于 ASP.NET vNext 对项目组织有截然不同的方法,我不确定这个要求如何转化。任何指导将不胜感激。
成功!为了让 Raven Studio 使用 ASP.NET 5 项目,您需要将 Raven.Studio.Html5.zip
文件放在 wwwroot
目录中。