• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

publishing error

I

iiesolutions

Guest
I have finally figured out why none of my sites were not publishing correctly. In order to correctly verify location, the location for ftp publishing must be within IIS MS FTP root and not a virtual directory elsewhere. ie: if the default or main ftpsite in IIS is configured at c:\inetpub\ftproot\ then a site publish at c:\inetpub\ftproot\site1 will works. Even though you can configure a virtual ftp site anywhere like j:\, sitebuilder will not verify location correctly thus will not publish.

Now I am have another problem in that Module major-upgrade check failed on dynamic published site

Does anyone have any ideas on this


Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1; .NET CLR 3.0.04506.30)
Message Publish failed
SWsoft.SiteBuilder.BO.Facade.PublishException: Module major-upgrade check failed on dynamic published site (id='f0eac522-5ead-465c-89c8-0dcdfba55462') ---> SWsoft.SiteBuilder.Modules.Storage.Common.StorageException: WrongSiteId ---> System.Exception: Exception of type 'System.Exception' was thrown.
--- End of inner exception stack trace ---
at SWsoft.SiteBuilder.Modules.Storage.Proxies.ServiceUtil.InvokeService[T](ObjectMethodInvoker fun)
at SWsoft.SiteBuilder.Modules.Storage.Proxies.DataFacadeProxy.ForceLocalUpgrade()
at SWsoft.SiteBuilder.BO.Facade.PublishTask.<>c__DisplayClass2.b__0()
--- End of inner exception stack trace ---
at SWsoft.SiteBuilder.BO.Facade.PublishTask.<>c__DisplayClass2.b__0()
at SWsoft.SiteBuilder.BO.Facade.PublishHelper.CheckPublishExceptions(CheckPublishExceptionsMethod a_method)
at SWsoft.SiteBuilder.BO.Facade.PublishTask.Run(Object a_data)
 
This string in log:
SWsoft.SiteBuilder.Modules.Storage.Common.StorageException: WrongSiteId
tells that after publication in web.config (appSettings parameter with key 'SiteId') file you have invalid site id value.
Please ensure it has correct value.
 
Back
Top