updating projects

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?ZHVzdHk=?=

    updating projects

    I currently have two sites, one is development site and the other is a live
    site. The two are pretty much identical. The only difference I have run
    across is the message being displayed when a user enters incorrect
    credentials to enter the site. On the live site "not Likely" is the message
    for wrong credentials and "incorrect username or password" is the message
    user see when entering incorrect credentials.
    How to I update the live site to say "incorrect username or password" when
    users enter incorrect credentials? Are there certain files I can just copy
    from dev to live or do I need to open the project, make change, save, and
    copy entire dir to live site?

    TIA
  • sloan

    #2
    Re: updating projects


    You need to look up Resource files (resx).

    You can have a development and production version of this file.

    This is the best way to handle different versions (even languages with
    localization) of a saying.


    Here is another hint to help with your google searching on the subject:
    "C:\Program Files\Microsoft SDKs\Windows\v6 .0\Bin\ResGen.e xe"
    or
    ResGen.exe

    Good luck.




    "dusty" <dusty@discussi ons.microsoft.c omwrote in message
    news:630E4E9F-8396-45F9-8292-0F174D0595F3@mi crosoft.com...
    >I currently have two sites, one is development site and the other is a live
    site. The two are pretty much identical. The only difference I have run
    across is the message being displayed when a user enters incorrect
    credentials to enter the site. On the live site "not Likely" is the
    message
    for wrong credentials and "incorrect username or password" is the message
    user see when entering incorrect credentials.
    How to I update the live site to say "incorrect username or password" when
    users enter incorrect credentials? Are there certain files I can just copy
    from dev to live or do I need to open the project, make change, save, and
    copy entire dir to live site?
    >
    TIA

    Comment

    Working...