Class in C#

E

Eduardo

Hello people,

I create a class (C#), build with csc.exe, save in app_code and importing
with <%@ Import Namespace="MyNamespace" %>. Thats works, but I need to store
my files in /root_of_the_site/new_site/ in the server, how can I use my dll
without app_code in the root?

thanks a lot
 
W

WJ

Just copy your C# DLL class to the bin folder of the main project, add a
"reference" of the C# DLL to the project, add namespace to code-behind and
deploy the same DLL to the website bin folder.

John
 

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

Members online

No members online now.

Forum statistics

Threads
474,265
Messages
2,571,069
Members
48,771
Latest member
ElysaD

Latest Threads

Top