Hi;
I'm a complete novice at IIS, and I'm having difficulties in
setting up a new site to run on localhost.
Configuration is as follows:
Windows 8.1, 64-bit
.NET 4.0.30319
Internet Information Services 8.5.9600.16384
In IIS manager, I right-click on "Sites", then select "Add New Website ...".
In "Site name" I enter "asite".
In "Physical Path" I enter "C:\inetpub\wwwroot".
In "Host name" I enter "asite.com"
I then click "OK".
I then want to add the folder that contains my .aspx files
(and the bin with my DLLs).
In IIS manager, I right-click on "asite", then select "Add Application".
For "alias" I enter "appstuff".
I give the physical path to the folder that contains the folder for my app.
(It is on a different logical drive than ...
Go to the complete details ...