Making web user controls (ascx) available to more than 1 web application

A

Andy B

How do you make ascx controls available to more than 1 web application or
vs2008 project? I tried putting it inside a dll but it wont let me. I
thought there was a project type for web user controls, but can't find it
now for some reason. What should I do?
 
L

Lloyd Sheen

Juan T. Llibre said:
Please follow the instructions in this MSDN article :

Turning an .ascx User Control into a Redistributable Custom Control:
http://msdn2.microsoft.com/en-us/library/aa479318.aspx

Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
Thought this might be interesting since I use a bunch of ascx. I followed
the public instructions using VS 2008 and I get a bunch of .compiled rather
than dll's. These .compiled files are all 1KB so not a dll.

LS
 
L

Lloyd Sheen

Lloyd Sheen said:
Thought this might be interesting since I use a bunch of ascx. I followed
the public instructions using VS 2008 and I get a bunch of .compiled
rather than dll's. These .compiled files are all 1KB so not a dll.

LS

Sorry did not do all step correctly. It works.

LS
 

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