-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start in WebActivator.PostApplicationStartMethod is not working on IIS 6. Is ther any alternate method available #2 #26
Comments
Im having one dll which is having this start method. And im calling this dll from one MVC application. Also i want to refer same dll in ASP.Net Application |
I haven't used IIS6 in years, but I would have expected this to work fine, unless it's running a very old version of the .NET framework. |
I have copied all dlls from local machine to server, but still no luck. Server is having .net 4.0 and IIS6.0. |
WebActivator builds on .NET's Anyway, to help isolate, test if the plain |
I have used PreApplicationStartMethodAttribute of System.Web, restarted IIS on server, no luck. |
That's odd. At least it isolates away from WebActivator itself. You may want to ask the non-WebActivator question in a general ASP.NET forum (or StackOverflow). As a workaround, you can try calling |
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?
The text was updated successfully, but these errors were encountered: