"HTTP Error 404.17 – Not Found – The requested content appears to be script and will not be served by the static file handler." To fix this error change you application pool from default to Classic .NET AppPool Tweet
Did I write a single line of code for IPhone ? –No Do I have a coding experience for Mac ? – No Do I have IPhone ? – No. Did I ever use Mac OS? –No So why I am even looking into IPhone development? Answer is simple more than 3000 apps has been …Continue Reading
Few days I got a simple question from one of blog readers regarding how to log in powershell . In order to redirect your output to file you need to execute script and indicate that output source is file PS C:\> prototypes\logging.ps1 |Out-File C:\prototypes\ps.log In your script use command Write-Output to write anything to your …Continue Reading
Recently Microsoft added REST support to WCF services. So what RESTful service means? From WIKI: “A RESTFul web service is a simple web service implemented using HTTP and the principles of REST. Such a web service can be thought about as a collection of resources. The definition of such a web service can be thought …Continue Reading