Killing a Process on the site

Discussion in 'ASP.NET / ASP.NET Core' started by mnye, Nov 4, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Is there a way to kill a process on the site? Seems that the aspnet user is not closing the connection to my access db so I cant upload a newer version. When I try to upload I get the expected error:

    550 *.mdb The process cannot access the file because it is being used byanother process.

    Any ideas?

    Thanks,
    Matt
     
  2. the process released automatically. Im assuming this is related to the web.config timeout, the machine.config time out or the IIS timeout. Can anyone confirm or denie this?

    Thanks,
    Matt
     
  3. quote:Originally posted by mnye

    the process released automatically. Im assuming this is related to the web.config timeout, the machine.config time out or the IIS timeout. Can anyone confirm or denie this?

    Thanks,
    Matt
    </blockquote id="quote"></font id="quote">

    I'm not sure, but I haven't experienced an error while uploading a newer version of my access-database, even when connecting to my databases while uploading or just before uploading.

    --
    Steurm
    www.steurm.net/steurm
     
  4. Yes, after the timeout duration in secs set in the web.config
    the resource would be released

    HPC
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page