Sergey Alexandrovich Kryukov 6-Nov pm. This is one of the pretty usual cases. But it could be something else. I answered in more detail, please see. Your comment is of course credited. Thank you Sergey, you are kind to credit my statement.
Also, I mimicked you in a sense, in adding my full name. It seems more professional and I don't have anything to hide from so I feel the same way. Initially I wanted my middle name in a single middle initial the way I name myself everywhere in English , but this name is occupied by another non-active member Accept Solution Reject Solution.
It is quite likely that the guess by Richard C Bishop is correct please see his comment to the question. Very often, this "another process" is the same process which did not properly close a file handle. But it can be something else. You need to investigate it. This is not to hard. Please see my past answers: how to compress the error 'it is already used by another process' in vb. Did you mean to do so? Normally, those files are only modified by compilers or viruses.
On top of what I've written above: nothing can modify any executable module when it is loaded for execution. Posted 6-Nov am Sergey Alexandrovich Kryukov. Add your solution here.
OK Paste as. Treat my content as plain text, not as HTML. Existing Members Sign in to your account. This email is in use. Do you need your password? Submit your solution! When answering a question please: Read the question carefully. I Had tried like give the permissions and change in IIS regarding the identity but I was getting same error. I tried all the options here without any luck.
What worked for me was to simply remove the application pool and recreate it. How are we doing? Please help us improve Stack Overflow. Take our short survey. Stack Overflow for Teams — Collaborate and share knowledge with a private group. Create a free Team What is Teams? Collectives on Stack Overflow. Learn more. Asked 9 years, 7 months ago.
Active 10 days ago. Viewed 47k times. How can I fix the following error? Improve this question. Peter Mortensen Manickam Chidhambaram Manickam Chidhambaram 1 1 gold badge 3 3 silver badges 10 10 bronze badges.
Add a comment. Active Oldest Votes. To add the app pool identity to the group I used the following steps: From the start menu select Run… enter lusrmgr. Select Groups. Click the Add Click the Locations Select your computer name it should be at the top of the list and click OK. If a Name Not Found dialog box appears then verify that the app pool identity entered matches the app pool identity associated with the site.
If a dialog box did not appear then click OK. Repeat steps 7 through 8 for each app pool identity you wish to add. Click OK. Right click on the Temp directory and select Properties.
Click on the Security tab. Click the Edit Click the Add.. If a Name Not Found dialog box appears then check for typos. A dialog box will be displayed stating that "You are about to change the permission settings on system folders, which can result in unexpected access problems and reduce security.
Do you want to continue? Improve this answer. These were very good directions. Saved my day! This solved the issue for me on an IIS 8. Also, just an observation, I have multiple application pools on one IIS instance, all of them are using ApplicationPoolIdentity, however only some pools give this strange error but not all of them. Hope this helps. Jako Jako 2, 3 3 gold badges 26 26 silver badges 35 35 bronze badges. I've tried loads of things.
But finally this solution works for me. Thanks Jako. I change it to LocalSystem and it worked. This is not a solution but a work around. Besides, it is also going against IIS best practices, as if you have multiple application pools running on the same user, their memory and accesses are not isolated from each other. In other words, firstly, it is best to keep your applications isolated from each other by using different application pool identities; secondly, it is better to give least possible accesses, and giving Local System to the application that doesn't need it is a 'carte blanche'.
0コメント