Justin Cooney
Web Development Tips and Examples
Category: .Net
-
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
-
If you are writing code for one site and want to get data from another, you face a limited set of options for how to do so. This is especially true if you want to get information for your client side JavaScript from server-side code from a server on another domain.