Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. VB.NET basic questions

VB.NET basic questions

Scheduled Pinned Locked Moved Visual Basic
questioncsharpasp-netsysadmin
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    areon25
    wrote on last edited by
    #1

    hi all... i have a questions about VB.NET. actually, i'm the newbie in VB.NET. i a bit confuse about accesing the web that we create. Question 1. can we access the web that we just created in the internet?? 2. if yes, can everyone access the web that i've create?? 3. i dont understand about how to get the 'server name' to make the project. actually i've read about creating an XML Web service client Project that about ASP.NET Web Aplication. i've confuse about the address of the web server?? actually the default the project server is "http://localhost". so what actually happen if i just use "http://localhost"? can everyone access my web??? can someon plese me solve this problem... i hope to hear from u all soon.. thanks.. areon25

    D 1 Reply Last reply
    0
    • A areon25

      hi all... i have a questions about VB.NET. actually, i'm the newbie in VB.NET. i a bit confuse about accesing the web that we create. Question 1. can we access the web that we just created in the internet?? 2. if yes, can everyone access the web that i've create?? 3. i dont understand about how to get the 'server name' to make the project. actually i've read about creating an XML Web service client Project that about ASP.NET Web Aplication. i've confuse about the address of the web server?? actually the default the project server is "http://localhost". so what actually happen if i just use "http://localhost"? can everyone access my web??? can someon plese me solve this problem... i hope to hear from u all soon.. thanks.. areon25

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      areon25 wrote:

      1. can we access the web that we just created in the internet??

      That depends on what you mean by "access the web". But, generally, yes, VB.NET can get the any publicly available website as well as create them using ASP.NET technology.

      areon25 wrote:

      2. if yes, can everyone access the web that i've create??

      Of course! So long as the website is publicly visible on the Internet. There are MANY hosting companies that support ASP.NET applications.

      areon25 wrote:

      3. i dont understand about how to get the 'server name' to make the project. actually i've read about

      OK. You've got some homework to do. Especially in how the Internet and web servers work, along with general IP networking. The webserver address specifies the location of the IIS server that your going to develop your ASP.NET project on. It is HIGHLY recommended that you develop your site on an IIS server on your own network, then transfer the completed site to a hosting server. Can anyone on the Internet see your website? Only if the machine that is hosting the site is visible on the Internet. Generally, this answer is no, unless you properly configure your network and machines and have them patched up and properly secured. If you're asking these kinds of questions, I would HIGHLY suggest you DON'T do this. There are many security concerns with opening up your private network to the real world. You'll probably have your network attacked within hours and risk having your machines turned into zombies, if not wrecked, spamming the rest of the world for you. Dave Kreskowiak Microsoft MVP - Visual Basic

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups