Hi,
we've just setup our first DNN site (version 6.0.1). On our test box everything works fine. However when we deployed to production we keep getting the error below if we try to browse any page on the site either by IP address or server name, if we use localhost then everything displays fine - any ideas on what could be causing this ?
500 Internal Server Error
The requested Url (http://ip-0aeb0d80/Default.aspx) does not return any valid content.
Exception:
Object reference not set to an instance of an object.
Stack Trace:
at iFinity.DNN.Modules.UrlMaster.CacheController.GetPortal(Int32 portalId, String cultureCode) at iFinity.DNN.Modules.UrlMaster.CacheController.GetPortal(Int32 portalId, Boolean exceptionOnNull) at iFinity.DNN.Modules.UrlMaster.TabDictController.BuildTabDictionary(PathSizes& pathSizes, FriendlyUrlSettings settings, Int32 buildPortalId, ThreadSafeDictionary`2 tabDict) at iFinity.DNN.Modules.UrlMaster.TabDictController.FetchTabDictionaryLockable(Int32 portalId, Int32& minTabPathDepth, Int32& maxTabPathDepth, Int32& minAliasPathDepth, Int32& maxAliasPathDepth, FriendlyUrlSettings settings, Boolean forceRebuild, Boolean bypassCache) at iFinity.DNN.Modules.UrlMaster.TabDictController.FetchTabDictionary(Int32 portalId, Int32& minTabPathDepth, Int32& maxTabPathDepth, Int32& minAliasPathDepth, Int32& maxAliasPathDepth, FriendlyUrlSettings settings, Boolean forceRebuild, Boolean bypassCache) at iFinity.DNN.Modules.UrlMaster.RewriteController.GetTabFromDictionary(String url, FriendlyUrlSettings settings, UrlAction result) at iFinity.DNN.Modules.UrlMaster.RewriteController.IdentifyByTabPathEx(String absoluteUri, String queryString, UrlAction result, FriendlyUrlSettings settings) at iFinity.DNN.Modules.UrlMaster.UrlRewriteModule.CheckForRewrite(String fullUrl, String querystring, UrlAction result, Boolean useFriendlyUrls, NameValueCollection queryStringCol, FriendlyUrlSettings settings, Boolean& isPhysicalResource) at iFinity.DNN.Modules.UrlMaster.UrlRewriteModule.ProcessRequest(HttpContext context, HttpRequest request, HttpServerUtility Server, HttpResponse response, Boolean useFriendlyUrls, String requestType, Uri requestUri, UrlAction result, NameValueCollection queryStringCol, FriendlyUrlSettings settings, Boolean allowSettingsChange)