Have a good look at your event log it will often tell you the cause of the crash. If you cannot see it ask you isp for a quick look for you, it will save you hours of time looking at permissions. I put all of my umbraco sites into there own separate app pool that way if they crash they dont take down any other site. TBH though nearly all crashes are security issues lead and most will actually tell you in event log which part of the site and which user the site is trying to use which makes it very easy to debug.
windows server 2008 publish problem
I have my website on Windows server 2008 and the data base is on sql express 2005 on other server with O.S Windows server 2003.
When i published an item appear to be published but when i refresh the item is not published .
Best Regards , Vlad.
Other problem is when i publish all site the asp .net pool will crash .
I have a copy of site on a windows server 2003 OS and everithing work perfect .
Best regards , Vlad .
I'd check and double-check all permissions. Does the user that runs the application-pool have enough rights?
Check permissions and then you can try look at umbraco.config in data folder, if is changed after page publish.
vlad - did you resolve your problem with the AppPool crashing? I am experiencing the same problem on server 2008.
Have a good look at your event log it will often tell you the cause of the crash. If you cannot see it ask you isp for a quick look for you, it will save you hours of time looking at permissions. I put all of my umbraco sites into there own separate app pool that way if they crash they dont take down any other site. TBH though nearly all crashes are security issues lead and most will actually tell you in event log which part of the site and which user the site is trying to use which makes it very easy to debug.
is working on a reply...