| Author |
ASP pages outside of CMS
|
|
|
| I'm running MCMS 2002 and using VS.NET 2003. I've created a project
for my CMS site but how can I include any ASP pages that exist outside
of CMS (reside under the IIS_NR directory) inside my VS.NET solution?
| |
| Stefan [MSFT] 2005-05-25, 6:00 pm |
| Hi,
a VS.NET solution should only hold ASP.NET webforms.
So either hold your ASP pages separatly or migrate them to ASP.NET
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
----------------------
"cgruw" <cgruw@aol.com> wrote in message
news:1117031752.107020.96160@g43g2000cwa.googlegroups.com...
> I'm running MCMS 2002 and using VS.NET 2003. I've created a project
> for my CMS site but how can I include any ASP pages that exist outside
> of CMS (reside under the IIS_NR directory) inside my VS.NET solution?
>
| |
|
| I'm in the process of migrating them to ASP.NET, but as I migrate them,
how do I include the ASP.NET pages in my CMS project using the same
folder location (under the IIS_NR directory) or do I need to move them
to a new location. Thanks!
| |
| Stefan [MSFT] 2005-05-25, 6:00 pm |
| Hi,
even for ASP based templates it is recommended to move them to a location
outside the /NR directory.
For ASP.NET based templates just create them in your new template project
and then modify the TemplateFile property of the template object using MCMS
template explorer to point to your new ASP.NET template file.
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
----------------------
"cgruw" <cgruw@aol.com> wrote in message
news:1117032496.536738.112740@g44g2000cwa.googlegroups.com...
> I'm in the process of migrating them to ASP.NET, but as I migrate them,
> how do I include the ASP.NET pages in my CMS project using the same
> folder location (under the IIS_NR directory) or do I need to move them
> to a new location. Thanks!
>
| |
|
| The pages that I am converting to ASP.NET are not templates. They are
include pages within the templates...
| |
| Stefan [MSFT] 2005-05-25, 6:00 pm |
| Hi,
then you need to convert them to user controls.
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
----------------------
"cgruw" <cgruw@aol.com> wrote in message
news:1117036126.459321.281320@g43g2000cwa.googlegroups.com...
> The pages that I am converting to ASP.NET are not templates. They are
> include pages within the templates...
>
|
|
|
|