WebActivator
WebActivator copied to clipboard
This partially addresses closed issue #21; there are likely better ways of handling this, but this would be a quick fix.
I have an application and configured PreApplicationStartMethod and ApplicationShutdownMethod , the PreApplicationStartMethod get invoked when I am starting the application but the ApplicationShutdownMethod doesn't get invoked when I stop the...
First, I created a test WCF solution using VS 2017 and .net 4.7. Next I added the required code as per these instructions: https://blog.falafel.com/start-code-using-webactivator-mvc-application/ And everything works as expected. Then...
I have working application on local machine. But when i deployed it on SERVER which is having IIS6.0. It is not working. Is there any configuration i need to add?
I installed the Unity bootstrapper for ASP.NET MVC in my project, and your WebActivator package is one of the dependencies. I see that WebActivator is implemented as an attribute class...
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...
Okay so let me describe what I'm doing. I have a solution with multiple projects. Let's say I have the projects: Project1 (which is the startup project), Project2, and so...
On .NET Framework 4.0, methods registered with ApplicationShutdownMethodAttribute are not called when a web application is shutting down. They work as expected when the host machine has .NET Framework 4.5....
Hello! I have a project on .NET 4.0 which uses combres which requires WebActivator. I've updated WebActivator from 1.4.4 to 1.5.2 and started to get error on AspNet precompile: error...