Results 1 to 3 of 3

Thread: updating ASP

  1. #1

    Thread Starter
    Frenzied Member EyeTalion's Avatar
    Join Date
    Jul 2000
    Location
    New York
    Posts
    1,075

    updating ASP

    I've made changes to my web pages in the development environment, now I need to update the version I have out on the server. Which files do I need to overwrite on the server? Could I just grab the .PDB and .DLL from the BIN directory?
    It's tough being an unhandled exception...

    ___________
    VB.NET 2008
    VB.NET 2010
    ORACLE 11g
    CRYSTAL 11

  2. #2
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497

    Re: updating ASP

    And any ASPX files you changed.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  3. #3
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497

    Re: updating ASP

    Actually, if you are copying the PDB, it means you compiled as Development and not as RunTime, so upload the code-behind pages too so that when a crash does occur, the outputted LINES OF CODE match those that you actually wrote.

    If you dont want it to be a development edition, delete the PDB file. (You can safely do so) and follow the above.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width