1

I keep getting an error stating that applicationHost.config is in use by another process and the install fails.

flag

2 Answers

1

  • Make sure IIS is installed, and make sure all of the optional compatibility features are enabled (such as ASP.NET!).
  • Run iisreset /stop to prevent the installer from getting in trouble with locked files
  • Run the installer. Let it fail to connect, it's fine. The installation should work anyway.
  • Run iisreset /start to get IIS back online.
  • Open your FogBugz site in your browser.
link|flag
I also ran into this error on Windows 7 64-bit, but nothing I tried made it go away. I rebooted the machine, re-ran the install and received then no errors. – jdasilva Mar 13 2010 at 3:13
0

Any resolution on this one, I do have Windows 7 64-bit, getting same error and I am stuck on this one error. Thanks.

link|flag
Restarting my computer fixed this one. Thanks. – M Bala Jul 7 at 12:54

Your Answer

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