aspnet_regiis on Vista

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MosheY
    New Member
    • Sep 2008
    • 3

    aspnet_regiis on Vista

    I have Vista Business and I am trying to encrypt a connection string in the web.config file as in XP aspnet_regiis -pef.... but it does not work! I get some sort of message which I do not understand.

    Can someone help me?
  • DrBunchman
    Recognized Expert Contributor
    • Jan 2008
    • 979

    #2
    Hi MosheY,

    Welcome to Bytes.com! I hope you find the site useful.

    You've posted your question in the ASP Forum which is for Classic ASP only - I've moved it for you but in future please post all ASP.NET questions in the .NET Forum.

    Also, I'd suggest you provide the details of the message that you are receiving to help our experts solve your problem.

    Dr B

    Comment

    • Curtis Rutland
      Recognized Expert Specialist
      • Apr 2008
      • 3264

      #3
      Post the message. Always post error messages, it makes it easier to help.

      Comment

      • Frinavale
        Recognized Expert Expert
        • Oct 2006
        • 9749

        #4
        Instead of using -pef try using -pe

        Eg:

        aspnet_regiis -pe "connectionStri ngs" -app "/WebAppDirectory " -prov "DataProtection ConfigurationPr ovider"


        Please post your error message.

        -Frinny

        Comment

        Working...