R
Robert Halstead
Hi guys, I have a asp.net web app and it's connecting to
an excell 2003 document (in another folder) via
OleDataAdapter. Everything works and all, it's just that
when I shutdown IE and try to access the excell document,
asp.net seems to still keep it and won't release it.
Excell gives some error saying it can't access it, but
It's when I terminate the asp.net process in the task
manager that the file is then released.
I'm wanting to know if there is a way to make asp.net
release the file so that changing the data is possible?
or for every time I need to change the data, I would have
to take down the web page?
an excell 2003 document (in another folder) via
OleDataAdapter. Everything works and all, it's just that
when I shutdown IE and try to access the excell document,
asp.net seems to still keep it and won't release it.
Excell gives some error saying it can't access it, but
It's when I terminate the asp.net process in the task
manager that the file is then released.
I'm wanting to know if there is a way to make asp.net
release the file so that changing the data is possible?
or for every time I need to change the data, I would have
to take down the web page?