Windows 2003 and IIS 6.0 may have problems due to security enhancements
Today, a friend asked a question, the problem is as follows:
Installing VS2003 under Windows 2003, an error occurs when running a web application: path "D: /Windows / Microsoft.Net/framework/v1.1.4322/temporary ASP.NET FILES / TEST / DB58B339 / 50F84C0" Access is rejected.
Description: Execute an unprocessed exception during the current web request. Check the stack tracking information to learn more about the error and the code caused in the code.
Abnormal Details: System.unauthorizedAccessException: Access to the path "D: /Windows/Microsoft.net/framework/v1.1.4322/temporary asp.net files / test / db58b339 / 50f84c0" is rejected.
ASP.NET is not authorized to access the requested resource. Consider grant the ASP.NET request ID access to this resource. ASP.NET has a base process identifier used when the application is not simulated (usually, {Machine} / aspnet on IIS 5, in IIS
6 on the network service). If the application is using
Since I installed Windows 2003, I have never met such a problem, because in IIS 6.0, the marked NetWork Service in the default application pool is used, so in the process, running using the Network Service account to run W3wp.exe process, while we need to D: /Windows / Microsoft.Net/framework/v1.1.4322/temporary when we run VS 2003
ASP.NET FILES / directory is read and write, so I read this folder, I found that there is no NetWork Service, add this account, and select Full Control, solve the problem, but as for this problem, I am not big. Clear, because when you install Windows 2003, the Network Service account is existing in the Temporary ASNET FILES.
By the way, the default application pool in IIS6.0 is in the default application pool -> Properties -> The NET Service is changed to local system This problem can also be resolved.
Published on 2004-07-13 16:58 Timberlake Reading (1061)
Comments (7)
edit
Collect
comment
#
Re: Windows 2003 and IIS 6.0 may have problems due to security enhancements
If you don't say anything, just say three words: Thank you!
Thanks Comments on 2004-07-23 05:05
#
Re: Windows 2003 and IIS 6.0 may have problems due to security enhancements
Can you introduce the net service this account, why is there no other folder?
Why is it set to fully control?
DJ Comments on 2004-08-12 16:55
#
Re: Windows 2003 and IIS 6.0 may have problems due to security enhancements
Thank you very much for your guidance. Although my problem has not been completely solved, I got your guidance, I misunderstood missed a temporary issue.
This way to solve the wrong mistake in the future, I hope to give more.
Hi Xia Tian commented on 2004-08-26 15:57
#
Re: Windows 2003 and IIS 6.0 may be grateful for problems that may be generated due to security enhancements!
ZERO_CREATE Comments on 2004-10-09 19:54
#
Re: Windows 2003 and IIS 6.0 may have problems due to security enhancements
This is just a way to solve the problem.
XNDD Comments on 2004-11-16 16:06
#
Re: Windows 2003 and IIS 6.0 may have problems due to security enhancements
Just add the permissions written.
I would like to ask the above two methods, which security is better, what is unsafe effect?
IDLE commented on 2004-11-24 21:16
#
Re: Windows 2003 and IIS 6.0 may have problems due to security enhancements
RTRTRE