Errors when I put my app live

  • Thread starter Thread starter ssg31415926
  • Start date Start date
S

ssg31415926

Every time I use the Copy Web Site option in VS2005 to copy my site
from my dev box to my live box, the new code won't run. Usually, it's
a "The compiler failed with error code 128" error. If I use IISReset
it fixes that but then one of my DLLs has a problem talking to a
Domino server. A restart always (so far, at least) fixes the latter.

Does anyone have any suggestions as to why?
 
Every time I use the Copy Web Site option in VS2005 to copy my site
from my dev box to my live box, the new code won't run. Usually, it's
a "The compiler failed with error code 128" error. If I use IISReset
it fixes that but then one of my DLLs has a problem talking to a
Domino server. A restart always (so far, at least) fixes the latter.

Does anyone have any suggestions as to why?

Error message when you browse an .aspx page that requires a
compilation of a resource: "The compiler failed with error code 128"

http://support.microsoft.com/kb/916451
 
Back
Top