PDA

View Full Version : Killing a Process on the site


mnye
11-04-2003, 07:11 AM
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

mnye
11-04-2003, 11:50 AM
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

steurm
11-04-2003, 12:45 PM
[b]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

petercon
03-19-2004, 02:45 AM
Yes, after the timeout duration in secs set in the web.config
the resource would be released

HPC