
01-05-2001, 10:00 AM
|
|
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??
|

01-06-2001, 06:38 PM
|
|
<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.
|

01-07-2001, 02:47 AM
|
|
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
|

01-07-2001, 04:42 AM
|
|
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...
|

01-07-2001, 06:40 AM
|
|
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.
|

01-07-2001, 07:36 AM
|
|
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??
|

01-07-2001, 06:15 PM
|
|
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.
|

01-08-2001, 07:28 PM
|
|
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
|

01-09-2001, 05:25 AM
|
|
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. 
|

01-09-2001, 07:23 AM
|
|
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 :-)
|

01-09-2001, 07:25 AM
|
|
Web Hosting Master
|
|
Join Date: Nov 2000
Location: UK
Posts: 2,723
|
|
Continue with your research on ADSI....
|

01-09-2001, 07:49 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Dec 2000
Posts: 41
|
|
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.
|

01-09-2001, 08:15 PM
|
|
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
|

01-10-2001, 10:35 AM
|
|
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.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| 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
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|