Justin Cooney
Web Development Tips and Examples
Month: May 2014
-
Here is the syntax for writing a simple batch file that checks the user name of the account that is running the script, and then executes a VBScript file if the user name is positively matched. As part of the test, I’ll show how to execute the VBScript from the batch file while suppressing an intentional error message…
-
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
-
Here is a super-simple example of using a T-SQL query to find records that have more than one table entry.