Click here to Skip to main content
16,013,548 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When I compiled my ASP.Net app on my local computer, all ran fine.
After I deployed it to the server, I got this:

BC31019: Unable to write to output file 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\
Temporary ASP.NET Files\root\bf039826\7b26b319\App_Web_pdfviewer.ascx.cdcab7d2.z42feor9.dll': 
Access is denied

Source Error:
[No relevant source lines]
Source File: vbc :    Line: 0

I checked the rights at the root folder level to grant all access, but it still won't work.

Anyone got any ideas?
Please help.
Posted
Updated 8-Feb-10 8:56am
v4

1 solution

Looks like permission issue only. Can you please check and tell what does 'Event Viewer' states?
What exactly are you accessing here?

Try impersonation via web.config.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900