how to run umbraco in vs 2005?
i a开发者_Go百科m new in umbraco.How can we attach a user control file(.ascx) from visual studio 2005 to umbraco?is any body knows please reply
You need to copy your assembly (dll) into the /bin
folder of your umbraco installation. There should also be a /usercontrols folder for this purpose as well... If it's a user control you will also need to copy the .ascx file as well.
Using .NET User Controls
精彩评论