Web Hosting Talk







View Full Version : Feasibility of Building my own NT Control Panel using ASP?


mattan
01-05-2001, 10:00 AM
Anybody with experience in developing his/her own control panel. Can this be done purely with ASP??

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

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

kunal
01-07-2001, 04:42 AM
I dunt think we are ever gonna see any Microsoft based GPL products.

BC
01-07-2001, 06:40 AM
Not necessarily, as I know of many ASP-based GPL products (check out HotScripts's collection of ASP scripts (http://www.hotscripts.com/ASP) and you'll find quite a few).

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

mattan
01-07-2001, 07:36 AM
I really like to their control panel. Do you have any idea as to how they've built it and using what??

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

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

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

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

MattF
01-09-2001, 07:25 AM
Continue with your research on ADSI....

brain2b
01-09-2001, 07:49 AM
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?

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

Spider John
01-10-2001, 10:35 AM
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.

gmilhon
02-02-2001, 01:11 AM
Here is a start:

http://www.microsoft.com/ISN/downloads/webadmin_overview.asp?A=1

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

mattan
02-03-2001, 10:15 PM
..after some amount of fair tinkering. I have manged to code an NT control panel using ASP, ADSI, a Database and a few dlls..

I wonder if anyone would be interested in testing it out on a live server?? .It should be be completed within the next 2 weeks..

rajiv
02-08-2001, 12:20 AM
I am Interested in Testing it...

Rajiv Mehta

rajiv
02-08-2001, 12:21 AM
You can email me at rajivmehta1999@yahoo.com

Rajiv Mehta

gmilhon
02-08-2001, 10:55 AM
I wouldn't mind testing it out. Email me.

fastquest
02-16-2001, 06:58 AM
I would like to test it also.

rajiv
02-16-2001, 08:01 AM
Howmuch are you through??