Welcome to HostingForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

IIS webserver iisweb.vbs

 
   Web Hosting Problem Solving Community! (Home) -> IIS RSS
Next:  IIS Error, SVCADM  
Author Message
user2003

External


Since: Aug 05, 2004
Posts: 13



(Msg. 1) Posted: Fri Sep 17, 2004 11:05 am
Post subject: IIS webserver iisweb.vbs
Archived from groups: microsoft>public>inetserver>iis (more info?)

Hello All,

I am trying to add a serise of websites to the webserver, using a command
like:

cscript c:\windows\system32\iisweb.vbs /create "d:\ClientSites\%1" "www.%4"
/d "www.%4"

The various % parameters are not important here, but what I want to know is
how to set ASP scripts to off using this command, certain sites are to have
the permission of running ASP and certain sites are not.

I believe this comes under 'execute permissions' in the Application settings
properties.

I am not used to using IIS and am much more of a Apache person - please help.

 >> Stay informed about: IIS webserver iisweb.vbs 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 2) Posted: Sun Sep 19, 2004 6:50 am
Post subject: Re: IIS webserver iisweb.vbs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 17 Sep 2004 08:05:43 -0700, "Ed"
<Ed DeleteThis @discussions.microsoft.com> wrote:

 >I am trying to add a serise of websites to the webserver, using a command
 >like:
 >
 >cscript c:\windows\system32\iisweb.vbs /create "d:\ClientSites\%1" "www.%4"
 >/d "www.%4"
 >
 >The various % parameters are not important here, but what I want to know is
 >how to set ASP scripts to off using this command, certain sites are to have
 >the permission of running ASP and certain sites are not.

You may want to tell us which version of IIS. ASP is enabled or
disabled as a web application (IIS6) on a per server basis. If you
don't want scripts to run, then removing script access for the site
should do it. URLScan can block ASP and be run on a per site basis.
I'm pretty sure iisweb.vbs doesn't provide for this function. Take a
look at:

<a style='text-decoration: underline;' href="http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/iisweb.asp" target="_blank">http://www.microsoft.com/resources/documentation/WindowsServ/2003/stan...d/prodd</a>


You may be thinking of iisext.vbs for enabling web extensions, which I
don't think does this either, or adsutil.vbs, which I'm also not sure
would do what you need. More docs are here:

<a style='text-decoration: underline;' href="http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/cl_as_supported.mspx" target="_blank">http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en.../cl_as_</a>

Jeff


 >
 >I believe this comes under 'execute permissions' in the Application settings
 >properties.
 >
 >I am not used to using IIS and am much more of a Apache person - please help.<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: IIS webserver iisweb.vbs 
Back to top
Login to vote
user2003

External


Since: Aug 05, 2004
Posts: 13



(Msg. 3) Posted: Tue Sep 21, 2004 4:25 am
Post subject: Re: IIS webserver iisweb.vbs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

"Jeff Cochran" wrote:

 > On Fri, 17 Sep 2004 08:05:43 -0700, "Ed"
 > <Ed RemoveThis @discussions.microsoft.com> wrote:
 >
  > >I am trying to add a serise of websites to the webserver, using a command
  > >like:
  > >
  > >cscript c:\windows\system32\iisweb.vbs /create "d:\ClientSites\%1" "www.%4"
  > >/d "www.%4"
  > >
  > >The various % parameters are not important here, but what I want to know is
  > >how to set ASP scripts to off using this command, certain sites are to have
  > >the permission of running ASP and certain sites are not.
 >
 > You may want to tell us which version of IIS. ASP is enabled or
 > disabled as a web application (IIS6) on a per server basis. If you
 > don't want scripts to run, then removing script access for the site
 > should do it. URLScan can block ASP and be run on a per site basis.
 > I'm pretty sure iisweb.vbs doesn't provide for this function. Take a
 > look at:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/resources/documentation/WindowsServ/2003/standard/proddocs/en-us/iisweb.asp</font" target="_blank">http://www.microsoft.com/resources/documentation/WindowsServ/2003/stan...d/prodd</a>>

I'm using IIS 6 on a 2003 platform.

Thanks for the link, I will have a looks through them.

 > You may be thinking of iisext.vbs for enabling web extensions, which I
 > don't think does this either, or adsutil.vbs, which I'm also not sure
 > would do what you need. More docs are here:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/cl_as_supported.mspx</font" target="_blank">http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en.../cl_as_</a>>
 >
 > Jeff
 >
 >
  > >
  > >I believe this comes under 'execute permissions' in the Application settings
  > >properties.
  > >
  > >I am not used to using IIS and am much more of a Apache person - please help.
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS webserver iisweb.vbs 
Back to top
Login to vote
user2003

External


Since: Aug 05, 2004
Posts: 13



(Msg. 4) Posted: Fri Sep 24, 2004 12:21 pm
Post subject: Re: IIS webserver iisweb.vbs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

 > You may be thinking of iisext.vbs for enabling web extensions, which I
 > don't think does this either, or adsutil.vbs, which I'm also not sure
 > would do what you need. More docs are here:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/cl_as_supported.mspx</font" target="_blank">http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en.../cl_as_</a>>
 >
 > Jeff
 >
 >
  > >
  > >I believe this comes under 'execute permissions' in the Application settings
  > >properties.
  > >
  > >I am not used to using IIS and am much more of a Apache person - please help.


What Im after is to set a site up from command line with ASP on or off.,
which i couldnt see at either of the links you posted<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS webserver iisweb.vbs 
Back to top
Login to vote
user1772

External


Since: Jun 10, 2004
Posts: 1807



(Msg. 5) Posted: Fri Sep 24, 2004 11:38 pm
Post subject: Re: IIS webserver iisweb.vbs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

On Fri, 24 Sep 2004 09:21:03 -0700, "Ed"
<Ed DeleteThis @discussions.microsoft.com> wrote:

  >> You may be thinking of iisext.vbs for enabling web extensions, which I
  >> don't think does this either, or adsutil.vbs, which I'm also not sure
  >> would do what you need. More docs are here:
  >>
<font color=green>  >> <a style='text-decoration: underline;' href="http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en-us/cl_as_supported.mspx</font" target="_blank">http://www.microsoft.com/resources/documentation/iis/6/all/proddocs/en.../cl_as_</a>>
  >>
  >> Jeff
  >>
  >>
   >> >
   >> >I believe this comes under 'execute permissions' in the Application settings
   >> >properties.
   >> >
   >> >I am not used to using IIS and am much more of a Apache person - please help.
 >
 >
 >What Im after is to set a site up from command line with ASP on or off.,
 >which i couldnt see at either of the links you posted

Probably because none of those utilities sets up a web site. Smile

Try:

<a style='text-decoration: underline;' href="http://www.iisfaq.com/Default.aspx?tabid=2538" target="_blank">http://www.iisfaq.com/Default.aspx?tabid=2538</a>

Or:

<a style='text-decoration: underline;' href="http://www.adsi4nt.com/" target="_blank">http://www.adsi4nt.com/</a>
<a style='text-decoration: underline;' href="http://www.iisactive.com/" target="_blank">http://www.iisactive.com/</a>

Jeff<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS webserver iisweb.vbs 
Back to top
Login to vote
user2003

External


Since: Aug 05, 2004
Posts: 13



(Msg. 6) Posted: Mon Sep 27, 2004 4:23 am
Post subject: Re: IIS webserver iisweb.vbs [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

  > >What Im after is to set a site up from command line with ASP on or off.,
  > >which i couldnt see at either of the links you posted
 >
 > Probably because none of those utilities sets up a web site. Smile
 >
 > Try:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.iisfaq.com/Default.aspx?tabid=2538</font" target="_blank">http://www.iisfaq.com/Default.aspx?tabid=2538</font</a>>
 >
 > Or:
 >
<font color=purple> > <a style='text-decoration: underline;' href="http://www.adsi4nt.com/</font" target="_blank">http://www.adsi4nt.com/</font</a>>
<font color=purple> > <a style='text-decoration: underline;' href="http://www.iisactive.com/</font" target="_blank">http://www.iisactive.com/</font</a>>

I dont see a script at either of those sites that can do what I have asked!
Please dont take that the wrong way but I am still looking...<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: IIS webserver iisweb.vbs 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> IIS All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]