Need a Visual basic web app to test OS
I am playing with the virtual machine version of the Google Chrome OS. I need a web app that I KNOW is made in visual basic to test to see if it will work with it or not. This will help determine if it's possible to make web apps for this Google OS in VB.
I doubt it.. but I have to try.
Thanks!
Re: Need a Visual basic web app to test OS
You'd more than likely make a WebApp with ASP.NET and as long as your server supports it, the OS is irrelevant.
Re: Need a Visual basic web app to test OS
Quote:
Originally Posted by
weirddemon
You'd more than likely make a WebApp with ASP.NET and as long as your server supports it, the OS is irrelevant.
I kinda thought as much.. but the folks at the Google Chrome IRC Channel think differently because the OS and Browser are one and the same. I was told to see if Google Chrome the browser could work with a .Net based web app and then I would know.. but they didn't think the core engine (because it's linux based) would work with it.
Or I was talking to a group of people who didn't know what they were talking about.
Thanks for the reply.
Re: Need a Visual basic web app to test OS
Quote:
Originally Posted by DarkPhoenix
but the folks at the Google Chrome IRC Channel think differently because the OS and Browser are one and the same
I might be mistaken, but as far as I can tell, again, this has nothing to do with the OS. As long as the browser can support the site and your server supports ASP.NET, it should work without any issues.
However, since I've never tested it, I can't be sure. If you have access to a server that supports ASP.NET, you should be able to make a quick site from templates provided by Microsoft and test.
Re: Need a Visual basic web app to test OS
It looks like you can find some Starter Kits here.