I have an application that works fine locally using the VS 2010 application server, however when deployed to our computer, the machine starts just spinning, spinning and never loading. We have other applications on the same machine that load just fine (this is debugging the deployment of the same application in the product).
I have been spinning my wheels all day, and I find it difficult, as there may be a problem.
Here is what i did
- Create a new directory (same level as other applications)
- Copied on top of our existing test (www.domain / test /) and it works great
- Create and publish a new debugging application (www.domain / test /) and it just wraps up trying to load the first form.
I know that diretory "works" because the "test" application that I put there works fine.
source
share