dll problems in an ASP.NET application

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
 
C

Craig

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

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

Top