M
Michael Porcelli
Hello,
I am using ASP.NET to create a web-based application that allows users
to create their own web-site on our server. A requirement is that the
users have their own domain and particular IP address. A key to
getting this to work is to allow the web application to create a new
web root on the web server.
1. Is there some API provided to configure IIS in the required fashion?
2. Is this API available in .NET?
3. If not, is there a readily availably .NET wrapper for it?
For maximum generality, the web application should be able to create a
new web root on some web server other than the one the application
resides on. However, at the moment solving this problem for the
single server is more urgent.
Thanks,
-Michael.
I am using ASP.NET to create a web-based application that allows users
to create their own web-site on our server. A requirement is that the
users have their own domain and particular IP address. A key to
getting this to work is to allow the web application to create a new
web root on the web server.
1. Is there some API provided to configure IIS in the required fashion?
2. Is this API available in .NET?
3. If not, is there a readily availably .NET wrapper for it?
For maximum generality, the web application should be able to create a
new web root on some web server other than the one the application
resides on. However, at the moment solving this problem for the
single server is more urgent.
Thanks,
-Michael.