JIT Issue

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
 
C

Carl Daniel [VC++ MVP]

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
 

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