Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

iiscnfg.vbs using unc instead of mapped drives.

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
IIS Webcast Series: IIS 6.0 IIsBack vs. IIsCnfg - Hello ~ We are excited to share with that the IIS Webcast Series continues tomorrow morning. It would be great and exciting to have any and all of you join us to learn how the command line tools IIsBack differs from IIsCnfg. The goal of the IIS..

Virtual Directories in XP Pro With Subst Drives - . Reply (E-mail) Forward (E-mail) Subject: IIS Subst Drives Virtual From: "Jim C" Sent: 9/10/2003 11:35:01 AM Our company recently upgraded from Windows 2000 to Win XP Pro. We our a
Next:  IIS: DLLHOST and Oracle  
Author Message
aspguru

External


Since: Nov 13, 2003
Posts: 3



(Msg. 1) Posted: Thu Nov 13, 2003 1:30 pm
Post subject: iiscnfg.vbs using unc instead of mapped drives.
Archived from groups: microsoft>public>inetserver>iis (more info?)

I thought I would share my experiences of using iis6 only -
iiscnfg.vbs script. This script is great for replicating your
metabase to different servers with ease. The problem I found with the
original though was that the replication routine was using mapped
drives which gave me errors when I had existing resources mapped to
the destination server with different credentials. Rather than keep
disconnecting drives that get mapped when I login, I could see no
reason why a straight unc copy was not used instead. Therefore I have
successfully edited the original version so now the drive mapping bits
are commented out and the copy string uses unc paths.

Any idea why drive mappings are used in Microsoft's script?

 >> Stay informed about: iiscnfg.vbs using unc instead of mapped drives. 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 2) Posted: Tue Dec 02, 2003 10:36 am
Post subject: RE: iiscnfg.vbs using unc instead of mapped drives. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I reviewed the script and I do see where we map drives. I will post to dev and see what they say.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: aspguru DeleteThis @email.com (aspguru)
| Newsgroups: microsoft.public.inetserver.iis
| Subject: iiscnfg.vbs using unc instead of mapped drives.
| Date: 13 Nov 2003 10:30:07 -0800
| Organization: http://groups.google.com
| Lines: 12
| Message-ID: <214f845e.0311131030.2ce1c4f5 DeleteThis @posting.google.com>
| NNTP-Posting-Host: 212.9.29.214
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1068748208 25572 127.0.0.1 (13 Nov 2003 18:30:08 GMT)
| X-Complaints-To: groups-abuse DeleteThis @google.com
| NNTP-Posting-Date: Thu, 13 Nov 2003 18:30:08 +0000 (UTC)
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!
postnews1.google.com!not-for-mail
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:283868
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| I thought I would share my experiences of using iis6 only -
| iiscnfg.vbs script. This script is great for replicating your
| metabase to different servers with ease. The problem I found with the
| original though was that the replication routine was using mapped
| drives which gave me errors when I had existing resources mapped to
| the destination server with different credentials. Rather than keep
| disconnecting drives that get mapped when I login, I could see no
| reason why a straight unc copy was not used instead. Therefore I have
| successfully edited the original version so now the drive mapping bits
| are commented out and the copy string uses unc paths.
|
| Any idea why drive mappings are used in Microsoft's script?
|

 >> Stay informed about: iiscnfg.vbs using unc instead of mapped drives. 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 3) Posted: Wed Dec 10, 2003 5:36 am
Post subject: RE: iiscnfg.vbs using unc instead of mapped drives. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I have a thread going with DEV on this now. Will update shortly.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: aspguru.RemoveThis@email.com (aspguru)
| Newsgroups: microsoft.public.inetserver.iis
| Subject: iiscnfg.vbs using unc instead of mapped drives.
| Date: 13 Nov 2003 10:30:07 -0800
| Organization: http://groups.google.com
| Lines: 12
| Message-ID: <214f845e.0311131030.2ce1c4f5.RemoveThis@posting.google.com>
| NNTP-Posting-Host: 212.9.29.214
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1068748208 25572 127.0.0.1 (13 Nov 2003 18:30:08 GMT)
| X-Complaints-To: groups-abuse.RemoveThis@google.com
| NNTP-Posting-Date: Thu, 13 Nov 2003 18:30:08 +0000 (UTC)
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!
postnews1.google.com!not-for-mail
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:283868
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| I thought I would share my experiences of using iis6 only -
| iiscnfg.vbs script. This script is great for replicating your
| metabase to different servers with ease. The problem I found with the
| original though was that the replication routine was using mapped
| drives which gave me errors when I had existing resources mapped to
| the destination server with different credentials. Rather than keep
| disconnecting drives that get mapped when I login, I could see no
| reason why a straight unc copy was not used instead. Therefore I have
| successfully edited the original version so now the drive mapping bits
| are commented out and the copy string uses unc paths.
|
| Any idea why drive mappings are used in Microsoft's script?
|
 >> Stay informed about: iiscnfg.vbs using unc instead of mapped drives. 
Back to top
Login to vote
timcof

External


Since: Sep 02, 2003
Posts: 912



(Msg. 4) Posted: Wed Dec 10, 2003 7:07 am
Post subject: RE: iiscnfg.vbs using unc instead of mapped drives. [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

OK. Here's the scoop.

In a nutshell, DEV is going to bug this. Good catch. They are discussing also, why we did this. Now, I am not sure how this will be updated; probably a tool
update from the IIS site on microsoft.com.

Thank you. I hope this information is helpful.

Tim Coffey [MSFT]

This posting is provided “AS IS” with no warranties, and confers no rights. You assume all risk for your use. © 2001 Microsoft Corporation. All rights reserved.
--------------------
| From: aspguru.TakeThisOut@email.com (aspguru)
| Newsgroups: microsoft.public.inetserver.iis
| Subject: iiscnfg.vbs using unc instead of mapped drives.
| Date: 13 Nov 2003 10:30:07 -0800
| Organization: http://groups.google.com
| Lines: 12
| Message-ID: <214f845e.0311131030.2ce1c4f5.TakeThisOut@posting.google.com>
| NNTP-Posting-Host: 212.9.29.214
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1068748208 25572 127.0.0.1 (13 Nov 2003 18:30:08 GMT)
| X-Complaints-To: groups-abuse.TakeThisOut@google.com
| NNTP-Posting-Date: Thu, 13 Nov 2003 18:30:08 +0000 (UTC)
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!
postnews1.google.com!not-for-mail
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:283868
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| I thought I would share my experiences of using iis6 only -
| iiscnfg.vbs script. This script is great for replicating your
| metabase to different servers with ease. The problem I found with the
| original though was that the replication routine was using mapped
| drives which gave me errors when I had existing resources mapped to
| the destination server with different credentials. Rather than keep
| disconnecting drives that get mapped when I login, I could see no
| reason why a straight unc copy was not used instead. Therefore I have
| successfully edited the original version so now the drive mapping bits
| are commented out and the copy string uses unc paths.
|
| Any idea why drive mappings are used in Microsoft's script?
|
 >> Stay informed about: iiscnfg.vbs using unc instead of mapped drives. 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting and Web Master Forums (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 ]