Creating a web app. on another PC question.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • dave m

    Creating a web app. on another PC question.

    I'm a definetly a newbie when it comes to asp.net, so please be kind.
    Using VS 2003 (vb), I want to create a new web application. I have no
    problem creating a web app. on localhost, but when I want to create the app.
    on another PC to be used as a web server (ex. Location:
    http://123.123.123.12/WebApplication1), I get error messages that tell me I
    don't have access or the process timed out.

    Does anyone have any suggestions as to what might be the problem?

    Thanks for any response,

    Dave M.


  • Winista

    #2
    Re: Creating a web app. on another PC question.

    1. Make sure that you have create virtual directory on that PC and point
    that VD to folder where you copied the web application.
    2. Make sure that you have compiled the application and there is assembly
    for your app in bin folder.
    3. And ofcourse, ASP.Net should be installe don that PC.

    "dave m" <davem@nexcorte ch.com> wrote in message
    news:eV8sAvyXGH A.3868@TK2MSFTN GP04.phx.gbl...[color=blue]
    > I'm a definetly a newbie when it comes to asp.net, so please be kind.
    > Using VS 2003 (vb), I want to create a new web application. I have no
    > problem creating a web app. on localhost, but when I want to create the
    > app. on another PC to be used as a web server (ex. Location:
    > http://123.123.123.12/WebApplication1), I get error messages that tell me
    > I don't have access or the process timed out.
    >
    > Does anyone have any suggestions as to what might be the problem?
    >
    > Thanks for any response,
    >
    > Dave M.
    >[/color]


    Comment

    • Jeff Dillon

      #3
      Re: Creating a web app. on another PC question.

      Are you "creating" or "copying" the web site?

      Are you an admin on the other box?

      Jeff

      "dave m" <davem@nexcorte ch.com> wrote in message
      news:eV8sAvyXGH A.3868@TK2MSFTN GP04.phx.gbl...[color=blue]
      > I'm a definetly a newbie when it comes to asp.net, so please be kind.
      > Using VS 2003 (vb), I want to create a new web application. I have no
      > problem creating a web app. on localhost, but when I want to create the
      > app. on another PC to be used as a web server (ex. Location:
      > http://123.123.123.12/WebApplication1), I get error messages that tell me
      > I don't have access or the process timed out.
      >
      > Does anyone have any suggestions as to what might be the problem?
      >
      > Thanks for any response,
      >
      > Dave M.
      >[/color]


      Comment

      Working...