Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
COM .dll - and memory release
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Miscellaneous
Thread ID:
00173368
Message ID:
00173864
Views:
17
Thanks Gary!

I would try this, only that the IIS Manager doesn't work on my computer and I don't know why. :( I uninstalled the option pack and installed it again and I have the same problem...

Vlad

>1. Launch the Internet Service Manager on the server.
>
>2. Find the site in question, right click it, and select Properties.
>
>3. On the Directory tab under Application Settings is a check box labeled "Run in separate memory space (isolated process)". Check that box and click OK.
>
>Now your site will run in memory outside of the IIS process. When you need to overwrite your dll, go back to the property sheet and click the Unload button. You should then be able to overwrite your dll.
>
>It should be pointed out that there is a performance hit for running a web site this way since there has to be interprocess communication between IIS and your site's process. I don't recommend doing this on a production machine if it can be avoided particularly if you expect heavy traffic (and you always should!). If you don't have a development server, then you can set your site up this way during development and once you're done go back to the property sheet, unload the app, and then uncheck the box.
>
>HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform