I have installed Flux on my local computer. Below is my virtual directory installation struct
localhost
-- flux_client (mapping to flux_client directory)
-- fluxwebsite (mapping to FluxWebsite directory)
-- web.config (copy from formweb.config)
-- admin (mapping to Deepcode.Flux.Admin directory and already copied file Deepcode.Flux.Core.dll to \Bin directory of admin Virtual directory)
When completed, I tried to run the following url based on my installed struct: http://localhost/fluxsite/admin/setup/install/ but the following error occurs:
Could not load setup panel ~/admin/Setup/Install/Panels/Information.ascxSystem.Web.HttpException:
The file '/FluxSite/admin/admin/Setup/Install/Panels/Information.ascx'
does not exist. at
System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at
System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath
virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean
allowBuildInPrecompile) at
System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext
context, VirtualPath virtualPath, Boolean noBuild, Boolean
allowCrossApp, Boolean allowBuildInPrecompile) at
System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at
System.Web.UI.TemplateControl.LoadControl(String virtualPath) at
Setup_Install_Default.LoadCurrentPanel() in
d:\PROJECTS\FLUX\Deepcode.Flux.Admin\Setup\Install\Default.aspx.cs:line
86
as you can see, the virtual directory path is wrong. How can i modified it or have i configured it in wrong way? I followed the guildline in page two of 001.0 Installation.doc.