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.
 

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

Back
Top