Basic ASP.NET problems

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Boris Zakharin

    Basic ASP.NET problems

    I've been having nothing but problems since trying to create ASP.NET
    projects in VS.NET 2002. I am using Windsows XP Pro and am primarily logged
    in as an Advanced User rather than an Administrator. In this configuration I
    can only create a web project using "use frontpage extensions." And when I
    try to follow the tutorial (the one in
    vbwlkwalkthroug hcreatingbasicw ebformspage.htm ) and viewing the web page, the
    text box appears, but not the button. Additionally, I cannot view the page
    in my default browser, Mozilla Firebird, even though I can view oter ASPX
    pages just fine. In Internet Explorer the page does load, but as I said
    above just the text box. This happens both if I create the application using
    my regular account and selecting "use frontpage extensions" and when I
    create the project without error as Administrator.

    I understand there may be more than one problem, but can anyone help with
    this?

    Thanks in advance,
    Boris Zakharin


  • Wiktor Zychla

    #2
    Re: Basic ASP.NET problems

    > vbwlkwalkthroug hcreatingbasicw ebformspage.htm ) and viewing the web page,
    the[color=blue]
    > text box appears, but not the button. Additionally, I cannot view the page[/color]

    typical reason for such behavior is the wrong invocation of the page in web
    browser.

    if you just open xyxyxy.aspx from local hard disk you'll get the results you
    describe.

    if, instead, you browse to http://localhost/myProject/xyxyxy.aspx, you
    should get the correct result.

    I hope this helps,
    Wiktor Zychla


    Comment

    • Boris Zakharin

      #3
      Re: Basic ASP.NET problems

      Yes, that's the way I'm referring to it in the first place. I even tried my
      IP address as well as accessing it from another computer on my home network,
      all with the same results. Could it be that my IIS configuration is messed
      up? I heard something about the importance of the order in which IIS, FP
      extensions, and .NET framework are installed.

      "Wiktor Zychla" <ieUser@microso ft.com.no.spam> wrote in message
      news:OfyFgm2SDH A.3188@tk2msftn gp13.phx.gbl...[color=blue][color=green]
      > > vbwlkwalkthroug hcreatingbasicw ebformspage.htm ) and viewing the web page,[/color]
      > the[color=green]
      > > text box appears, but not the button. Additionally, I cannot view the[/color][/color]
      page[color=blue]
      >
      > typical reason for such behavior is the wrong invocation of the page in[/color]
      web[color=blue]
      > browser.
      >
      > if you just open xyxyxy.aspx from local hard disk you'll get the results[/color]
      you[color=blue]
      > describe.
      >
      > if, instead, you browse to http://localhost/myProject/xyxyxy.aspx, you
      > should get the correct result.
      >
      > I hope this helps,
      > Wiktor Zychla
      >
      >[/color]


      Comment

      • Dave Loynd

        #4
        Re: Basic ASP.NET problems

        You may want to try removing the Framework from your machine and then
        re-installing it because the order in which IIS and the Framework are
        installed is important. In the wrong order IIS can do strange things and
        make your page output look very odd.
        HTH-
        --
        Dave Loynd
        C# MCP, Motorcycle Racer, Organ Donor


        "Boris Zakharin" <zakharin@alumn i.upenn.edu> wrote in message
        news:uRmydw6SDH A.2768@tk2msftn gp13.phx.gbl...[color=blue]
        > Yes, that's the way I'm referring to it in the first place. I even tried[/color]
        my[color=blue]
        > IP address as well as accessing it from another computer on my home[/color]
        network,[color=blue]
        > all with the same results. Could it be that my IIS configuration is messed
        > up? I heard something about the importance of the order in which IIS, FP
        > extensions, and .NET framework are installed.
        >
        > "Wiktor Zychla" <ieUser@microso ft.com.no.spam> wrote in message
        > news:OfyFgm2SDH A.3188@tk2msftn gp13.phx.gbl...[color=green][color=darkred]
        > > > vbwlkwalkthroug hcreatingbasicw ebformspage.htm ) and viewing the web[/color][/color][/color]
        page,[color=blue][color=green]
        > > the[color=darkred]
        > > > text box appears, but not the button. Additionally, I cannot view the[/color][/color]
        > page[color=green]
        > >
        > > typical reason for such behavior is the wrong invocation of the page in[/color]
        > web[color=green]
        > > browser.
        > >
        > > if you just open xyxyxy.aspx from local hard disk you'll get the results[/color]
        > you[color=green]
        > > describe.
        > >
        > > if, instead, you browse to http://localhost/myProject/xyxyxy.aspx, you
        > > should get the correct result.
        > >
        > > I hope this helps,
        > > Wiktor Zychla
        > >
        > >[/color]
        >
        >[/color]


        Comment

        • Boris Zakharin

          #5
          Re: Basic ASP.NET problems

          Thanks a lot. That worked.

          "Dave Loynd" <dloynd@afts.co m> wrote in message
          news:eMtgK$6SDH A.1552@TK2MSFTN GP10.phx.gbl...[color=blue]
          > You may want to try removing the Framework from your machine and then
          > re-installing it because the order in which IIS and the Framework are
          > installed is important. In the wrong order IIS can do strange things and
          > make your page output look very odd.
          > HTH-
          > --
          > Dave Loynd
          > C# MCP, Motorcycle Racer, Organ Donor[/color]


          Comment

          Working...