DLL is not copied to WEB SERVER but stays in VSWEBCACHE

  • Thread starter Thread starter zitus
  • Start date Start date
Z

zitus

Hi,

I have a ASP.NET web application.

When I do a "REBUILD ALL" , the BIN\app.dll is updated in the VSWEBCACHE ;
but this BIN is not copied to the BIN in the WEBSERVER!

What may be the problem?

Thank you very much

BR

Ziya
 
You built the app, you didn't deploy it.
You'll need to do whatever it is you do to deploy it (Copy Project?)
 
Copy project?

I open the web from the server ( OPEN WEB ) , so project belongs to server.

Can I do a SELF COPY operation?

Let's say the web server name is WSRV1 . and the web is W1.

W1 stays in directory c:\inetpub\wwwroot\W1

I open the W1 project with OPEN FROM WEB option of .net2003 ide. All the
changes that
I make and SAVE is written to the disk of web server WSRV1.

When I do a rebuild, W1.dll is updated in the VSWEBCACHE but not copied to
the
server WSRV1.

I am sure this was working before ; but I can't find out why it does not
work at the moment..

BR

Ziya
 
Back
Top