Ask a Question related to ASP.NET General, Design and Development.
-
Guru Prasad #1
Unable to delete dir even after unload/remove ...
Does ASPNET process hold onto the app dir even after the app is "unload"ed
and "removed" ( via IIS manager ) ?
I am unable to delete a dir which was formerly a basedir for a webapp, until
i restart aspnet process. Why is this so ?
This makes things complicated during uninstall of a web application, since
killing aspnet is highly undesirable and may interfere with other apps.
Is this the normal IIS/ASPNET behavior ? What do i need to configure to
prevent IIS/ASPNET from doing so ?
Does the fact that i use strong-named assemblies ( still loaded from the
private bin path and not from the GAC ) make any difference to the
loading/unloading process ?
Guru Prasad Guest
-
Unable to delete pages
Hello, When I am in Edit (I've got the draft on my screen and I try to delete a page (format, page preferences, delete a page) the delete a page... -
Remove data from multiple fields in one delete
I posted this question a couple of weeks ago without a response so thought I'd try again. :-) I have an Acrobat 7 for Mac form setup with 40ish... -
Remove data from multiple fields with one delete
I posted this question a couple of weeks ago to another site without a response so thought I'd try here. I have an Acrobat 7 for Mac form setup... -
UNABLE TO DELETE PDF
I have tried to delete a pdf from my G4 without any luck. Message says: Cannot complete operation because the 1234.pdf is locked. I have tried to... -
Unable to Remove Splash Screen
I have created a projector in Director MX 2004 Mac OS X. I had it us a splash screen now I cannot get rid of it. I have unselected the option in the... -
Ken Cox [Microsoft MVP] #2
Re: Unable to delete dir even after unload/remove ...
Sometimes it is hard to release the IIS's grip on a component. This usually
works:
net stop iisadmin /y
Trouble is, it stops your Web site.
Perhaps an email to [email]mswish@microsoft.com?subject=ASP.NET[/email]
would help for the future?
Ken
"Guru Prasad" <gprasad@amberpoint.com> wrote in message
news:eNRMAEjUDHA.2184@TK2MSFTNGP10.phx.gbl...
Does ASPNET process hold onto the app dir even after the app is "unload"ed
and "removed" ( via IIS manager ) ?
I am unable to delete a dir which was formerly a basedir for a webapp, until
i restart aspnet process. Why is this so ?
This makes things complicated during uninstall of a web application, since
killing aspnet is highly undesirable and may interfere with other apps.
Is this the normal IIS/ASPNET behavior ? What do i need to configure to
prevent IIS/ASPNET from doing so ?
Does the fact that i use strong-named assemblies ( still loaded from the
private bin path and not from the GAC ) make any difference to the
loading/unloading process ?
Ken Cox [Microsoft MVP] Guest



Reply With Quote

