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. Web Development
  3. ASP.NET
  4. how to access my application from other PC asp.net 2.0 issue

how to access my application from other PC asp.net 2.0 issue

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netvisual-studiotutorial
4 Posts 3 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
    Masood Ahmed
    wrote on last edited by
    #1

    dear All, i h a web application which i used to run from my VS 2005 and it generate the following address http://localhost:1027/UPMS/Login.aspx can any one tell ,me how i can access this from other PC as i give this address it does not if any one of u help me in this regard i will be gr8full to him i also publish the site but it give many error is publiushing a site is only solution or i can use some different methods thanks in advance Regards

    M C 2 Replies Last reply
    0
    • M Masood Ahmed

      dear All, i h a web application which i used to run from my VS 2005 and it generate the following address http://localhost:1027/UPMS/Login.aspx can any one tell ,me how i can access this from other PC as i give this address it does not if any one of u help me in this regard i will be gr8full to him i also publish the site but it give many error is publiushing a site is only solution or i can use some different methods thanks in advance Regards

      M Offline
      M Offline
      minhpc_bk
      wrote on last edited by
      #2

      The built-in web development server only services the local request, you cannot use it to process the remote request. If you want, you'll need to run your application in the IIS. What error do you get when publishing your web site? In addition to the Publish menu item, you can use the command line tool aspnet_compiler.exe to precompile your web site.

      M 1 Reply Last reply
      0
      • M minhpc_bk

        The built-in web development server only services the local request, you cannot use it to process the remote request. If you want, you'll need to run your application in the IIS. What error do you get when publishing your web site? In addition to the Publish menu item, you can use the command line tool aspnet_compiler.exe to precompile your web site.

        M Offline
        M Offline
        Masood Ahmed
        wrote on last edited by
        #3

        thanks for ur kind respose i will send u error occur after i have done this

        1 Reply Last reply
        0
        • M Masood Ahmed

          dear All, i h a web application which i used to run from my VS 2005 and it generate the following address http://localhost:1027/UPMS/Login.aspx can any one tell ,me how i can access this from other PC as i give this address it does not if any one of u help me in this regard i will be gr8full to him i also publish the site but it give many error is publiushing a site is only solution or i can use some different methods thanks in advance Regards

          C Offline
          C Offline
          cs8569
          wrote on last edited by
          #4

          insted of localhost put your machines ip. for example http://199.88.88.99:1027/UPMS/Login.aspx to know your machine's ip do as below [on windows 2000] go to command prompt and type "ipconfig" it will show you the IP Address. now you or any one else can access it form other pc.

          CA Keer.

          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