ASP.NET access path is denied.

H

hsphuah

I had looked a few previous posted newsgroup and tried a few of the
suggestions by different users. None of them work. I hope that someone
can help on my issue.

For your information, my laptop has two Visual Studio .Net, version
2003 and 2005, and two .Net Framework, 1.1 and 2.0 installed.

My ASP.NET source code built success but failed to load on IE. The
error:

Access to the path
"c:\winnt\microsoft.net\framework\v1.1.4322\Temporary ASP.NET
Files\sand_box_web\1432111a\bc837c54" is denied.

I checked the path,
c:\winnt\microsoft.net\framework\v1.1.4322\Temporary ASP.NET
Files\sand_box_web, did not exist on my laptop. For version 2.0 .net
framework, I could see sand_box_web subdirectory. Was there any wrong
with configuration? I tried Microsoft "Process and request identity in
ASP.NET" suggestion, it did not work.

If anyone has any suggestions or recommendations, please let me know.
Thanks in advance.

HS Phuah
 
S

skanda.sub

Hi Phuah:

try giving edit permissions on the "Temporary ASP.NET files" folder to
the asp.net worker process account.


Sk&y;
 
H

hsphuah

I had tried and added asp.net or network service users into to the
permission list. Unfortunately, it still does not work.

In the Temporary ASP.NET files folder, it only has "Bind Logs" and it
is empty.

Cheers,
HS Phuah
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top