D
drjones
Hi.
I have two questions:
1. How can I create an IIS Web Application with asp or with asp.net? I
have found some scripts that explain how to create an IIS Virtual
Directory, but this is not what I want to do. I already have a directory
and I want to assign an IIS Web Application to this directory, similarly
to the "create" button in the properties page of a directory in IIS
console.
2. How can I find the site id of the site my script is running on? The
term site id stands for the id that IIS assigns to each site it serves.
This is used in IIS metabase. For instance in the metabase path
"IIS://Localhost/W3SVC/2451/Root", "2451" is the id of the site.
Dr. Jones
I have two questions:
1. How can I create an IIS Web Application with asp or with asp.net? I
have found some scripts that explain how to create an IIS Virtual
Directory, but this is not what I want to do. I already have a directory
and I want to assign an IIS Web Application to this directory, similarly
to the "create" button in the properties page of a directory in IIS
console.
2. How can I find the site id of the site my script is running on? The
term site id stands for the id that IIS assigns to each site it serves.
This is used in IIS metabase. For instance in the metabase path
"IIS://Localhost/W3SVC/2451/Root", "2451" is the id of the site.
Dr. Jones