Results 1 to 3 of 3

Thread: ASP, DLLs etc

  1. #1

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845

    Post

    I've written a series of ASPs talking to a DLL (written in vb) on my server.

    My problem (one of my many problems but I'm sure you aren't interested in my personal life ) is that when I try to recompile the dll I get a "permission denied" message and I have to reboot the server before I can compile it.

    I assume that something still thinks it's using it but nothing is.

    any suggestions

    ps.
    I am setting the objects = nothing in the ASP when I've finished with them.




    ------------------
    Mark Sreeves
    Analyst Programmer

    [email protected]
    A BMW Group Company

  2. #2
    Guest

    Post

    Create a batch file in your Winnt\system32 directory with the following lines...

    @Echo Off
    Cls
    C:
    Cd\Winnt\System32\Inetsrv
    Net Stop iisAdmin /y
    Mtxstop
    Net Start W3svc

    This will stop IIS and then restart it.
    It usually works for me, but sometimes a reboot is all that works. Hope it works for you.

  3. #3

    Thread Starter
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845

    Post

    Thanks for that SFD it worked perfectly!

    ------------------
    Mark Sreeves
    Analyst Programmer

    [email protected]
    A BMW Group Company

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width