Examples in the previous chapters may encounter problems more or less.
For example, after the component is compiled, it must be modified again, and errors such as "Permission denied, 'f:/csdn/fcom. dll '" will occur.
When you access the asppage, open the task manager to view a dllhost.exe process with the username iwam_yang. Iwam_yang varies depending on the computer name.
You can use the following methods to solve the problem:
1. Restart IIS.
On the Control Panel, choose Administrative Tools> Internet Information Service> right-click the second-level local computer on the left-side tree chart> all tasks> restart IIS. This operation takes a little time.
You can see that the process of this dllhost.exe has been disabled
2. The disadvantage of the above method is that all websites are closed until they are restarted.
Is there a single website or virtual directory? Yes
In the control panel, choose Administrative Tools> Internet Information Service> Find the virtual directory where your component runs. -> Right-click Properties-> In the first virtual directory-> application protection-> click Uninstall.
You can see that the process of this dllhost.exe has been disabled
3. If you are in trouble, simply end the process in Windows Task Manager.
4. Last Method
On the Control Panel, choose Administrative Tools> component services> Computer, my computer, running process> IIS Out-of-process pooled applications (2860) in the tree) -> right-click to close
You can see that the process of this dllhost.exe has been disabled