Deployment Issues

  • Thread starter Thread starter Ian
  • Start date Start date
I

Ian

I have a problem.

Having copied my entire web solution to a different
computer and then deployed under IIS + added all class
libraries and associated projects to a new solution ('Add
Existing Project'), I get an error when I build the
solution:

The <assembly name>.pdb file can't be created - access is
denied.

What's going on?

Any ideas would be most helpful.

Thanks in advance.
 
Insure that the ASPNET user on the new computer has read rights to the
directory where the assembly name is.

HTH

David
 
Back
Top