from the log file. Am i dead in the water? I was using one site/database with 8 sites total
using allow multiple sites set to true and related sites set to true.
error from log reads.
2010-01-13 17:04:32,015 ERROR mojoPortal.Web.mojoBasePage - 127.0.0.1-en-US - /ysn2/Admin/SiteSettings.aspx?SiteID=7
System.IO.DirectoryNotFoundException: Could not find a part of the path 'c:\inetpub\wwwroot\ysn2\Data\Sites\7\systemfiles\sitesettingscachedependecy.config'.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamWriter.CreateFile(String path, Boolean append)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
at System.IO.StreamWriter..ctor(String path, Boolean append)
at System.IO.File.CreateText(String path)
at mojoPortal.Business.WebHelpers.CacheHelper.TouchCacheFile(String pathToCacheFile)
at mojoPortal.Business.WebHelpers.CacheHelper.TouchSiteSettingsCacheDependencyFile(Int32 siteId)
at mojoPortal.Web.AdminUI.SiteSettingsPage.btnSave_Click(Object sender, EventArgs e)
at System.Web.UI.WebControls.Button.OnClick(EventArgs e)
at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)
at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)
at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)