|
Home > Archive > Microsoft Content Management Server > October 2005 > Migrating User Controls
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Migrating User Controls
|
|
| mick marriott 2005-09-30, 5:54 pm |
| We have just developed a new set of user controls for our site.
These work fine on dev.
But how do we migrate then to live?
| |
| Stefan [MSFT] 2005-09-30, 5:54 pm |
| Hi Mick,
this sounds more like an ASP.NET related question.
ASP.NET controls can be deployed using normal file copy operations.
Cheers
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"mick marriott" <mickmarriott@discussions.microsoft.com> wrote in message
news:EB1F540C-3338-4284-B6F7-DFED53D1A298@microsoft.com...
> We have just developed a new set of user controls for our site.
> These work fine on dev.
> But how do we migrate then to live?
| |
| mick marriott 2005-09-30, 5:54 pm |
| Hi Stefan,
That is what I thought, but we have had MAJOR problems when the files were
copied across.
To the point that our site went out of commision for 3 hours today & the
code didn't push through.
To clarify all I need to copy is file.ascx & file.ascx.cs
"Stefan [MSFT]" wrote:
> Hi Mick,
>
> this sounds more like an ASP.NET related question.
> ASP.NET controls can be deployed using normal file copy operations.
>
> Cheers
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> ----------------------
>
>
> "mick marriott" <mickmarriott@discussions.microsoft.com> wrote in message
> news:EB1F540C-3338-4284-B6F7-DFED53D1A298@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2005-09-30, 5:54 pm |
| Hi Mick,
and all the binaries in the bin folder.
But again: you should post such questions on an ASP.NET related newsgroup.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"mick marriott" <mickmarriott@discussions.microsoft.com> wrote in message
news:DFA43640-BE8C-4A55-9658-3965BB7C0D2D@microsoft.com...[vbcol=seagreen]
> Hi Stefan,
> That is what I thought, but we have had MAJOR problems when the files were
> copied across.
> To the point that our site went out of commision for 3 hours today & the
> code didn't push through.
> To clarify all I need to copy is file.ascx & file.ascx.cs
>
> "Stefan [MSFT]" wrote:
>
| |
|
| Stefan,
Do you really need the .cs files because they don't get copied when the only
files needed to run application radio button is checked and a copy project is
done vs2003 anyways?
DWS
"Stefan [MSFT]" wrote:
> Hi Mick,
>
> and all the binaries in the bin folder.
> But again: you should post such questions on an ASP.NET related newsgroup.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> ----------------------
>
>
> "mick marriott" <mickmarriott@discussions.microsoft.com> wrote in message
> news:DFA43640-BE8C-4A55-9658-3965BB7C0D2D@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2005-10-01, 5:51 pm |
| Hi DWS,
no you don't need the CS files if you are not planning to compile the
application on the destination server.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"DWS" <DWS@discussions.microsoft.com> wrote in message
news:1D9FD51C-FAA8-4AD1-83C6-9A4CA9E53721@microsoft.com...[vbcol=seagreen]
> Stefan,
> Do you really need the .cs files because they don't get copied when the
> only
> files needed to run application radio button is checked and a copy project
> is
> done vs2003 anyways?
>
> DWS
>
>
> "Stefan [MSFT]" wrote:
>
|
|
|
|
|