Couldn't browse site on dev. machine

Discussion in 'ASP.NET / ASP.NET Core' started by bkagan98, Jun 14, 2004.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Thanks, Bruce.

    After I gave 'NETWORK SERVICES' user (I am running Win2003 server) all necessary rights to this temp folder everything started working again.

    BK
     
  2. I am getting an error on my development machine when trying to browse my site. Compiled in VS.NET 2003 without any problems - no errors, no warnings. Is this error related to folder permissions? If yes, please give me some directions on how to fix this. Thanks.

    CS0016:Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\careplus\eb15fdcf\cc16fd87\zcabrw8l.dll' -- 'Access is denied. '
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    this directory is where asp.net store the temporary compiled file (or whatever fancy name they use)

    make sure the asp.net user has change permission there.

    if you still have problem, try run filemon on your computer while it error. This utility should tell you what process is trying to access what file and whether it was successful or not.

    http://www.sysinternals.com/ntw2k/source/filemon.shtml


    quote:Originally posted by bkagan98

    I am getting an error on my development machine when trying to browse my site. Compiled in VS.NET 2003 without any problems - no errors, no warnings. Is this error related to folder permissions? If yes, please give me some directions on how to fix this. Thanks.

    CS0016:Could not write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\careplus\eb15fdcf\cc16fd87\zcabrw8l.dll' -- 'Access is denied. '

    </blockquote id="quote"></font id="quote">
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page