copy a vb.net web project

  • Thread starter Thread starter Brian
  • Start date Start date
B

Brian

Hello,
I am trying to burn a .net web project to a cd so I
can take it out to one of our other facilities and put the
project on a machine out there for another developer.
That problem that I have is that when I do this, and try
to debug on her machine it says that the project is not
set up for debugging. I took off the read-only on the
program and the test database, and I checked the
web.config file to make sure that debug is set to true,
and it is. Anyone have any ideas?

Thanks,
Brian
 
Hi Brian,

Have you tried to create a new web application on the destination machine?
Can you debug that new created one?
If no, you may try to run
aspnet_regiis.exe -i
it is usually located in the directory below.
C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322

318465 PRB: Cannot Debug ASP.NET Web Application
http://support.microsoft.com/?id=318465

If you have any concern on this issue, please post here.

Regards,
Peter Huang
Microsoft Online Partner Support
Get Secure! www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.
 
Back
Top