Justin Cooney
Web Development Tips and Examples
Category: IIS8
-
Problems can happen if users enter a Shortname for a site URL instead of the FQDN (Fully Qualified Domain Name). For example if a user types the URL as http://abc instead of http://abc.example.com, then the site certificate can come back as invalid, resulting as an error message or login prompt for the end user. Better…
-
Classic ASP is still a very good option to develop or prototype simple Web applications with. Sometimes you’ll need to transition a classic ASP application from an older Web server to a more modern one. Basically, the ASP is still good, but the server is out of date and needs to be replaced. When you…
-
I was setting up an ASP.NET application in IIS 8 when this error message all of a sudden popped up: Error: Cannot Write Configuration File due to Insufficient Permissions