oocx / acme.net

A .net implementation of ACME (Automatic Certificate Management Environment)
MIT License
89 stars 19 forks source link

Fixed generating of web.config and made web.config fail safe. #7

Closed frankhommers closed 8 years ago

frankhommers commented 8 years ago

I fixed the generation of the web.config, because it was using the wrong internal resourcename. And resulted in 0 bytes (Atleast for the CLR 4.6 version). And also I improved the contents of the web.config file so that it will work regardless of the contents of web.config's in directories above.

oocx commented 8 years ago

Great, thanks!