My Site stop working after I clicked Reset site delegation
Hi Guys,
Guys pls help urgently.
I own a VDI and hosted a few Umbraco sites.
I was installing a new Umbraco by trying to replicate an existing site. The new site after setting up wasnt working so I read a few forums which one of them suggested to "Reset All Delegation" in IIS (Feature Delegation). Clearly the wrong solution, dont know what I was thinking when I applied it. Now All my Umbraco sites have crashed and I cant get them to work. Please help!
I'm not sure what resetting feature delegation does I must admit.
But here is what I would try to check in your curret situation
1) Does all the Umbraco sites all have the proper permissions set for network service and iusr?
2) Are the app pool settings correct? Running .net 4 (If it's Umbraco 4.5+ sites) and is it running integrated mode with the network user being set to run it?
3) If it's none of the above you should perhaps have a look at the web.config file to see if something has been modified as a concequence of the above. Try downloading a clean version of Umbraco and compare a web.config from a site that does not work with the clean web.config. There will of course be a difference in the <add keys> since the they're populated with the properties of your site etc. - But perhaps other things have been added/removed or modified.
Thanks Jan for that. I had all those checked but none worked. But got it working anyway. pheeew!!
/*For those with similar errors - Jan suggestion applies, its the first step of troubleshooting*/
The error I had was specifically - "Lock"ing up the IIS's ability to execute modules (e.g server functionailty) on all websites. How I managed to do that is (Sarcasm)
By hitting on "Rest all delegation" an option found under "Feature Delegation" in IIS 7.x. Whats happened - when I rested delegation, it logically took the default settings of the parent site aka. "Default website" and applied on the all child sites (umbraco sites). The default setting as I said was "modules" Read only (Locked).
Physically these settings are managed in a configuration file at "C:\Windows\System32\inetsrv\config\applicationHost.config".
Solution 1. Open up the config file through notepad and find the attribute for module and make it Read/Write. Bit complicated.
Solution 2. The IIS 7.x lets you manage these through "Feature Delegation" (Ding!). I opened it once again, there there was the golden setting which says "Modules" with the Value "readonly" (Refer to screen grab above). Changed this to "Read/Write" and everything was back to normal.
My Site stop working after I clicked Reset site delegation
Hi Guys,
Guys pls help urgently.
I own a VDI and hosted a few Umbraco sites.
I was installing a new Umbraco by trying to replicate an existing site. The new site after setting up wasnt working so I read a few forums which one of them suggested to "Reset All Delegation" in IIS (Feature Delegation). Clearly the wrong solution, dont know what I was thinking when I applied it. Now All my Umbraco sites have crashed and I cant get them to work. Please help!
One of the Umbraco based site is http://www.zabreenenterprises.com/. The error thrown right now is
Internet Information Services 7.5
Here the current features on the site. If it helps solve the problem.
Hi m
I'm not sure what resetting feature delegation does I must admit.
But here is what I would try to check in your curret situation
1) Does all the Umbraco sites all have the proper permissions set for network service and iusr?
2) Are the app pool settings correct? Running .net 4 (If it's Umbraco 4.5+ sites) and is it running integrated mode with the network user being set to run it?
3) If it's none of the above you should perhaps have a look at the web.config file to see if something has been modified as a concequence of the above. Try downloading a clean version of Umbraco and compare a web.config from a site that does not work with the clean web.config. There will of course be a difference in the <add keys> since the they're populated with the properties of your site etc. - But perhaps other things have been added/removed or modified.
Hope this helps.
/Jan
Thanks Jan for that. I had all those checked but none worked. But got it working anyway. pheeew!!
/*For those with similar errors - Jan suggestion applies, its the first step of troubleshooting*/
The error I had was specifically - "Lock"ing up the IIS's ability to execute modules (e.g server functionailty) on all websites. How I managed to do that is (Sarcasm)
By hitting on "Rest all delegation" an option found under "Feature Delegation" in IIS 7.x. Whats happened - when I rested delegation, it logically took the default settings of the parent site aka. "Default website" and applied on the all child sites (umbraco sites). The default setting as I said was "modules" Read only (Locked).
Physically these settings are managed in a configuration file at "C:\Windows\System32\inetsrv\config\applicationHost.config".
Solution 1. Open up the config file through notepad and find the attribute for module and make it Read/Write. Bit complicated.
Solution 2. The IIS 7.x lets you manage these through "Feature Delegation" (Ding!). I opened it once again, there there was the golden setting which says "Modules" with the Value "readonly" (Refer to screen grab above). Changed this to "Read/Write" and everything was back to normal.
IIS expert pls confirm the above.
is working on a reply...