Home All Groups Group Topic Archive Search About

(VS2005) newbie question

Author
24 Dec 2005 7:52 AM
Lloyd Dupont
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?

Author
24 Dec 2005 8:22 AM
Ken Cox - Microsoft MVP
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?
>
Are all your drivers up to date? click for free checkup

Author
24 Dec 2005 8:30 AM
Lloyd Dupont
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?
>>
>
>
Author
24 Dec 2005 8:31 AM
Lloyd Dupont
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?
>>
>
>

Bookmark and Share