Where is Application.aspx?

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

    Where is Application.aspx?

    I'm trying to following along with this code,
    http://msdn.microsoft.com/msdnmag/is....aspx?fig=true.
    They reference an Application.asp x and Application.asp x.cs. I'm using VS
    ..NET 2003 and have created a C# ASP.NET project. I don't have either of
    those files. I only have Application.asp x.resx, which doesn't allow
    entering code as in the link above.

    Any suggestions?

    Thanks,
    Brett


  • Cor Ligthert

    #2
    Re: Where is Application.asp x?

    Brett,

    This page you show uses aspx without VS Net (scripting ASPX)

    You can use the page and than the application member direct.



    I hope this helps?

    Cor


    Comment

    • Brett

      #3
      Re: Where is Application.asp x?

      This is the default Global.aspx correct? They've just renamed it to
      Application.asp x.

      Thanks,
      Brett

      "Cor Ligthert" <notmyfirstname @planet.nl> wrote in message
      news:%23PlzD35C FHA.3132@TK2MSF TNGP09.phx.gbl. ..[color=blue]
      > Brett,
      >
      > This page you show uses aspx without VS Net (scripting ASPX)
      >
      > You can use the page and than the application member direct.
      >
      > http://msdn.microsoft.com/library/de...ationtopic.asp
      >
      > I hope this helps?
      >
      > Cor
      >[/color]


      Comment

      • Elidel

        #4
        Re: Where is Application.asp x?

        Brett wrote:
        [color=blue]
        > I'm trying to following along with this code,
        >[/color]
        http://msdn.microsoft.com/msdnmag/is....aspx?fig=true.[color=blue]
        > They reference an Application.asp x and Application.asp x.cs. I'm using VS[/color]

        It's not a built in object.

        They are just calling it "Applicatio n" in the example.

        They could call it Sample.aspx



        [color=blue]
        > .NET 2003 and have created a C# ASP.NET project. I don't have either of
        > those files. I only have Application.asp x.resx, which doesn't allow
        > entering code as in the link above.
        >
        > Any suggestions?
        >
        > Thanks,
        > Brett[/color]

        --
        Texeme


        Comment

        • Elidel

          #5
          Re: Where is Application.asp x?

          Brett wrote:
          [color=blue]
          > This is the default Global.aspx correct? They've just renamed it to
          > Application.asp x.[/color]

          No.

          Application.asp x is not a standard file...they just call it that because
          they are demonstrating the use of the Application object.

          [color=blue]
          >
          > Thanks,
          > Brett
          >
          > "Cor Ligthert" <notmyfirstname @planet.nl> wrote in message
          > news:%23PlzD35C FHA.3132@TK2MSF TNGP09.phx.gbl. ..[color=green]
          >> Brett,
          >>
          >> This page you show uses aspx without VS Net (scripting ASPX)
          >>
          >> You can use the page and than the application member direct.
          >>
          >>[/color][/color]
          http://msdn.microsoft.com/library/de...ationtopic.asp[color=blue][color=green]
          >>
          >> I hope this helps?
          >>
          >> Cor
          >>[/color][/color]

          --
          Texeme


          Comment

          Working...