Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:225474
More Search Options
RSS Available
Matching Posts
Re: String manipulation using Right, Mid, Left function
Be very careful what you're modifying the OpenID for. You must not modify the OpenID identifier in any way before you do the storage and lookup in your db. You can only modify the URL for purposes of displaying the identifier to the user. Even then, not all identifiers are URLs at all! (really! while some OpenIDs look like http://some.server.com/user, others look like =arnott. That's right, an equal sign followed by some substring!) There are several identifier types. Even if you check to
Posted to
Visual Basic .NET
(Forum)
by
aarnott
on 10/4/2009
Filed under: dotnetopenauth openid
Re: Object reference not set to an instance of an object in dotnetopenauth openid
Oh, and I've corrected the wiki page you referred to. It wasn't quite accurate, or clear.
Posted to
Component Discussions
(Forum)
by
aarnott
on 10/4/2009
Re: Object reference not set to an instance of an object in dotnetopenauth openid
Your Page_Load event handler has two problems: You're checking for an authentication response "If IsPostback Then", when it should be "If Not IsPostback Then" Even if the page !IsNotPostback, the OpenIdAjaxTextBox1.AuthenticationResponse is Nothing if there's not an authentication response actually coming in. You should always check "If Not OpenIdAjaxTextBox1.AuthenticationResponse Is Nothing Then" before checking the AuthenticationResponse.Status property. But
Posted to
Component Discussions
(Forum)
by
aarnott
on 10/4/2009
Re: WebException , the remote name could not be resolved
Like magic, Tarun. Thanks for the tip.
Posted to
Mobile and Handheld Devices
(Forum)
by
aarnott
on 9/4/2008
Re: Cannot login to StoreFront :: DotNetOpenId
This error is usually an indication that endpoints on your OpenID identifier are not set up properly. Or it could be a bug in the library. Can you tell me what OpenID Identifier you were typing in so I can investigate?
Posted to
ASP.NET MVC Storefront Starter Kit
(Forum)
by
aarnott
on 8/2/2008
Re: Setting Context details
Hey, I'm glad you found my blog post useful. :) Have you looked at MembershipProvider.EncryptPassword and DecryptPassword? I believe it uses the web server's machine.config file's private key to encrypt/decrypt, and you can use it before and after persisting to the database. Just beware that this method will lose all your passwords if you reset your machine.config file or have a web server farm with servers that don't share a common key. If that's your situation, then you should look at the encryption
Posted to
XML Web Services
(Forum)
by
aarnott
on 1/18/2007
Re: Secure Cookies over SSL
I found some help for you in this article . Basically you probably have a line like this in your Web.config file: <forms loginUrl="Secure\Login.aspx" requireSSL="true" . . . /> Change requireSSL to false and that should do it for you, but be aware of the security implications discussed in the article I linked to.
Posted to
Security
(Forum)
by
aarnott
on 1/1/2007
Re: SSL, please help
I found some help for you in this article . Basically you probably have a line like this in your Web.config file: <forms loginUrl="Secure\Login.aspx" requireSSL="true" . . . /> Change requireSSL to false and that should do it for you, but be aware of the security implications discussed in the article I linked to.
Posted to
Commerce Starter Kit
(Forum)
by
aarnott
on 1/1/2007
Re: How to use a PHP client to a WSE .NET web service?
Yes, I'm still interested in learning how to do this. Where do I start? I already have my ASP.NET web service. In fact now that .NET 3.0 is released I might switch it to an WCF Service, but that may not even matter, as I'm told the two are pretty compatible. Thanks for your offer to help. I look forward to your response.
Posted to
XML Web Services
(Forum)
by
aarnott
on 11/11/2006
Re: How to use a PHP client to a WSE .NET web service?
Yes, I am still interested.
Posted to
XML Web Services
(Forum)
by
aarnott
on 10/6/2006
Page 1 of 6 (54 items) 1
2
3
4
5
Next >
...
Last »
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 1
Channel 9:
Francesco Logozzo - Static Checking with Code Contracts for .NET
Channel 9:
Channel 9 Live at PDC09: Doug McCuistion, NASA
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online