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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Web Development
  3. ASP.NET
  4. develop internal system using asp.net

develop internal system using asp.net

Scheduled Pinned Locked Moved ASP.NET
csharpquestionasp-netvisual-studiosysadmin
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.
  • M Offline
    M Offline
    mijan
    wrote on last edited by
    #1

    Is it possible to use asp.net in stand alone pc which got no LAN? Let say i want to use asp.net language as my coding languange for system development, and that i use microsoft visual studio.net as the coding platform. As far as i concern that visual.net need to establish connection to the server side. how can i make the connection a success?is it still have to connect Internet? mijan

    C 1 Reply Last reply
    0
    • M mijan

      Is it possible to use asp.net in stand alone pc which got no LAN? Let say i want to use asp.net language as my coding languange for system development, and that i use microsoft visual studio.net as the coding platform. As far as i concern that visual.net need to establish connection to the server side. how can i make the connection a success?is it still have to connect Internet? mijan

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      mijan wrote: Is it possible to use asp.net in stand alone pc which got no LAN? Of course. So long as you install a web server ( probably IIS ) to serve it. mijan wrote: Let say i want to use asp.net language as my coding languange for system development Not possible. ASP.NET is NOT a language, it's a web development platform that uses C# or VB.NET. mijan wrote: can i make the connection a success?is it still have to connect Internet? No internet required. See above - you need IIS to be hosting a project with the name and location of the project you're opening, which will take care of itself if you create the project on a machine running IIS. If you install IIS on a machine running VS.NET already, you need to run aspnet_regiis to register ASP.NET with IIS once it's installed. It's in the windows subdirectory with the version of .NET installed. Christian Graus - Microsoft MVP - C++

      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