|
So I like the OpenID idea. I support it on my site, and use it wherever it's possible (like here!). But I am not clear about one thing.
A site that supports OpenID basically accepts any OpenID provider out there, right? How does that work with sites that...
Started by zigdon on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
A company may decide only OpenID providers to handle that....
For example, Microsoft recently decided to allow OpenID on its Healthvault site only from a select few providers .
Which OpenID providers you personally consider acceptable.
|
|
I have quickly read (and will read with more care soon) the article of Scott Allen concerning the possibility to use an other provider of the default SQL Express or SQL Server database to use the " Membership and Role Providers " for ASP.NET.
We will ...
Started by Daok on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You....
I implemented one, in MSSQL, but using an existing membership database from another application .
It's basically just an interface with a handful of methods that need to be implemented, and most are fairly straight-forward .
It actually fairly simple.
|
|
Are there any free SVN server providers for non open source software?
Thank you.
Started by Alon on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Up to 5 users, 500MB and an unlimited....
The service is free at its lowest level, and it's all that I need for servicing several clients .
Http://unfuddle.com/about/tour/plans
I use Project Locker and swear by them.
Checkout Unfuddle, 200MB free repository.
|
Ask your Facebook Friends
|
I have an XML document as below:
<?xml version="1.0" encoding="utf-8" ?> <Providers> <Provider> <ProviderType>Email</ProviderType> <ProviderTitle>MyProviderTitle</ProviderTitle> <DeliveryRules> <PersonalDelivery...
Started by JL on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Providers")] public class Providers : List<Provider> { } public class Provider { public string = new XmlSerializer(typeof (Providers)); Providers providers; using (var stream = File.OpenRead("myfile.xml....
|
|
Are there any web hosting providers (not managed hardware) that provide accounts for ASP.NET 4.0 Beta 2? It's OK if there are no service guarantees with it.
Started by Jason Snelders on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Http://labs.discountasp.net/netfx4/index.aspx.
Seems like it
Why wouldn't you try sandbox for it at discountasp.net, its still in beta state, so for testing sandbox would be enough .
MaximumASP does.
|
|
Possible Duplicate:
Recommendations for cheap and reliable VoIP service?
For the general customer, who are the best VoIP providers?
I would like to know who provides the most robust features.
Started by Daniel on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Skype is generally free with premium options like.
Skype and Vonage are two great VoIP providers.
|
|
What are some of the Hosting Providers out there that support SQL Server 2008 and ASP.NET 2.0/3.5?
I am already aware of DiscountASP.NET (I host my blog with them), but I'm wondering if there are any other good hosting companies. GoDaddy hosting is good...
Started by Chris Pietschmann on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The price is very reasonable and under the same hosting plan you can host several sites and databases .
We just switched several sites to WebHost4Life
The control panel is intuitive, the service (24/7 live and well informed chat support) is excellent .
|
|
For those who don't know, gmail and hotmail would count as email providers (though they're also clients), but thunderbird is only an email client.
I'm just looking to gather a list of good email providers out there, both paid and free. I know that THE...
Started by D Connors on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at superuser):
Others: Gawab , Rediffmail
Totaly in love with Gmail and AIM, Hotmail sucks because it doesn't supports POP or IMAP and SMTP so i can't access free acounts on Outlook... .
Gmail , Yahoo , Hotmail , Inbox.com - this probably covers some 70% of them out there .
|
|
What is the best way to find which are the default crawling accounts used for crawling for all the shared service providers in a Farm in MOSS i would prefer if any one can tell me using Shared Service Provider Database
Started by Ashutosh Singh on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at stackoverflow):
Checking via the database is problematic because SharePoint SSP databases could be stored all over the place on different machines... .
Since you should only have a few SSPs in a Farm, the easiest way is to just check the SSP web admin screen for each one .
|
|
Hello all,
We have an intranet asp.net web application which uses the OOTB ASP.net membership and role providers.
Now we are planning to expose the application to internet, by moving the web server to the DMZ as represented in the following (crappy) text...
Started by NimsDotNet on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
So ....
I think we used something other than port 1433 for the SQL connections .
We have a couple of Internet-facing web servers in a DMZ and had to open tunnels in our firewall back to the SQL server in our private network that they need to interact with .
|