Register asp.net v4 IIS
- No Comments
- Jan, 26, 2011
- Angelo Schalley
- IIS, Windows-Microsoft
how to register asp.net v4 within IIS
install .net frameworks 4
go to command line and open the path to the folder where .net is installed
run the following command : aspnet_regiis.exe -r
Read more on Register asp.net v4 IIS…
Password protect a directory within IIS
- No Comments
- Dec, 14, 2010
- Angelo Schalley
- html / php, IIS, Plesk Windows, security, Windows-Microsoft
1. Create the user:
Administrative Tools -> Computer Management
Expand Local Users and Groups
Right-click Users, select New User…
Fill in the appropriate fields, be sure to clear the box for “User must change password at next logon”.
Click Create
Read more on Password protect a directory within IIS…
IIS SMTP folder structure and how smtp works
- No Comments
- Sep, 25, 2010
- Angelo Schalley
- Active Directory, Exchange, IIS, Networking, Windows-Microsoft
The message store of the SMTP service is created when you install the service on IIS. SMTP utilizes this directory structure to process mail. The folders created in the \Inetpub\Mailroot directory structure (message store) are listed below:
Read more on IIS SMTP folder structure and how smtp works…