Monthly Archive: April 2009

“Hashed passwords cannot be decoded.” 0

“Hashed passwords cannot be decoded.”

While working with C#.Net and ASP.Net memberhsip I get the following error: “Hashed passwords cannot be decoded.” when using the following line: string tempPassword = Membership.Provider.GetPassword(userName, “”); How can I resolve this issue?

Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security configuration for MSDTC using the Component Services Administrative tool. 0

Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security configuration for MSDTC using the Component Services Administrative tool.

How can you resolve the following issue: Network access for Distributed Transaction Manager (MSDTC) has been disabled. Please enable DTC for network access in the security configuration for MSDTC using the Component Services Administrative...

How do you read a parameter from the URL? 0

How do you read a parameter from the URL?

I am trying to use the login.aspx page in such a way that when a user tries to access any given page, it will redirect them to the login screen if they are not...

How can I display HTML tags on a page? 0

How can I display HTML tags on a page?

I want to have the browser treat a section of the file as text rather than html code. Is there a way to have a browser treat a section as text and display it...

Resolved: You must specify a non-autogenerated machine key to store passwords in the encrypted format. Either specify a different passwordFormat, or change the machineKey configuration to use a non-autogenerated decryption key 0

Resolved: You must specify a non-autogenerated machine key to store passwords in the encrypted format. Either specify a different passwordFormat, or change the machineKey configuration to use a non-autogenerated decryption key

Q) How to resolve the error message “You must specify a non-autogenerated machine key to store passwords in the encrypted format.” when using ASP.Net membership: When using ASP.Net membership provider you might encounter the...