Friday, February 13, 2015

register https in iis

run the following script in Command Prompt as administration  :

makecert -r -pe -n "CN= Monoj-PC " -b 01/01/2000 -e 01/01/2050 -eku 1.3.6.1.5.5.7.3.1 -ss my -sr localMachine -sky exchange -sp "Microsoft RSA SChannel Cryptographic Provider" -sy 12

Solve HTTP Error 404.3 in windows 8

do the following two steps on IIS 8.0
Add new MIME type & HttpHandler
  1. Extension: .svc, MIME type: application/octet-stream
  2. Request path: *.svc, Type: System.ServiceModel.Activation.HttpHandler, Name: svc-Integrated