C
Christina N
After I upgraded to Visual Studio .Net 2003, my Asp.net projects compile
their DLL's to my local folder only in stead of to the BIN folder on the
server where the source files reside (I open the project from the server).
So I have to copy the DLL file everytime I compile. How do I get it to use
the BIN folder on the server?
The server folder exists. And it doesn't help changing the output path in
project properties. In fact, if I change this to i.e. BIN2, then it all
works! It compiles the DLL file to a folder named BIN2 on the server. So
what's wrong with the BIN folder?
I have this problem for 2 different Asp.Net projects now.
Please help me?
Best regards
Christina
their DLL's to my local folder only in stead of to the BIN folder on the
server where the source files reside (I open the project from the server).
So I have to copy the DLL file everytime I compile. How do I get it to use
the BIN folder on the server?
The server folder exists. And it doesn't help changing the output path in
project properties. In fact, if I change this to i.e. BIN2, then it all
works! It compiles the DLL file to a folder named BIN2 on the server. So
what's wrong with the BIN folder?
I have this problem for 2 different Asp.Net projects now.
Please help me?
Best regards
Christina