Compile web application project ascx into dll

前端 未结 6 1424
孤独总比滥情好
孤独总比滥情好 2021-01-02 04:36

Is it possible to compile a web application project .ascx (user control) into a dll?

I want to do the following:

  1. Use the same control in multiple websi
6条回答
  •  攒了一身酷
    2021-01-02 05:05

    I had to do it once and I followed this article

    http://www.codeproject.com/KB/user-controls/EmbeddedUserControl.aspx

    It's based on the possibility of mounting a virtual file system on different places (an assembly, database, etc)

提交回复
热议问题