Best way to share ASP.NET .ascx controls across different website applications?

后端 未结 10 593
轮回少年
轮回少年 2021-01-04 04:39

Suppose you have 2 different ASP.NET applications in IIS. Also, you have some ASCX controls that you want to share across these 2 applications.

What\'s the best way

10条回答
  •  迷失自我
    2021-01-04 05:06

    Have a look at this: http://www.codeproject.com/KB/aspnet/ASP2UserControlLibrary.aspx?msg=1782921

提交回复
热议问题