| West Wind Web Store .NET 2.0 |
Manual Web Site Configuration
|
So here are the manual steps for configuration
Windows 2003/XP:
Windows Vista/Longhorn Server:
The next step is to configure file level permissions for this directory so that the IIS Anonymous User and the ASP.NET application account that is running your application has rights in this directory. You do this by setting file system permissions (or your ISP does).

Add the Internet Guest Account with read/execute permissions, and depending on your Operating System the NETWORK SERVICE (Windows 2003) or ASPNET (Windows 2000 or XP) account to the permissions. If you are using a Web Hosting Service this account might be different and should be provided for you as part of your configuration information.
For the latter account add full access to the rights - this is the account the Web application runs under and this option allows the application to have full access to this directory tree so configuration information can read and written and the XML log file can be written to.
Also set permissions on the Admin directory by removing the Internet Guest Account (IUSR_) and allow access only to Administrative or specific accounts that have access to the admin features.
Here's a summary:
| Windows XP/2000/NT | Windows Server 2003 | Windows Vista |
|---|---|---|
| Internet Guest Account Read and Execute Rights |
IUSR_MachineName Read and Execute Rights |
INTERNET USER Read and Execute Rights |
| ASPNET Full Rights |
NETWORK SERVICE Full Rights |
NETWORK SERVICE Full Rights |
| Admin Directory Permissions | ||
| Remove Internet Guest/IUSR_MachineName account to force authentication | ||
Once these steps are complete you can now use the Administration interface of the Web Site to configure your Web Store application. The link to do so is:
Last Updated: 7/14/2006 |
Send topic feedback