Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Rakki Muthukumar
my journey with microsoft technologies - IIS/ASP.NET/AJAX/C#/Javascript/IE
This Blog
About
Email
Syndication
RSS 2.0
Atom 1.0
Search
Tags
.NET
500 Internal Server Error
ADMembershipProvider
Admin Pack
ADSUTIL
AJAX
Announcement
Application Pools
ASP
ASP.NET
BAD ISAPI
Bitrate
C#
Caching
Debugging
Fiddler
Fiddler How-Tos
FREB
FTP
General
GTSC
Hiring
Hotfix
HTTPERR
Hyper-V
IE
IE8
IIS
IIS 5.0
IIS 5.1
IIS 6
IIS 6.0
IIS 7
IIS7
IIS7 : HOW TO
IIS7 Tweets
IISRESET
Internet Explorer
ISAPI
ISAPI Extensions
ISAPI Filters
JSON
Kerberos
Live Mesh
Logging
LogParser
Media
MembershipProvider
MetaACL
Metabase
Modules
PDC2008
Performance
Permissions
Programming
Scripts
Technology
Tools
Touchless
Twitter
URLScan
VBScript
Virtual Functions
Vista
Visual Studio
VS 2008
Web
Web Deployment Tool
Windows Azure
x64
News
All posts are provided "AS IS" with no warranties, and confer no rights.
Chat with me now
Archives
November 2009 (2)
August 2009 (2)
July 2009 (3)
June 2009 (3)
March 2009 (4)
February 2009 (3)
January 2009 (4)
November 2008 (4)
October 2008 (7)
August 2008 (1)
July 2008 (4)
June 2008 (5)
May 2008 (2)
April 2008 (4)
March 2008 (6)
February 2008 (2)
January 2008 (1)
November 2007 (8)
October 2007 (1)
September 2007 (1)
August 2007 (5)
July 2007 (3)
June 2007 (3)
May 2007 (7)
April 2007 (3)
March 2007 (6)
February 2007 (1)
January 2007 (3)
December 2006 (4)
November 2006 (1)
October 2006 (2)
September 2006 (2)
Personal
My Live Space
My Personal website
Browse by Tags
All Tags
»
ADSUTIL
(RSS)
IIS
IIS 6.0
MetaACL
Metabase
Permissions
Friday, November 21, 2008 2:05 AM
ADSUTIL.vbs – Copying a website
Copying a website (to another exact copy) Here is the command to copy a website(run from a cmd prompt – c:\inetpub\adminscripts): > cscript.exe adsutil.vbs copy <source> <destination> > cscript.exe adsutil.vbs copy w3svc/1 w3svc/556
Posted by
rakkim
|
0 Comments
Filed under:
IIS
,
ADSUTIL
Friday, February 09, 2007 11:27 PM
ASP.NET_2.0.50727.210 shown as unknown in IIS Manager even after the filter gets loaded in the w3wp.exe process
PROBLEM ASP.NET_2.0.50727.210 shown as unknown in IIS Manager even after the filter gets loaded in the w3wp.exe process. CAUSE Certain Metabase ACLs were missing for the user under which the AppPool runs. Typically, after loading the filter, the Metabase
Posted by
rakkim
|
0 Comments
Filed under:
IIS 6.0
,
Metabase
,
ADSUTIL
,
Permissions
,
MetaACL
Monday, October 23, 2006 11:57 PM
GetObject Failed while trying to ENUM / using ADSUTIL
Today when I was playing around with my IIS 6.0, got the following error when tried to do an ENUM of / using ADSUTIL.VBS script. C:\Inetpub\AdminScripts> adsutil enum / Microsoft (R) Windows Script Host Version 5.6 Copyright (C) Microsoft Corporation
Posted by
rakkim
|
0 Comments
Filed under:
IIS 6.0
,
ADSUTIL