Link to home
Start Free TrialLog in
Avatar of steve_bagnall
steve_bagnall

asked on

Using Dot Net Nuke to maintain a site developed in VS.NET using C#

Hi,

Does anyone know if there is a way to create a site using C# and Visual Studio.NET 2003, but then use Dot Net Nuke (http://www.dotnetnuke.com/) to allow none technical users to add content to the site.  The current state of the site must be accessible in both VS.NET and DNN regardless of which application saved it last.  Also preferably I would like the language used to remain C#; I think you can create new modules in DNN using C#.  Hope you understand what I mean.

Cheers,
Steve.
Avatar of ihenry
ihenry

Have you tried this?
http://www.rainbowportal.net/
Avatar of steve_bagnall

ASKER

Yeah, I've seen that I suppose you could substitute Rainbow for Dot Net Nuke in my original question.

Cheers, Steve
>> I think you can create new modules in DNN using C#...
Sure you can, but how are you going to incorporate that to the DNN web project? the webforms and user controls are using code behind and as far as I know you can't run two compilers in a single web project. Maybe It possible if you write your code inline in aspx or ascx files, not in code behind. But I'm not very sure it will work, though.

>> I suppose you could substitute Rainbow
Yup. If your intension is to have a modular CMS, Rainbow and DNN has the same concept but different look and feel. And it's fully written in c#.
Would this mean that I have to develop the site using the CMS, because this is what I want to avoid?

Cheers, Steve
SOLUTION
Avatar of ihenry
ihenry

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,

Thanks for the links, although I found the ppt to be empty.  However, I sort of know all this already, what I want to know is if it is possible to develop a web application in VS.NET with no regard to whether you will be using DNN or Rainbow or whatever, and then after the event give out DNN or Rainbow or another CMS to the marketing staff and allow them to update the site using that (maybe using custom modules maybe not).  I'm beginning to get the feeling that this probably isn't possible, if so any idea what solution I am looking for?

Cheers,
Steve
>although I found the ppt to be empty.

Works for me, not that this in any way answers your question.

I've used DNN for a couple of projects and liked it a lot, however never in the manner you are asking about.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
No good idea