How do i use my program directly on the internet, instead of opening visual studio and running my program?

Recommended Answers

All 2 Replies

Member Avatar for humorousone

What do you mean by 'on the internet'?

Are you developing a web form? A windows azure app? A peice of software that works over a network?

Here's the best advice I can give.

If you've got a web form, you'll have to pay for website hosting, and upload your files by right clicking on your project in the solution explorer, and clicking 'publish'.

If you're using windows azure, you'll have to pay to have the cloud app hosted from MS. I'm not too familiar with this field, so you'll have to follow MS's steps yourself.

If you're using a standard windows form, you'll have to compile the program then run it. Follow this tutorial:
http://msdn.microsoft.com/en-us/library/ms233809.aspx

Learn asp.net ... and find a hosting service that supports asp.net files. Free hosting services do not support asp.net but you can use php instead (example 000webhost)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.