-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
WebActivator methods are running twice #17
Comments
Hmmm, not sure. It's probably not well tested on IIS6. Can you try to get a stack of the various calls? That might give some clues. I would also suggest isolating by trying it with a trivial test app instead of your big one. |
Here is a stack trace:
So in this case we use it to register routes in an mvc application. The strange thing is that I tried to wrap the route registration in a try/catch (just to get it running) and I still get the error... And this has worked without errors for several months... |
If you look at the code for |
Hi!
We're using the PostApplicationStartMethod in a rather large Web Application project and all of a sudden it seems that the methods are called twice (or even multiple times, not sure). It does not happen when I run the site locally, it happens only on our test server which is a Windows 2008 R2 that runs the site on IIS 6.1.
Does anyone have any input on why this might happen?
The text was updated successfully, but these errors were encountered: