2025 Guide: Getting Started with ESPHome Device Builder in Home Assistant
Learn how to install and use the ESPHome Device Builder add-on in Home Assistant to flash and manage your ESP32 and ESP8266 devices.
Practical notes on smart home, software, and building stuff.
Learn how to install and use the ESPHome Device Builder add-on in Home Assistant to flash and manage your ESP32 and ESP8266 devices.
http://forum.fluorinefx.com/viewtopic.php?f=17&t=151&p=536&hilit=iis7 p536
I got the following errors when trying to run WCF on Vista: The remote server returned an unexpected response: 404 Not Found. HTTP Error 404.2 Not Found…
For a customer I needed to do a review their database MSSQL 2000 database . For this I wanted to create some database diagrams. When I tried to create a…
I was using some web services that returned there values in an XmlElement. I needed to convert this XmlElement to something that I can use with LINQ. I…
HtmlGenericControl obj = new HtmlGenericControl "object" ; obj.Attributes.Add "classid", "CLSID:..." ;
The loginstatus control doesn't have a property to set the url of the login page. You need to set this URL in the web.config of your application. Insert the…
An example of a clientaccesspolicy.xml An example of a crossdomain.xml For more info you can read this weblog post.
If you run your website on IIS7 you can run into the following HTTP errors: 500.22, 500.23 If you don't want to change your web.config and still want to run…
When I tried to run a my Silverlight App on IIS7 I got the following error: The solution for this problem is adding .XAP file extension to your IIS MIME…
For a html report I needed the Excel functionality to put text vertical. I didn't know that this was possible but it is. Put the following code in your page…