Technical support This forum is closed.
Version 1.x > Technical support > CMS Desk View modes: 
User avatar
Member
Member
malaqui - 5/3/2006 6:05:04 PM
   
CMS Desk
I need to customize EditUser.aspx page.Is this possible?
Regards

User avatar
Guest
admin - 5/5/2006 8:14:04 AM
   
Re: CMS Desk
Hello,

yes, it's possible. You can do that directly in the web project (if you're using VS 2005) or you need to open the CMSDesk project in Visual Studio (if you're using VS 2003). If you're using VS 2003, you will need to compile the project and copy the updated cmsdesk.dll from the cmsdesk\bin to \bin folder.

Best Regards,

User avatar
Member
Member
malaqui - 5/5/2006 10:32:44 AM
   
Re: CMS Desk
Hello Peters,
Thanks a lot for your answer. I can debug the cmsdesk project whith VS2005, but is this possible with VS2003?
Regards

User avatar
Guest
admin - 5/5/2006 4:28:52 PM
   
Re: CMS Desk
Yes, but you need to do this:

1) Open the CMSDesk project.
2) Start debugging (F5).
3) Copy the new cmsdesk.dll from <web project>\cmsdesk\bin to <web project>\bin.
4) Refresh the page and you can debug it now.

Best Regards,

User avatar
Member
Member
malaqui - 5/8/2006 9:39:23 AM
   
Re: CMS Desk
Hi Peter,
Thank you very much, for your answer.
It's OK
Regards

User avatar
Member
Member
Martin_Kentico - 5/11/2006 9:29:46 AM
   
Re: CMS Desk
Hello,

You can also include the CMSDesk project in your solution, change the CMSDesk project reference to that project and debug immediately by running the solution (without need to copy the new CMSDesk.dll file during the debug).

Best Regards