English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Hi all,
I'm using .Net 2.0 (Visual Studio 2005) i want to deploy my web site but i can't find the .dll file, when I compile the project a dll file must be created in the bin directory so when i transfer my files to the server i must transfer this dll file so the project can work.. but i can't found this dll!!!! can anyone help me because i don't want to transfer the source code (code behind) to the server.

Thanks...

2006-12-07 18:55:35 · 3 answers · asked by My_Answers 2 in Computers & Internet Programming & Design

3 answers

Check your local Web site folder's Bin directory. It's probably in there.

2006-12-07 19:01:52 · answer #1 · answered by Anonymous · 0 0

That's the beauty of .NET 2.0!

Build on the fly. You can compile code in a separate project and add it....but otherwise, you don't need to build code into a dll. .NET does it for you.

2006-12-10 11:13:40 · answer #2 · answered by Anonymous · 0 0

The compilation model for asp.net applications is drastically different in VS.Net 2005 than it was for prior versions.

Check out these links that describe it:

http://msdn.microsoft.com/msdnmag/issues/06/01/ExtremeASPNET/

http://www.c-sharpcorner.com/Code/2005/May/CodingandCompilation.asp

2006-12-07 22:05:09 · answer #3 · answered by evolver 6 · 0 0

fedest.com, questions and answers