|
.net
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
(VS2005) newbie questionI am creating a test web site, let's call it MyBlog.
No I would like to make a DLL of it and use the blogs.ascx in an other website. If I "publish" my website it create a DLL with some random looking name. Is it OK to copy this DLL in my other project? Any tips? Hi Lloyd,
You'd be better off to make sure all of the code is compiled into one DLL. Here's a way to do that: Visual Studio 2005 Web Deployment Projects http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx Ken Microsoft MVP [ASP.NET] Show quoteHide quote "Lloyd Dupont" <net.galador@ld> wrote in message news:%23o3V87FCGHA.4008@TK2MSFTNGP10.phx.gbl... >I am creating a test web site, let's call it MyBlog. > No I would like to make a DLL of it and use the blogs.ascx in an other > website. > > If I "publish" my website it create a DLL with some random looking name. > Is it OK to copy this DLL in my other project? > Any tips? > Thanks Ken!
Merry Xmas ;-) Show quoteHide quote "Ken Cox - Microsoft MVP" <BANSPAMkjopc@hotmail.com> wrote in message news:u0tZxMGCGHA.2644@TK2MSFTNGP09.phx.gbl... > Hi Lloyd, > > You'd be better off to make sure all of the code is compiled into one DLL. > > Here's a way to do that: > > Visual Studio 2005 Web Deployment Projects > > http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx > > Ken > Microsoft MVP [ASP.NET] > > > "Lloyd Dupont" <net.galador@ld> wrote in message > news:%23o3V87FCGHA.4008@TK2MSFTNGP10.phx.gbl... >>I am creating a test web site, let's call it MyBlog. >> No I would like to make a DLL of it and use the blogs.ascx in an other >> website. >> >> If I "publish" my website it create a DLL with some random looking name. >> Is it OK to copy this DLL in my other project? >> Any tips? >> > > looks like cool stuff, installing it now!
Show quoteHide quote "Ken Cox - Microsoft MVP" <BANSPAMkjopc@hotmail.com> wrote in message news:u0tZxMGCGHA.2644@TK2MSFTNGP09.phx.gbl... > Hi Lloyd, > > You'd be better off to make sure all of the code is compiled into one DLL. > > Here's a way to do that: > > Visual Studio 2005 Web Deployment Projects > > http://msdn.microsoft.com/asp.net/reference/infrastructure/wdp/default.aspx > > Ken > Microsoft MVP [ASP.NET] > > > "Lloyd Dupont" <net.galador@ld> wrote in message > news:%23o3V87FCGHA.4008@TK2MSFTNGP10.phx.gbl... >>I am creating a test web site, let's call it MyBlog. >> No I would like to make a DLL of it and use the blogs.ascx in an other >> website. >> >> If I "publish" my website it create a DLL with some random looking name. >> Is it OK to copy this DLL in my other project? >> Any tips? >> > >
Other interesting topics
Custom HttpHandler and Server.Transfer
expected identifier error DataGrid DataSource is null on postback CodeBehind File not getting executed Application-wide How do I debug this... HtmlImage and asp:Image servent onclick event Help: Javascript for checking user Reg:vs.net 2005 app_code Protecting files |
|||||||||||||||||||||||