Submitted Questions

  • How to protect and show message ?

    How to protect and show message for another user used to same login id for login at the time same login id user logind ? My question is that - 1- abc@gmail.com (this user is already login ) . but another user try to login, used same Id - abc@gmail.com,that time showing message (This login id already used to another User).

    Vimala

    • Sep 19th, 2011

    We can update value in the sql table after user sign in to the application. For example i have maintained user details in the "usr" table. In this table i create another one new column "Status". If us...

  • Encrypt connection string in Web.config

    How to Encryption and Decryption connection string in Web.config ? Explain with Example ?

    Rodger Svovah

    • May 25th, 2014

    You encrypt connection string string by using aspnet_regiis.exe like so:
    aspnet_regiis.ex -pe "connection string" -app "MyWebApp"

    To decrypt you only need to change the option -pe to -pd.

    rupinder

    • Apr 17th, 2013

    methods for Encrypting and decrypting connectionStrings section in web.config you can use encryption configuration model " Rsa," it is feasible to change this to DataProtectionConfigurationProv...