Click here to Skip to main content
15,887,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all

I am developing a new website that I would like to be able to view on any device. i.e. PC/tablet/phone.
I am using Visual studio but progress is hampered by the fact that I have to publish my website in order to view it on devices other then my PC.
Can anyone recommend something that will integrate well with Visual Studio to allow me to view in a tablet / phone emulator straight from the studio instead of having to publish every time I want to see how it looks on different devices?

Thanks

What I have tried:

I have tried browser-stacks but that keeps crashing and I cannot find any support for it.
I tried the Android SDK/ADB but cannot find a way to integrate it with VS.
Posted
Updated 14-Jul-16 5:58am

1 solution

You need a web server to serve your site to tablets as you want.
I know nothing that integrate with studio. But you can easily make a web server on a local PC
WampServer, The web dev platform under Windows - Apache, MySQL, PHP[^]
 
Share this answer
 
Comments
dnibbo 20-Jul-16 6:52am    
Thanks but what I am after is the ability to run it from within Visual Studio.
From Visual Studio you can already launch the website in IE or chrome and can change the site on the fly and see the results immediately.
Unfortunately this is effectively how it is rendered on the device running Visual Studio.
To see how it renders on a tablet or phone I currently have to publish the web application and copy to our IIS server and then view it which takes an age.
I am sure I have seen someone using one but have no idea what it was called and it is a difficult question for google as it does not return anything that can help.
Any other VS web developers out there? What do you use?

Thanks
Patrice T 20-Jul-16 7:00am    
I don't use VS

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900