backend development

About this tag
Discussions tagged with backend development on WindowsForum.com cover topics such as configuring IIS servers to support HTTP methods like PUT and DELETE for REST APIs implemented in PHP. Users troubleshoot 405 method unsupported errors by editing web.config files. The tag also includes developer-focused content from Microsoft's Channel 9, featuring interviews with engineers who design, debug, and build code for products and services. These threads are relevant for developers working on server-side logic, API design, and deployment on Windows-based hosting environments.
  1. Suzan Kara

    Windows Server PUT and DELETE method not supported on IIS server

    I am running a simple website on a hostforlife.eu windows server, I suppose it is IIS server. The backend of the website is REST api implemented in PHP. However, when I send requests with PUT and DELETE as method, it just return 405 method unsupported. My web.config is like this: <?xml...
  2. News

    Windows 7 Checking In: Mike Sampson - Channel 9 Cloud

    We've started a new Show on Channel 9 and it's the result of a conversation I had with Erik Meijer just after the Link Removed Erik told me that he wanted to go around the company and meet everyday devs—the folks who first and foremost spend their time at work designing and writing code. The...
Back
Top