Hello, thanks for the response
so I've copied the latest error loggings as below
2016-09-13 14:42:38,732 [P9640/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.4.3 application starting on RD0003FF28D2DF
2016-09-13 14:42:39,372 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk
2016-09-13 14:42:39,419 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 48ms)
2016-09-13 14:42:39,826 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler
2016-09-13 14:42:40,654 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 837ms)
2016-09-13 14:42:41,061 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter
2016-09-13 14:42:41,061 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms)
2016-09-13 14:42:41,061 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter
2016-09-13 14:42:41,076 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 1ms)
2016-09-13 14:42:41,091 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController
2016-09-13 14:42:41,108 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 6ms)
2016-09-13 14:42:41,108 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController
2016-09-13 14:42:41,108 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 11ms)
2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider
2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 0ms)
2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider
2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 0ms)
2016-09-13 14:42:44,294 [P9640/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 5750ms)
2016-09-13 14:42:52,790 [P9640/D2/T11] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://Johndoe.azurewebsites.net:80/umbraco (UmbracoModule request)
2016-09-13 14:42:53,911 [P9640/D2/T11] INFO umbraco.content - Load Xml from file...
2016-09-13 14:42:53,911 [P9640/D2/T11] WARN umbraco.content - Failed to load Xml, file does not exist.
2016-09-13 14:42:53,911 [P9640/D2/T11] INFO umbraco.content - Loading content from database...
2016-09-13 14:42:53,942 [P9640/D2/T11] ERROR umbraco.cms.businesslogic.web.DocumentType - Exception while trying to build DTD for Xml schema; is Umbraco installed correctly and the connection string configured?
System.InvalidOperationException: Can't find a connection string with the name 'umbracoDbDSN'
at Umbraco.Core.Persistence.Database..ctor(String connectionStringName)
at Umbraco.Core.Persistence.DefaultDatabaseFactory.CreateDatabase()
at Umbraco.Core.Persistence.UnitOfWork.PetaPocoUnitOfWorkProvider.GetUnitOfWork()
at Umbraco.Core.Services.ContentTypeService.GetAllContentTypes(Int32[] ids)
at umbraco.cms.businesslogic.web.DocumentType.GetAllAsList()
at umbraco.cms.businesslogic.web.DocumentType.GenerateXmlDocumentType()
"Server Error in '/' Application" while
I'm getting this error while trying to publish my Umbraco site to Azure server
Hi kwagalajosamu.
This is a standard Server Error message, impossible to know what's wrong, sorry.
Could you turn off customErrors in your web.config (as is says on the image you posted) and see what the real error is?
Best of luck to you.
Hello Dennis
Thanks for the reply. So after turning off customErrors in my web.config i get this
"The page cannot be displayed because an internal server error has occurred. "
Hi again. Still not enough to determine the error I'm afraid. Could you post a screenshot?
Hi kwagalajosamu.
Also you can see detailed errors in log file, that location is App_Data/Logs/UmbracoTraceLog.{machinename}.txt
Just copy past latest errors here and we try help you :)
Regards, Ivan
Hello, thanks for the response so I've copied the latest error loggings as below
2016-09-13 14:42:38,732 [P9640/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco 7.4.3 application starting on RD0003FF28D2DF 2016-09-13 14:42:39,372 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Determining hash of code files on disk 2016-09-13 14:42:39,419 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Hash determined (took 48ms) 2016-09-13 14:42:39,826 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of umbraco.interfaces.IApplicationStartupHandler 2016-09-13 14:42:40,654 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of umbraco.interfaces.IApplicationStartupHandler, found 0 (took 837ms) 2016-09-13 14:42:41,061 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter 2016-09-13 14:42:41,061 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyEditorValueConverter, found 0 (took 1ms) 2016-09-13 14:42:41,061 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.PropertyEditors.IPropertyValueConverter 2016-09-13 14:42:41,076 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.PropertyEditors.IPropertyValueConverter, found 0 (took 1ms) 2016-09-13 14:42:41,091 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.Mvc.SurfaceController 2016-09-13 14:42:41,108 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.Mvc.SurfaceController, found 0 (took 6ms) 2016-09-13 14:42:41,108 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Web.WebApi.UmbracoApiController 2016-09-13 14:42:41,108 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Web.WebApi.UmbracoApiController, found 0 (took 11ms) 2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IThumbnailProvider 2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IThumbnailProvider, found 0 (took 0ms) 2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Starting resolution types of Umbraco.Core.Media.IImageUrlProvider 2016-09-13 14:42:41,341 [P9640/D2/T1] INFO Umbraco.Core.PluginManager - Completed resolution of types of Umbraco.Core.Media.IImageUrlProvider, found 0 (took 0ms) 2016-09-13 14:42:44,294 [P9640/D2/T1] INFO Umbraco.Core.CoreBootManager - Umbraco application startup complete (took 5750ms) 2016-09-13 14:42:52,790 [P9640/D2/T11] INFO Umbraco.Core.Sync.ApplicationUrlHelper - ApplicationUrl: http://Johndoe.azurewebsites.net:80/umbraco (UmbracoModule request) 2016-09-13 14:42:53,911 [P9640/D2/T11] INFO umbraco.content - Load Xml from file... 2016-09-13 14:42:53,911 [P9640/D2/T11] WARN umbraco.content - Failed to load Xml, file does not exist. 2016-09-13 14:42:53,911 [P9640/D2/T11] INFO umbraco.content - Loading content from database... 2016-09-13 14:42:53,942 [P9640/D2/T11] ERROR umbraco.cms.businesslogic.web.DocumentType - Exception while trying to build DTD for Xml schema; is Umbraco installed correctly and the connection string configured? System.InvalidOperationException: Can't find a connection string with the name 'umbracoDbDSN' at Umbraco.Core.Persistence.Database..ctor(String connectionStringName) at Umbraco.Core.Persistence.DefaultDatabaseFactory.CreateDatabase() at Umbraco.Core.Persistence.UnitOfWork.PetaPocoUnitOfWorkProvider.GetUnitOfWork() at Umbraco.Core.Services.ContentTypeService.GetAllContentTypes(Int32[] ids) at umbraco.cms.businesslogic.web.DocumentType.GetAllAsList() at umbraco.cms.businesslogic.web.DocumentType.GenerateXmlDocumentType()
Hi kwagalajosamu.
Is says "Can't find a connection string with the name 'umbracoDbDSN'", could you make sure you have a correct connectionstring in your web.config?
Hi kwagalajosamu.
Did this problem work out for you?
If not, do you have anymore information that could be helpful in finding a solution for you.
If its fixed, would you like to post the solution so that we can close this thread and so that others may find your solution easier.
Take care!
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.