hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Software and Control Panels : Feasibility of Building my own NT Control Panel using ASP?
Reply

Hosting Software and Control Panels Software used in the web hosting industry. Topics include control panels, add-on software, setup scripts, etc.
Forum Jump

Feasibility of Building my own NT Control Panel using ASP?

Reply Post New Thread In Hosting Software and Control Panels Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2001, 10:00 AM
mattan mattan is offline
Junior Guru
 
Join Date: Sep 2000
Posts: 242
Anybody with experience in developing his/her own control panel. Can this be done purely with ASP??


Reply With Quote


Sponsored Links
  #2  
Old 01-06-2001, 06:38 PM
Tim Greer Tim Greer is offline
<insert something witty>
 
Join Date: Apr 2000
Location: California
Posts: 3,051
Yes, most definitely it can be. If you aren't completely familiar with ASP, you can check out a few books by WROX, or O'reilly.

Regards,
Tim Greer: webmaster@linkworm.com | Tel: 530-247-1749
Programming: CGI, Perl, C/C++, ASP, SQL, PHP and more.
Server & network administration, security, consulting,
Installation & configuration. Unix/Linux/FreeBSD & NT.

Reply With Quote
  #3  
Old 01-07-2001, 02:47 AM
mattan mattan is offline
Junior Guru
 
Join Date: Sep 2000
Posts: 242
I know it can be done with components..

as some of these require access to the registry. but a pure ASP solution?? ummphh...

I wonder if there are any GPL NT control panels out there, if anyone is interested in starting one

Reply With Quote
Sponsored Links
  #4  
Old 01-07-2001, 04:42 AM
kunal kunal is offline
Web Hosting Master
 
Join Date: Aug 2000
Posts: 2,750
I dunt think we are ever gonna see any Microsoft based GPL products.

__________________
The Php Support Desk
http://www.phpsupportdesk.com
Custom programming - kunal @ e-phoria.com
http://www.pingzine.com - Ping!Zine. the FREE, FRESH and EXCITING Web Hosting Magazine...

Reply With Quote
  #5  
Old 01-07-2001, 06:40 AM
BC BC is offline
Web Hosting Master
 
Join Date: Apr 2000
Location: 80,000 feet under the sur
Posts: 2,736
Not necessarily, as I know of many ASP-based GPL products (check out HotScripts's collection of ASP scripts and you'll find quite a few).

That said, if WebExpose can do it, then theoretically so can you

__________________
My 2 Cents.... (or is that 2.2 cents inc. GST...?)

Have a think about this : Programming is like sex. Make a single little mistake, and you'll be supporting it for the rest of your life.

Reply With Quote
  #6  
Old 01-07-2001, 07:36 AM
mattan mattan is offline
Junior Guru
 
Join Date: Sep 2000
Posts: 242
Can you shed some light on WebExpose's control panel?

I really like to their control panel. Do you have any idea as to how they've built it and using what??

Reply With Quote
  #7  
Old 01-07-2001, 06:15 PM
BC BC is offline
Web Hosting Master
 
Join Date: Apr 2000
Location: 80,000 feet under the sur
Posts: 2,736
I can only make educated guesses, but I would think Philip used Visual Interdev to code the ASP, and made a great use of the Response/System objects to consistently access the directories on the server.... Quite a lot of if/else/loop logic too....

__________________
My 2 Cents.... (or is that 2.2 cents inc. GST...?)

Have a think about this : Programming is like sex. Make a single little mistake, and you'll be supporting it for the rest of your life.

Reply With Quote
  #8  
Old 01-08-2001, 07:28 PM
mattan mattan is offline
Junior Guru
 
Join Date: Sep 2000
Posts: 242
did some more researching...

While ASP can act as the glue, it does appear at the very least with ASP 3 that you will still need a component registered in order to access parts of the server like the registry

http://www.asptoday.com/articles/19990916.htm

Reply With Quote
  #9  
Old 01-09-2001, 05:25 AM
MattF MattF is offline
Web Hosting Master
 
Join Date: Nov 2000
Location: UK
Posts: 2,723
A control panel with ASP (even on IIS 4) is easily feasible. You may need the odd component, such as AspExecute etc..., but nothing specific or expensive.

I was going to build one myself, figured out how, and then realised that NT sucked.

Reply With Quote
  #10  
Old 01-09-2001, 07:23 AM
mattan mattan is offline
Junior Guru
 
Join Date: Sep 2000
Posts: 242
did even more researching..

it turns out that you CAN build a control panel almost purely out of ASP on IIS 5 using something called "IIS ADMIN OBJECTS" and the ADSI... and with the right amount Security rights a lot of these can be done

If only I could get my hands on some sample code, this would give me an idea as to how to get going.

For startes, I would like to build at the very least a simple control panel that would allow simple stuff like resetting the the web service, setting file permission, checking disk space, frontpage extensions, creating new FTP and mail accounts...ummphhh..maybe I'm asking too much for an NT machine :-)

Reply With Quote
  #11  
Old 01-09-2001, 07:25 AM
MattF MattF is offline
Web Hosting Master
 
Join Date: Nov 2000
Location: UK
Posts: 2,723
Continue with your research on ADSI....

Reply With Quote
  #12  
Old 01-09-2001, 07:49 AM
brain2b brain2b is offline
Junior Guru Wannabe
 
Join Date: Dec 2000
Posts: 41
iis admin objects

Since I administer a server on a w2k box. I have been looking for a solution to create new accounts on iis and setup of them without having to manually go through all the work. I'm lazy what can i say. :-) After reading about iis admin objects, i'm working on writing something in asp right now. I will let everybody know when i get something whipped up. In the meantime does anybody have or know of any pre-made asp scripts that create ftp/www accounts in iis5?

__________________
http://beta.sharpwebinnovations.com
my voice is my passport, verify me.

Reply With Quote
  #13  
Old 01-09-2001, 08:15 PM
mattan mattan is offline
Junior Guru
 
Join Date: Sep 2000
Posts: 242
There are scripts out there...

but mostly you have to pay for it. And most the these are in Components form (dll) so you can't take a peek and see how its done

Reply With Quote
  #14  
Old 01-10-2001, 10:35 AM
Spider John Spider John is offline
Junior Guru
 
Join Date: Nov 2000
Location: Scarborough, Ontario, Canada
Posts: 191
Good resource for ASP scripts (at least I find)

I personally prefer http://www.asp101.com for ASP scripts if I'm feeling lazy (which for some reason I don't these days...I'm gonna have to work harder at that.) I usually find the base script needs some tweaking and addons to get it to what I want (especially considering that most of them incur far too many <% ... %> penalties for my liking), but I can at least get the general idea.

__________________
Spider John the Robber Man...long tall and handsome...
Ontario Events from Regional Shows

Reply With Quote
  #15  
Old 02-02-2001, 01:11 AM
gmilhon gmilhon is offline
New Member
 
Join Date: Feb 2001
Location: Lincoln, NE
Posts: 4
Here is a start:

http://www.microsoft.com/ISN/downloa...erview.asp?A=1

Also, the IIS Res. Kit has lots of sample scripts for IIS.

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
ResellerClub Module Helps Resellers Provision Hosting Products through WHMCS Control Panel Web Hosting News 2012-09-06 16:17:27
Video: cPanel and Attracta Talk About Integrating SEO Tools into the Hosting Control Panel Whir Tv 2012-08-31 14:10:47
Rackspace Details New Cloud Hosting Control Panel Features Web Hosting News 2012-08-03 16:03:35
WHIR TV: Video Demo of Atomia Web Hosting Control Panel Whir Tv 2012-08-02 09:22:05
WHIR Demo: Parallels Plesk Panel Whir Tv 2012-03-06 18:07:47


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
Postbit Selector

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?