asp.net webpage on android
Hi,
This is because an asp.net file is not just served unchanged from a server. It is processed first server side by a web server and the result is then sent to a browser.
So :
-if you want to use a web site you can host this on a hosting service (see for example
http://http://www.zjjv.com///hosting)and then reach this site using any device on Earth that can access to the web
- else you would need to turn your Android device into an ASP.NET enabled web server and I'm not sure you can (Apache, mono but then what you created is perhaps not entirely compatible, it seems you should have created a native Android app instead ?)
Edit: what kind of device is this? It seems you missed that a web site is installed on a web server and then used from anywhere you want (ie you don't have to install a web site on each machine from which you want to use it).