JIT Issue

  • Thread starter Thread starter Barry
  • Start date Start date
B

Barry

Hi

I am a freelance developer on the internet.

In VS 2003 the C# Web Application would create a DLL in the bin folder, i
used to upload only all files in the project EXCEPT .cs on the clients site
allowing them to test and when the payment for my work is recieved i would
upload the .cs and maybe project files.

In VS 2005 .dll file(s) are not created, i have to upload all files, i
ended up working with a client ( a cheater) who refused to pay after he got
all the files and the site working.

Is the anyway out of this situation.

TIA
Barry
 
Barry said:
Hi

I am a freelance developer on the internet.

In VS 2003 the C# Web Application would create a DLL in the bin
folder, i used to upload only all files in the project EXCEPT .cs on
the clients site allowing them to test and when the payment for my
work is recieved i would upload the .cs and maybe project files.

In VS 2005 .dll file(s) are not created, i have to upload all files,
i ended up working with a client ( a cheater) who refused to pay
after he got all the files and the site working.

Is the anyway out of this situation.

Installl VS 2005 SP1 which, among other things, includes the "Web
Application Project", which works the same as ASP.NET projects worked in
2003.

-cd
 
Back
Top