Access is Denied while copying from BIN to application directory

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a a VB.Net application that includes different projects.
When copying the files (created when built the solution) from the BIN folder to the application folder (under IIS) I got this "Access is Deined" error on the files with a PDB extension.
I'd appreciate any help.
 
Thats because ASP.NET has it. Stop IIS copy your files and then turn it back
on again

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

Walter G said:
I created a a VB.Net application that includes different projects.
When copying the files (created when built the solution) from the BIN
folder to the application folder (under IIS) I got this "Access is Deined"
error on the files with a PDB extension.
 
It didn't work.
I stopped the IIS tried to copy the files but it said the network path was not found.
I started IIS again, tried to copy those files again, but I'm still getting the "Access is Denied" error.
 
Perhaps you dont have permissions to access that directory. Add yourself and
then try

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .

Time flies when you don't know what you're doing

Walter G said:
It didn't work.
I stopped the IIS tried to copy the files but it said the network path was not found.
I started IIS again, tried to copy those files again, but I'm still
getting the "Access is Denied" error.
 
Back
Top