I plan to develop a .NET web application, which will also be accessible from a mobile device. I am going to create two separate projects: one for the website and one mobile device, so that when users find that the website is accessed either from a computer or from a mobile device, start the corresponding project (version of the website or mobile version). So, for example, if users access the website from a computer, it displays full screens (with all the functionality). And, if users access the website from a mobile device, show the screens with minimal control. Or is there any other better design for developing a .NET Web application that can be accessed from a mobile device? Another question: how can I determineDo users access the website from a computer or mobile device in the .NET web application?
Any suggestion or help would be appreciated. Thank.
source
share