Reg:vs.net 2005 app_code

C

comzy

I need few of my pages to be precompiled and i have to give it to other
department so that they can have the basic functionality and in
addition they will add their own pages and code. can anyone tell me how
can i accomplish this in vs.net 2005 because once i precompile i
couldnt find any APP_Code folder where i can place the .cs files.

regards,
Shiva
 
M

murali.trichy

Hi Siva,

why don't you create a class library ? and then convert it into .dll
file and give to other department. they will add your controls as a
class in their main page.

bye
murali
 
C

comzy

murali,
How can i create a class library which has a suite of web
project? i dont want to distribute class files alone instead i want to
give an entire web project which they will add in their new project. To
make it clear i will tell you exactly what am expecting.

we are in a department who creates a web application framework using
which other department will create any kind of application they need to
be built for clients. we have created such a framework which has wizard
kind of interfaces. now tell me how can i distribute this so that they
have to add our (.aspx, .cs, .asmx, etc) which will be in the form
(.dll and .compiled, etc) to others? hope you got my problem

Thanks and Regards,
Shiva.
 

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