Skip to content

rouanw/bookworm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PUKU Readme

To do: write a proper Readme.

Notes on adding support for HTTP DELETE and PUT to your Visual Studio 2012 IIS Express environment:

Hey guys, you need to do the following to make HTTP delete's work on your machines.

Open %userprofile%\documents\IISExpress\config\applicationhost.config in a text editor, and make the changes suggested here:

http://stackoverflow.com/a/10907343

So basically change the line that looks like this:

FIX ME

to this:

THIS LINE IS GOOD

and make sure if you have these three lines, that they should be commented out.

COMMENT ME OUT

We checked app harbor and they're cool with HTTP DELETE, so no worries we hope.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.5%
  • C# 9.5%