I have an Arduino Mega 2560 with Ethernet shield. I'm setting the webserver in the SD card.
I have created an .aspx website and copied the file to the SD card root directory.
Inserted the SD card to Arduino Ethernet shield. In arduino serial monitor, it states that it's unable to locate the .aspx file.
May i know if arudino SD webserver can launch .aspx file? Or is only supports .txt , .html , .csv?
What are you expecting the aspx file to do? Are there aspx stuff in that file? If so, you must figure out how to install an aspx server on the Arduino.
I would want to control sensors, servo via the aspx page.
For example:
On the aspx page, there would be dropdown box, checkbox. Once the user click on the checkbox, arduino would detect and perform actions like move the servo.
Just wondering if arduino sd webserver can launch .aspx files as i'm not able to find examples only. Most examples are html,csv and .txt files.