Link to home
Start Free TrialLog in
Avatar of goodgolfer
goodgolferFlag for United States of America

asked on

Changed Domain Admin account password now Errors going to companyweb on SBS 2008

I changed my password and I am a domain / Enterprise admin. Now no one can access the Company web page. It displays a error page with the below listed info :

Module          IIS Web Core
Notification    Unknown
Handler         Not yet determined
Error Code      0x8007052e
Config Error    Can not log on locally to C:\Program Files\Windows Small Business Server\Bin\WebApp\InternalWebSite as user kjsiet with virtual directory password  
Config File     Unavailable (Config Isolation)
Requested URL   http://companyweb:80/ 
Physical Path  
Logon Method    Not yet determined
Logon User      Not yet determined

Config Source    <application path="/" applicationPool="SBS Sharepoint AppPool">
                    <virtualDirectory path="/" physicalPath="C:\Program Files\Windows Small Business Server\Bin\WebApp\InternalWebSite" userName="kjsiet" password="[enc:AesProvider:f8JfBpR93Y96eev36geUQZy3Le3Nv3zhj1xOatmoBsnEfW4ieBBHEIvbboyx9nOP:enc]" />
                    <virtualDirectory path="/_vti_bin" physicalPath="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\isapi" />


All I can find is something with the app pool. But the app pool is running a an network service. I do not see the user kjsiet (which is me) being used by a server or pool anywhere.

Can anyone please help me as to where and how I can change the stored password that is giving this error.

Thanks
Avatar of arnold
arnold
Flag of United States of America image

Your app is likely used your credentials.
You should create a service account with appropriate rights and this is the account you would use.

Check the app pool
Check the IIS site configuration.

Is this a sharepoint site?
Avatar of goodgolfer

ASKER

I think share point is running as part of SBS. Everything I have seen is pointing to APP Pool . But Where do I change it ? I see the default app pool running as network service. I see nothing listed as running with my account ?

When you say Check the IIS Site Configuration what are you wanting me to check and where ?  There are many items and many sites.  Please do not be so general as that does not help anyone.

Thanks
A quick fix for right now is to put your password back to what it was and see if that fixes it. It may just be coincidence that all this happened when you changed your password. if you change it back you can know for sure. Do this through AD Users and Computers otherwise you may not be allowed to change it back
Using the Intenet Information Service (administrative tool) you can change the app pool setting)

You have to look at the _vti_bin properties as this is where the issue seem to suggest it exists.
This directory is part of the FrontPage extensions.
And How do I change the app pool setting ?
How do I look at the _Vti_Bin Properties ?

And yes changing the password back worked but I can not keep it at that password for security reasons..
sO THE QUESTION IS REALLY !!  In what file is the encrypted password for the user kjsiet . And how do I change it ??

<application path="/" applicationPool="SBS Sharepoint AppPool">
                    <virtualDirectory path="/" physicalPath="C:\Program Files\Windows Small Business Server\Bin\WebApp\InternalWebSite" userName="kjsiet" password="[enc:AesProvider:f8JfBpR93Y96eev36geUQZy3Le3Nv3zhj1xOatmoBsnEfW4ieBBHEIvbboyx9nOP:enc]" />
                    <virtualDirectory path="/_vti_bin" physicalPath="C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\12\isapi" />

None of the app pools have this user attached to them.
ASKER CERTIFIED SOLUTION
Avatar of goodgolfer
goodgolfer
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I believe I suggested that you need to locate where you've added the credentials and update them.

Do not repeat your prior mistake and use your own credentials again.  Create a service account and grant it the requisite rights. Then use it for this setup.
Because After not getting any good detailed responses I spent a couple of hours and resolved on my own.