-
Posted to
Web Deployment Tool (MS Deploy)
by
Jamescoo
on
10-24-2009, 6:49 PM
Hey mikeyfev1,
Can you try the exact same thing with this path?
c:\Program Files (x86)\IIS\Microsoft Web Deploy\msdeploy.exe
It will ignore the 64 bit configuration if you don't need it since you are syncing to a 32 bit machine. Let me know if this doesn't / does help thanks.
-
Posted to
General
by
Jamescoo
on
09-04-2009, 6:41 PM
Hi Murali,
Hope i'm understanding you correctly, but for a non-IIS solution you could make a destktop shortcut and place the full URL in there. Then when you want to check the site you could click on the shortcut and voila. You can even pin the shortcut to your start menu if it was a frequent site. ( not great if you have alot of sites ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
Jamescoo
on
07-23-2009, 5:56 AM
Hey Michael.it, could you give an example or two of some cool functionalities that you don't get to use in MSDeploy because you are using iis6? I would be interested to know some examples of these and maybe they could be improved on.
Thanks for any input on this,
James
-
Posted to
IIS7 - Configuration & Scripting
by
Jamescoo
on
07-01-2009, 2:20 PM
You mention that you use a web.config, did this web.config also get placed in the necessary location in same instance where you use appcmd to create the app level authentication settings?
If you created a new site and a new app and had not also moved this web.config to the new phsyical directory that could explain the permissions ...
-
Posted to
Web Deployment Tool (MS Deploy)
by
Jamescoo
on
07-01-2009, 1:17 PM
Hey Aled,
I noticed your drive letters are different in your example above, and your migration does not have 'computername'. Are you copying this archive from one machine to another? Have you tried package provider as well?
James
-
Posted to
IIS7 - Configuration & Scripting
by
Jamescoo
on
06-30-2009, 4:20 PM
Hi Ellen, are you using a 64 bit webserver?
-
Posted to
IIS7 - General
by
Jamescoo
on
06-26-2009, 12:00 PM
If your trying to configure smtp e-mail in iis 7 there is this link
http://technet.microsoft.com/en-us/library/cc772058(WS.10).aspx
-
Posted to
IIS7 - Configuration & Scripting
by
Jamescoo
on
06-25-2009, 3:45 PM
I couldn't tell you why, but is sp2 available for you to download? Maybe that would give you a later assembly version with what you need if this is the problem.
-
Posted to
IIS7 - Configuration & Scripting
by
Jamescoo
on
06-25-2009, 3:36 PM
ABOMapper translates these metakey based scripts that allows you to do this, and maybe it will work well for simply setting up or moving settings over from IIS6, but eventually because IIS7 does not use a metabase, you will have to learn the xml based config system of IIS7 anyway.
It's good to hear you found a solution that you ...
-
Posted to
IIS7 - Configuration & Scripting
by
Jamescoo
on
06-23-2009, 1:54 PM
http://www.awesomeideas.net/
found this, hope this helps.
James