1

Error Message:

FogBugz internal error...  

Error:  Invalid root in registry key "HKEY_LOCAL_MACHINE\SOFTWARE\Fog Creek Software\FogBUGZ\and/so/on...

What should I do?

flag

2 Answers

0

I’m not sure what you are talking about, but if you have computer problems or internet connection is very slow, you can try a software tuneup360, it's really helpful~~

link|flag
0

Solution:

Restart IIS. In most cases this is all that's needed.

If that doesn't fix it, there is probably a permissions problem that you will need to resolve. FogBugz is trying to write to the registry on your server, and it does so via the user account FogBugz is assigned within IIS. Try to log on to the web server as that user. If you can't, that account is not a valid account. Once you have an account with which you can log on to the server, tell IIS to use that account for FogBugz, and that should fix it.

Normally this FogBugz user account is the account used for anonymous access in IIS, but if you have explicitly set IIS to instead use Windows authentication for FogBugz, then here's what you need to do: all your users should be members of a Windows user group, and that group needs to be given full permissions on the registry key in question: HKEY_LOCAL_MACHINE\SOFTWARE\Fog Creek Software\FogBUGZ\

If further troubleshooting is needed, you could use a program called Regmon to see what's going on at a low level, this will show you any permission problems.

Update:

If it looks like the permissions are right and you checked the identity in the site and it looks right, IIS6 has the identity set in both the website and the application pool. Make sure both are set correctly!

link|flag

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.