About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (174)
- Uncategorized (168)
Most used tags
Tag Archives: iis
OData second look
This is a follow up on my OData first look post. Since then I’ve moved the service to IIS for better fiddler support. The sample code builds on the previous post and shows how to load related data in one … Continue reading
First look at OData
I’ve heard about OData back in 2012 but never used it. Now I might have a use case for OData and want to explore it. Below are the parts of my sample WCF DataService project. Every part has the exceptions … Continue reading
Call WCF on NetTcpBinding from anonymous website
Our project uses WCF services hosted on multiple machines. The binding used can be chosen from predefined options. One of the options is NetTcpBinding. A website hosted in IIS with anonymous authentication is used to consume the WCF service. When … Continue reading
Disable viewstate on IIS 7.5
Remove the viewstate with javascript to allow post to other page without viewstate in IIS 7.5. This avoids the “Validation of viewstate MAC failed” exception. Continue reading
Posted in Development
Tagged asp.net, iis, Mac, viewstate, Windows 2008 R2, Windows 7
Leave a comment