Changing "Global.asax" file...

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

    Changing "Global.asax" file...

    I am new to this newsgroup & to .NET in general. I have been playing around
    with Visual Studio .NET, building and rendering web pages using VB "code
    behind" files. My problem / question is;

    How do I ensure that changes made to the "Global.asax.vb " file are
    immediately reflected in the "Global.asa x" file? After I change to the
    "Global.asax.vb " file, the "Global.asa x" file date modified does not change
    and I do not see the updated values in the rendered web page.

    Thanks, Steve


  • Saber

    #2
    Re: Changing "Global.as ax" file...


    Re-Build your solution.
    You should compile your project to update changes in the .vb files.

    Saber S.
    ----- Original Message -----
    From: "Steve" <sjtnet@hotmail .com>
    Newsgroups: microsoft.publi c.dotnet.langua ges.vb
    Sent: Tuesday, July 19, 2005 11:14 PM
    Subject: Changing "Global.asa x" file...

    [color=blue]
    >I am new to this newsgroup & to .NET in general. I have been playing around
    >with Visual Studio .NET, building and rendering web pages using VB "code
    >behind" files. My problem / question is;
    >
    > How do I ensure that changes made to the "Global.asax.vb " file are
    > immediately reflected in the "Global.asa x" file? After I change to the
    > "Global.asax.vb " file, the "Global.asa x" file date modified does not
    > change and I do not see the updated values in the rendered web page.
    >
    > Thanks, Steve
    >[/color]

    --
    Saber S.
    "Steve" <sjtnet@hotmail .com> wrote in message
    news:%23bvdVHJj FHA.3064@TK2MSF TNGP15.phx.gbl. ..[color=blue]
    >I am new to this newsgroup & to .NET in general. I have been playing around
    >with Visual Studio .NET, building and rendering web pages using VB "code
    >behind" files. My problem / question is;
    >
    > How do I ensure that changes made to the "Global.asax.vb " file are
    > immediately reflected in the "Global.asa x" file? After I change to the
    > "Global.asax.vb " file, the "Global.asa x" file date modified does not
    > change and I do not see the updated values in the rendered web page.
    >
    > Thanks, Steve
    >[/color]


    Comment

    • Steve

      #3
      Re: Changing &quot;Global.as ax&quot; file...

      Yes, of course. I was trying to edit the "Global.asax.vb " file by opening it
      directly instead of opening the project file & then selecting "Global.asa x".

      Many thanks for the quick assist.

      Steve

      "Saber >AT" <saber[-<-]oxin.ir> wrote in message
      news:OgbvxYJjFH A.576@tk2msftng p13.phx.gbl...[color=blue]
      >
      > Re-Build your solution.
      > You should compile your project to update changes in the .vb files.
      >
      > Saber S.
      > ----- Original Message -----
      > From: "Steve" <sjtnet@hotmail .com>
      > Newsgroups: microsoft.publi c.dotnet.langua ges.vb
      > Sent: Tuesday, July 19, 2005 11:14 PM
      > Subject: Changing "Global.asa x" file...
      >
      >[color=green]
      >>I am new to this newsgroup & to .NET in general. I have been playing
      >>around with Visual Studio .NET, building and rendering web pages using VB
      >>"code behind" files. My problem / question is;
      >>
      >> How do I ensure that changes made to the "Global.asax.vb " file are
      >> immediately reflected in the "Global.asa x" file? After I change to the
      >> "Global.asax.vb " file, the "Global.asa x" file date modified does not
      >> change and I do not see the updated values in the rendered web page.
      >>
      >> Thanks, Steve
      >>[/color]
      >
      > --
      > Saber S.
      > "Steve" <sjtnet@hotmail .com> wrote in message
      > news:%23bvdVHJj FHA.3064@TK2MSF TNGP15.phx.gbl. ..[color=green]
      >>I am new to this newsgroup & to .NET in general. I have been playing
      >>around with Visual Studio .NET, building and rendering web pages using VB
      >>"code behind" files. My problem / question is;
      >>
      >> How do I ensure that changes made to the "Global.asax.vb " file are
      >> immediately reflected in the "Global.asa x" file? After I change to the
      >> "Global.asax.vb " file, the "Global.asa x" file date modified does not
      >> change and I do not see the updated values in the rendered web page.
      >>
      >> Thanks, Steve
      >>[/color]
      >
      >[/color]


      Comment

      Working...