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
Web Development Tips and Examples

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. (more…)
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. (more…)