PC Review


Reply
Thread Tools Rate Thread

Default Install Folder for websites?

 
 
Jason Madison
Guest
Posts: n/a
 
      8th Aug 2008
We write a web-based application and currently our installer installs the
web site to

c:\program files\(vendor name)\(app name)\

Someone told me that this isn't the place to install a web site.

Is there a Microsoft recommendation as to where a web site should be
installed?

Also is there an installer Microsoft newsgroup?

 
Reply With Quote
 
 
 
 
Alexey Smirnov
Guest
Posts: n/a
 
      8th Aug 2008
On Aug 8, 1:23*pm, "Jason Madison" <jason.madi...@btinternet.com>
wrote:
> We write a web-based application and currently our installer installs the
> web site to
>
> c:\program files\(vendor name)\(app name)\
>
> Someone told me that this isn't the place to install a web site.
>
> Is there a Microsoft recommendation as to where a web site should be
> installed?
>
> Also is there an installer Microsoft newsgroup?


It should be no problem with appropriate NTFS permissions (other
folders not accessible through web browsers). While Microsoft installs
its SharePoint in C:\Program Files, for performance optimization it
might be better to use a different hard disk than C:\ where the server
operating system is normally installed. It will be also easier to
manage permissions when you would have you site installed on a new
drive in the parent directory just under root, e.g. D:\(app name).
Also don't forget about log files from C:\WINDOWS\system32\LogFiles -
this might need to be changed as well.

A proper installer should ask about path
 
Reply With Quote
 
Juan T. Llibre
Guest
Posts: n/a
 
      8th Aug 2008
re:
!> Is there a Microsoft recommendation as to where a web site should be installed?

By default, the IIS directory structure is located at :

installdrive:\inetpub\wwwroot

You can install your application as a subdirectory of wwwroot.

That said, there's nothing wrong with installing your app as a subdirectory of Program Files.

installdrive:\program files\(vendor name)\(app name)\ is a perfectly acceptable option.

At least one major vendor I know, Telligent Systems, uses that option...with no problems.

re:
!> Also is there an installer Microsoft newsgroup?

microsoft.public.platformsdk.msi on this same news server
There's lively discussions there.

Here's the documentation center for msi :
http://msdn.microsoft.com/en-us/library/cc185688(VS.85).aspx

The Reference is there as well as scripting examples.


Btw, for web applications you could look into creating a Setup and Deployment Project
from within Visual Studio. It's a relatively painless way to deploy web apps.

To do that, with your application project open in either VS 2005 or VS 2008 :

"File", "Add", "New Project", scroll down to "Other Project Types",
"Setup and Deployment", and select "Web Setup Project".




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en espaņol : http://asp.net.do/foros/
======================================
"Jason Madison" <(E-Mail Removed)> wrote in message
news:1EFEA217-587D-4AEF-88FE-(E-Mail Removed)...
> We write a web-based application and currently our installer installs the web site to
>
> c:\program files\(vendor name)\(app name)\
>
> Someone told me that this isn't the place to install a web site.
>
> Is there a Microsoft recommendation as to where a web site should be installed?
>
> Also is there an installer Microsoft newsgroup?
>



 
Reply With Quote
 
randy.buchholz
Guest
Posts: n/a
 
      8th Aug 2008
I agree, install on a different drive and use a virtual dir in
c:/inetpub/wwwroot. I also find that mimicking the path structure can help
keep things in sync -> D:/Inetpub/wwwroot/<appdir> as for the installer I
don't know, all of my apps are internal so I just file copy or publish.

"Alexey Smirnov" <(E-Mail Removed)> wrote in message
news:182305ef-3b9e-41ef-b35f-(E-Mail Removed)...
On Aug 8, 1:23 pm, "Jason Madison" <jason.madi...@btinternet.com>
wrote:
> We write a web-based application and currently our installer installs the
> web site to
>
> c:\program files\(vendor name)\(app name)\
>
> Someone told me that this isn't the place to install a web site.
>
> Is there a Microsoft recommendation as to where a web site should be
> installed?
>
> Also is there an installer Microsoft newsgroup?


It should be no problem with appropriate NTFS permissions (other
folders not accessible through web browsers). While Microsoft installs
its SharePoint in C:\Program Files, for performance optimization it
might be better to use a different hard disk than C:\ where the server
operating system is normally installed. It will be also easier to
manage permissions when you would have you site installed on a new
drive in the parent directory just under root, e.g. D:\(app name).
Also don't forget about log files from C:\WINDOWS\system32\LogFiles -
this might need to be changed as well.

A proper installer should ask about path


 
Reply With Quote
 
HillBilly
Guest
Posts: n/a
 
      8th Aug 2008
I would want to install to a directory that the end user always backs up and
has fast and easy retrieval wouldn't you?
Generally speaking that implies the wwwroot folder or the My Web Sites
folder.


"Jason Madison" <(E-Mail Removed)> wrote in message
news:1EFEA217-587D-4AEF-88FE-(E-Mail Removed)...
> We write a web-based application and currently our installer installs the
> web site to
>
> c:\program files\(vendor name)\(app name)\
>
> Someone told me that this isn't the place to install a web site.
>
> Is there a Microsoft recommendation as to where a web site should be
> installed?
>
> Also is there an installer Microsoft newsgroup?
>


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
After Re-Install More than One Default User Folder ridgerunner Windows XP General 3 2nd Jun 2008 02:49 PM
How to I change default install folder c:/Program Files ? =?Utf-8?B?QmFiYSBPJ1JlaWxseQ==?= Windows Vista File Management 9 14th Sep 2007 05:33 AM
RE-install and default folder =?Utf-8?B?Q2hyaXM=?= Microsoft Frontpage 8 2nd Sep 2006 03:09 PM
What registry keys change the default I386 from the install CD to a Hard Drive folder?? CES Windows XP Setup 4 23rd Aug 2003 10:43 PM
how to get the default install folder in the registry Christopher Pragash Microsoft Windows 2000 MSI 1 15th Jul 2003 05:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:54 AM.