asp.net admin panel

  • Thread starter Thread starter Jarod
  • Start date Start date
J

Jarod

Hey
I am looking for administration panel from which user can create a new mail,
add ftp account and create database on win2k3. How to create such pannel ?
Maybe there is some open source ? Is it hard to invoke system features such
as adding ftp accounts from .net ? What's the simplest way to do this ?
Jarod
 
It's really going to be more Windows then Web development here. I would
suggest you look at what's available for API calls (probably ADSI stuff) and
compile it all into a DLL, putting it on the Web server and exposing for
either a direct call from your Web app or as a service.
 
There's a number of 'control panels' that support the stated objectives. Use
general search to find hosting control panels and the following search to
try something specific...

search: hosting control panels site:microsoft.com

<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top