dll problems in an ASP.NET application

  • Thread starter Thread starter Craig
  • Start date Start date
C

Craig

When I do a build locally of my asp.net application using Ctrl-Shift-B from
Visual Studio.Net, the dll gets created in the

C:\Documents and Settings\Craig\VSWebCache\CRAIGSXP\CasketSource\bin

folder and NOT in the C:\Inetpub\wwwroot\CasketSource\bin folder


When I "Copy Project" to the production server the dll does NOT get updated
on the production server. Then when I click on the hosted servers link it
loads my local application the first time. When I click on the hosted
servers link a second time it gets it.


The dll's in my other ASP.NET applications gets updated in both locations.

Any ideas???????

Thanks
 
I got it fixed. Created new project and copied new files to new project.
Something got corrupted.
 
Back
Top