-
Stopping the DLL
Hello,
i'm building a IIS application. Every time I want to recompile it, it gives me an access denied error. I know i can stop the server from running by restarting my computer, but is there a way to stop it in windows? I can't seem to find anything. I've looked almost everywhere. I suspect is has smething to do with the caching IIS does.
Can anybody help me with this?
Rick
-
Install your Dll into MTS/COM+ even if you don't use any component services. While installed in MTS/COM+ you can shut down your Dlls.
Good luck,
Andre
-
Just restart your World Wide Web service in your services control panel.
It should help
Michiel