Urgent Help

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Anantha Narayanan Vijayaraghavan

    #1

    Urgent Help

    Hi Guys,

    The .Net application is installed in each stand alone machine. Now we
    have completed the project. Now we need to uplod the files to our server.
    The configuration of our server is

    1) Windows 2000 Professional
    2) Windows Service pack 3.0 is installed
    3) .Net Framework is also installed in the server.

    But when we run the application from the server the browser does not show
    any error but server controls such as(textboxes, Listbox etc.,) is not
    getting displayed.

    But it runs fine in all our stand alone machine.

    If I need to run my application from the server what should I do. I need the
    solution very urgently. Please help me in this regard.

    --
    Thanx And Regards

    Anantha Narayanan Vijayaraghavan
    (Software Engineer)


  • Subramanian Iyer.NET

    #2
    Re: Urgent Help

    asp.net is not properly configured on the server.

    use this command : aspnet_regiis -i

    This will configure asp.net at the server.

    regards
    Soni

    "Anantha Narayanan Vijayaraghavan" <vananth@compte chsolutions.com > wrote in
    message news:ObuU1zbTDH A.3636@tk2msftn gp13.phx.gbl...[color=blue]
    > Hi Guys,
    >
    > The .Net application is installed in each stand alone machine. Now we
    > have completed the project. Now we need to uplod the files to our server.
    > The configuration of our server is
    >
    > 1) Windows 2000 Professional
    > 2) Windows Service pack 3.0 is installed
    > 3) .Net Framework is also installed in the server.
    >
    > But when we run the application from the server the browser does not show
    > any error but server controls such as(textboxes, Listbox etc.,) is not
    > getting displayed.
    >
    > But it runs fine in all our stand alone machine.
    >
    > If I need to run my application from the server what should I do. I need[/color]
    the[color=blue]
    > solution very urgently. Please help me in this regard.
    >
    > --
    > Thanx And Regards
    >
    > Anantha Narayanan Vijayaraghavan
    > (Software Engineer)
    >
    >[/color]


    Comment

    Working...