473,480 Members | 1,850 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

dotnetnuke or similar experience

Greetings: on shared server hosting we have a password protected
section of our web site using simple htaccess setting. We'd like to
expand significantly the number of users in the section to make more
use of this section. I'm looking for a better solution even if it
means changing hosts to one with a better method -- does anyone have
experience with dotnetnuke or similar plug-in on shared hosting?
Recommendations for other products? Moving to Full Exchange server
functionality would be overkill (both to our budget as well as
functionality) I think.

Jul 1 '07 #1
18 1259
"Powercat" <po******@verizon.netwrote in message
news:11**********************@57g2000hsv.googlegro ups.com...
does anyone have experience with dotnetnuke
You'd be well advised to stay well away from DotNetNuke, especially if
you're intending to do even the slightest customisation...
--
http://www.markrae.net

Jul 1 '07 #2
On Jul 1, 4:20 pm, Powercat <power...@verizon.netwrote:
Greetings: on shared server hosting we have a password protected
section of our web site using simple htaccess setting. We'd like to
expand significantly the number of users in the section to make more
use of this section. I'm looking for a better solution even if it
means changing hosts to one with a better method -- does anyone have
experience with dotnetnuke or similar plug-in on shared hosting?
Recommendations for other products? Moving to Full Exchange server
functionality would be overkill (both to our budget as well as
functionality) I think.
What have Exchange got to do with it?

Jul 1 '07 #3
you could use the built in Membership and roles in Asp.net 2.0

http://msdn2.microsoft.com/en-us/library/ms998347.aspx

"Powercat" <po******@verizon.netwrote in message news:11**********************@57g2000hsv.googlegro ups.com...
Greetings: on shared server hosting we have a password protected
section of our web site using simple htaccess setting. We'd like to
expand significantly the number of users in the section to make more
use of this section. I'm looking for a better solution even if it
means changing hosts to one with a better method -- does anyone have
experience with dotnetnuke or similar plug-in on shared hosting?
Recommendations for other products? Moving to Full Exchange server
functionality would be overkill (both to our budget as well as
functionality) I think.

Jul 1 '07 #4
Powercat,
You have more than one idea going on in this post. First, you do not need
DNN or any other such framework to do per-user / role authorization. You want
to look into forms authentication with roles, which is built into the ASP.NET
1.1 and 2.0 frameworks.

So that's the first idea. Your second idea sounds like you are looking for
some sort of CRM or community - based Framework. For that, there are others
besides DNN.
Peter
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
BlogMetaFinder(BETA): http://www.blogmetafinder.com

"Powercat" wrote:
Greetings: on shared server hosting we have a password protected
section of our web site using simple htaccess setting. We'd like to
expand significantly the number of users in the section to make more
use of this section. I'm looking for a better solution even if it
means changing hosts to one with a better method -- does anyone have
experience with dotnetnuke or similar plug-in on shared hosting?
Recommendations for other products? Moving to Full Exchange server
functionality would be overkill (both to our budget as well as
functionality) I think.

Jul 1 '07 #5
Thanks I was keeping my post short. What got my attention with
dotnetnuke is that with a minor tweak we can force a password change
during the initial log-in. Our business manager is begging for such a
feature. We have in excess of 100 employees picking up simple
schedules by logging into a SSL-protected directory within our web
site (currently plain vanilla shared web hosting) and this is
increasingly painful using htaccess. Yes ASP.NET might be the way to
go but I don't think it alone will do that forced password change?

Jul 1 '07 #6
"Powercat" <po******@verizon.netwrote in message
news:11**********************@n2g2000hse.googlegro ups.com...
Yes ASP.NET might be the way to go but I don't think it alone
will do that forced password change?
If you're using Windows-based security, forcing a password change via
ActiveDirectory is really very simple...

And if this is your only requirement, then a CMS (even as poor as
DotNetNuke!) is *totally* the wrong solution...
--
http://www.markrae.net

Jul 1 '07 #7
On Jul 2, 12:04 am, "Mark Rae" <m...@markNOSPAMrae.netwrote:
"Powercat" <power...@verizon.netwrote in message

news:11**********************@n2g2000hse.googlegro ups.com...
Yes ASP.NET might be the way to go but I don't think it alone
will do that forced password change?

If you're using Windows-based security, forcing a password change via
ActiveDirectory is really very simple...

And if this is your only requirement, then a CMS (even as poor as
DotNetNuke!) is *totally* the wrong solution...
Mark, the app is on a shared server hosting and Active Directory
doesn't help here, I think.

Powercat, what is the reason of having a "password change"?

Jul 2 '07 #8
"Alexey Smirnov" <al************@gmail.comwrote in message
news:11*********************@m36g2000hse.googlegro ups.com...
Mark, the app is on a shared server hosting and Active Directory
doesn't help here, I think.
So where does Exchange Server fit into the equation - it's extremely rare
for an ISP to offer Exchange...
Powercat, what is the reason of having a "password change"?
Presumably so that people can change their password...???
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 2 '07 #9
Our employees use several other independent systems where they set
their own passwords. We want to give them a generic password and then
on initial log-in force a password change to a self-set password
(primarily so they can be in synch with the systems over which we have
no control) to reduce the calls "what's my password?" -- since we have
100+ people, a mandatory self-set password might (might!) help.

Jul 2 '07 #10
"Powercat" <po******@verizon.netwrote in message
news:11**********************@q69g2000hsb.googlegr oups.com...
Our employees use several other independent systems where they set
their own passwords. We want to give them a generic password and then
on initial log-in force a password change to a self-set password
(primarily so they can be in synch with the systems over which we have
no control) to reduce the calls "what's my password?" -- since we have
100+ people, a mandatory self-set password might (might!) help.
OK, let me see...

1) You have some employees - presumably, then, you have a network? If so, is
it a Windows network...?

2) Assuming it's a Windows network, are you using ActiveDirectory?

3) You have a website with a restricted section - is this website on your
private intranet or on the public Internet?
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 2 '07 #11
On Jul 2, 9:43 am, "Mark Rae" <m...@markNOSPAMrae.netwrote:
Presumably so that people can change their password...???
No :-)

Jul 2 '07 #12
"Alexey Smirnov" <al************@gmail.comwrote in message
news:11**********************@57g2000hsv.googlegro ups.com...
On Jul 2, 9:43 am, "Mark Rae" <m...@markNOSPAMrae.netwrote:
>Presumably so that people can change their password...???

No :-)
Er, yes...

"We want to give them a generic password and then on initial log-in force a
password change"
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 2 '07 #13
On Jul 2, 10:30 pm, "Mark Rae" <m...@markNOSPAMrae.netwrote:
Er, yes...

"We want to give them a generic password and then on initial log-in force a
password change"
Maybe I am mistaken here, but even the OP thinks that it has to be a
"password change", it looks like he/she needs a SSO = Single Sign-On
to handle single logon access to all applications.

several other independent systems where they set
their own passwords...
we have no control)
A custom "password change" page doesn't help if you have no control to
the application. In case you have that access, you might synchronize
all passwords at once using a single sql script (and without
DotNetNuke)

Jul 2 '07 #14
"Alexey Smirnov" <al************@gmail.comwrote in message
news:11**********************@57g2000hsv.googlegro ups.com...
Maybe I am mistaken here, but even the OP thinks that it has to be a
"password change", it looks like he/she needs a SSO = Single Sign-On
to handle single logon access to all applications.
Oh indeed - I couldn't agree more! Hence the questions about network
infrastructure, ActiveDirectory etc...
>several other independent systems where they set
their own passwords...we have no control)

A custom "password change" page doesn't help if you have no control to
the application. In case you have that access, you might synchronize
all passwords at once using a single sql script (and without
DotNetNuke)
I had originally thought that MIIS might help:
http://www.microsoft.com/technet/mii.../overview.mspx but I doubt it
now...

One thing I'm sure we can agree on, though, is that there absolutely no
requirement for DotNetNuke here... :-)
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 2 '07 #15
Let me clarify: our staff members use a system over which we have no
control (we do not own the other system -- we are basically a
contractor inside someone else's facility so SSO is not an option).
Our staff members (who are spread out all over our area) access *our*
information which is web based (since we are "distributed"). Our info
is stored (along within our public pages) on a shared hosting server
in a directory protected by SSL and htaccess userIDs and passwords.
We opted for shared hosting primarily because we did not have to
maintain a server (plus cost). Several of my users upload content
(files: assignments, schedules, etc) as well. I use a fairly
straightforward perl script which generates SSI pages with file links
-- but it requires yet another log-in by those authorized users.

This has worked adequately for almost ten years but we continue to add
people and so is rather unwieldy. So... I'm thinking hmm get shared
hosting from one of these vendors with asp.net and modules like
dotnetnuke, have my users log-in and create (force) a new password in
synch with the other system (all on their own), and set up some of my
users to have the ability to upload too. It sounds like a number of
forum members do not think much of this type of plug-in.

This is a very interesting niche thus my post in this forum. I guess
what I'm really asking is: why reinvent a solution if I can get
something close to what we need "off the shelf"? Sure I will need a
skilled programmer to help on an ongoing basis but I'd really prefer a
hosting company to be responsible for the basic software maintenance,
the redundant connectivity, and the back-up power. If what we need
demands more, like root access to the server, then I can move to
dedicated or colocated hosting.

Thanks to all for your help. It is much appreciated!

Jul 2 '07 #16
"Powercat" <po******@verizon.netwrote in message
news:11*********************@n2g2000hse.googlegrou ps.com...
This has worked adequately for almost ten years but we continue to add
people and so is rather unwieldy. So... I'm thinking hmm get shared
hosting from one of these vendors with asp.net and modules like
dotnetnuke, have my users log-in and create (force) a new password in
synch with the other system (all on their own), and set up some of my
users to have the ability to upload too.
Hmm - OK. Have a look at this: http://www.inthecage.co.uk - it's a fairly
simply band website - home page, news page, gigs page, pictures page, gig
reviews page etc. The band's manager is the site "administrator" - he can
add new users, edit users, delete users etc. The users can, according to a
configurable permissions matrix, add news items, add details of new gigs,
upload photos of gigs, add reviews etc. All actions are audit-trailed.

From the home page, click the "Login" button in the top right-hand corner.
When the administrator creates a new user, a system-generated password is
emailed to them which they must change at their initial login. The login
information is stored in encrypted form in SQL Server, but I could change
everybody's password if I was asked to...

Is this the sort of thing you have in mind?
--
Mark Rae
ASP.NET MVP
http://www.markrae.net

Jul 2 '07 #17
On Jul 2, 11:33 pm, Powercat <power...@verizon.netwrote:
Let me clarify: our staff members use a system over which we have no
control (we do not own the other system -- we are basically a
contractor inside someone else's facility so SSO is not an option).
Our staff members (who are spread out all over our area) access *our*
information which is web based (since we are "distributed"). Our info
is stored (along within our public pages) on a shared hosting server
in a directory protected by SSL and htaccess userIDs and passwords.
We opted for shared hosting primarily because we did not have to
maintain a server (plus cost). Several of my users upload content
(files: assignments, schedules, etc) as well. I use a fairly
straightforward perl script which generates SSI pages with file links
-- but it requires yet another log-in by those authorized users.

This has worked adequately for almost ten years but we continue to add
people and so is rather unwieldy. So... I'm thinking hmm get shared
hosting from one of these vendors with asp.net and modules like
dotnetnuke, have my users log-in and create (force) a new password in
synch with the other system (all on their own), and set up some of my
users to have the ability to upload too. It sounds like a number of
forum members do not think much of this type of plug-in.

This is a very interesting niche thus my post in this forum. I guess
what I'm really asking is: why reinvent a solution if I can get
something close to what we need "off the shelf"? Sure I will need a
skilled programmer to help on an ongoing basis but I'd really prefer a
hosting company to be responsible for the basic software maintenance,
the redundant connectivity, and the back-up power. If what we need
demands more, like root access to the server, then I can move to
dedicated or colocated hosting.

Thanks to all for your help. It is much appreciated!
If I were you I would either modify the perl script to copy users
across the site or install any of many DNN like CMS for Linux and
MySql.

Jul 2 '07 #18
Thanks to all for your help. It looks to me like the best solution is
a dedicated (Windows) server residing at a hosting service with root
access to edit Active Directory. If this is a budget-buster for us
then we opt for shared hosting with a management system like
DotNetNuke pre-installed even though this means less customization is
possible. Are there other plug-ins y'all like better?

"Off the shelf" sounds virtuous to me even though it will still
require a programmer and some customization. Software that is more
widespread is safer from a business manager standpoint.

Again, many thanks.

Jul 5 '07 #19

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1302
by: dgk | last post by:
The NYPC Visual Basic SIG is pleased to be presenting Nik Kalyani of the DotNetNuke core team. The meeting is free and open to all, Wednesday October 6th at 6:15 PM. We've seen the business end of...
3
1672
by: dmm | last post by:
hi all, I am completly new to the world of ASP and am after some advice. I have been given a requirements document that reads suspiciously like a portal solution with added bells and whistles....
3
1198
by: Jessica Weiner | last post by:
I just installed dotnetnuke and it took me to the default page. I can see the page just fine but there are a few errors on the page itself. Here is what it looks like: ...
7
1664
by: Peter Morris [Droopy eyes software] | last post by:
I'm just about to start evaluating DDN. If anyone here has any experience of it I would be interested in any Pros/Cons you may wish to share. Thanks Pete
1
1745
by: Jeff | last post by:
Hey I've installed DotNetNuke Starter Kit (4.3.4) together with visual web developer 2005 express on my development computer So now I'm able to create DotNetNuke portals using vwd. But this...
0
1411
by: R.A.M. | last post by:
Hello, I have installed .NET on my Windows XP and I would like to install DotNetNuke 4.0.3. I unzipped DotNetNuke_4.0.3_Install.zip to the folder E:\Program Files\DotNetNuke and (according to...
1
1120
by: yashgt | last post by:
Hi, We are trying to develop an online digital asset management system for corporate clients. In a hosted mode deployment for some clients, this application will be hosted on our servers and...
4
2109
by: sonali.noni | last post by:
Hi, I'm very new to DotNetNuke and asp.net, and having several major issues. I'd really appreciate any help you could give me! I'm using DotNetNuke 04.05.03 and asp.net 2.0 I have two...
4
3616
by: raju | last post by:
Hai I am new to dotnetnuke. I installed dotnetnuke and went to the admin page of the dotnetnuke.( the first page asking user name password). How to create my own page in dotnetnuke...
0
6908
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
6929
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
1
4779
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4481
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
2995
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
2984
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1300
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
563
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
181
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.