I am creating a web application that when a user goes to it it will force them to login against their Active Directory credentials. If they supply a valid username/password, it creates a virtul web directory and ftp directory then creats a physical folder ob the harddrive of the web server and...
Here is the problem I want to create web directories from a webpage. Here is the code:
using System;
using System.Collections;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Web;
using System.Web.SessionState;
using System.Web.UI;
using...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.