Hi

I need to provide access to my several clients to their apps and some data
so they can download it as needed. Obviously I need separate logins
(username/password) for each client. Is there a service provider that
provides such a service?

If not this is a nice business idea for some genius out there. :)

Thanks

Regards

Re: Online data/app repository by Gaurav

Gaurav
Sun Jul 27 02:26:46 CDT 2008

> I need to provide access to my several clients to their apps and some data
> so they can download it as needed. Obviously I need separate logins
> (username/password) for each client. Is there a service provider that
> provides such a service?

Not sure... but I think that's the standard login-password mechanism... or
am I missing out what you intended to express?
Do you wish to trap the IP address as well?

Every MembershipProvider will require a username / password for
authentication.

>
> If not this is a nice business idea for some genius out there. :)

I don't see this as something very new.
I looking to gmail / yahoo accounts regularly... and simple:
username/password.

Is there something more to understanding?



--
Happy Hacking,
Gaurav Vaish | http://dwt.sourceforge.net
http://blogs.mastergaurav.com | http://eduzine.edujini-labs.com
--------------------------------





Re: Online data/app repository by John

John
Sun Jul 27 03:31:58 CDT 2008

Hi Gaurav

Thanks. Is there an application available online that will give me multiple
logins for various clients? Basically I am looking for pre-built app and not
looking to develop one myself.

Thanks

Regards

"Gaurav Vaish (a.k.a. MasterGaurav)" <gaurav.nospam.vaish@nospam.gmail.com>
wrote in message news:ewDT$p77IHA.400@TK2MSFTNGP05.phx.gbl...
>> I need to provide access to my several clients to their apps and some
>> data
>> so they can download it as needed. Obviously I need separate logins
>> (username/password) for each client. Is there a service provider that
>> provides such a service?
>
> Not sure... but I think that's the standard login-password mechanism... or
> am I missing out what you intended to express?
> Do you wish to trap the IP address as well?
>
> Every MembershipProvider will require a username / password for
> authentication.
>
>>
>> If not this is a nice business idea for some genius out there. :)
>
> I don't see this as something very new.
> I looking to gmail / yahoo accounts regularly... and simple:
> username/password.
>
> Is there something more to understanding?
>
>
>
> --
> Happy Hacking,
> Gaurav Vaish | http://dwt.sourceforge.net
> http://blogs.mastergaurav.com | http://eduzine.edujini-labs.com
> --------------------------------
>
>
>
>



Re: Online data/app repository by Anthony

Anthony
Sun Jul 27 14:01:53 CDT 2008

Is there something more involved than password protecting a directory for
them?

"John" <info@nospam.infovis.co.uk> wrote in message
news:%23cHx5M87IHA.1196@TK2MSFTNGP05.phx.gbl...
> Hi Gaurav
>
> Thanks. Is there an application available online that will give me
> multiple logins for various clients? Basically I am looking for pre-built
> app and not looking to develop one myself.
>
> Thanks
>
> Regards
>
> "Gaurav Vaish (a.k.a. MasterGaurav)"
> <gaurav.nospam.vaish@nospam.gmail.com> wrote in message
> news:ewDT$p77IHA.400@TK2MSFTNGP05.phx.gbl...
>>> I need to provide access to my several clients to their apps and some
>>> data
>>> so they can download it as needed. Obviously I need separate logins
>>> (username/password) for each client. Is there a service provider that
>>> provides such a service?
>>
>> Not sure... but I think that's the standard login-password mechanism...
>> or am I missing out what you intended to express?
>> Do you wish to trap the IP address as well?
>>
>> Every MembershipProvider will require a username / password for
>> authentication.
>>
>>>
>>> If not this is a nice business idea for some genius out there. :)
>>
>> I don't see this as something very new.
>> I looking to gmail / yahoo accounts regularly... and simple:
>> username/password.
>>
>> Is there something more to understanding?
>>
>>
>>
>> --
>> Happy Hacking,
>> Gaurav Vaish | http://dwt.sourceforge.net
>> http://blogs.mastergaurav.com | http://eduzine.edujini-labs.com
>> --------------------------------
>>
>>
>>
>>
>
>


Re: Online data/app repository by John

John
Sun Jul 27 15:21:57 CDT 2008

I have found what I was looking for; www.egnyte.com (under online file
sharing)

Many Thanks

Regards

"Anthony Bollinger" <tonyb@noemail.noemail> wrote in message
news:O4%23dGtB8IHA.1192@TK2MSFTNGP05.phx.gbl...
> Is there something more involved than password protecting a directory for
> them?
>
> "John" <info@nospam.infovis.co.uk> wrote in message
> news:%23cHx5M87IHA.1196@TK2MSFTNGP05.phx.gbl...
>> Hi Gaurav
>>
>> Thanks. Is there an application available online that will give me
>> multiple logins for various clients? Basically I am looking for pre-built
>> app and not looking to develop one myself.
>>
>> Thanks
>>
>> Regards
>>
>> "Gaurav Vaish (a.k.a. MasterGaurav)"
>> <gaurav.nospam.vaish@nospam.gmail.com> wrote in message
>> news:ewDT$p77IHA.400@TK2MSFTNGP05.phx.gbl...
>>>> I need to provide access to my several clients to their apps and some
>>>> data
>>>> so they can download it as needed. Obviously I need separate logins
>>>> (username/password) for each client. Is there a service provider that
>>>> provides such a service?
>>>
>>> Not sure... but I think that's the standard login-password mechanism...
>>> or am I missing out what you intended to express?
>>> Do you wish to trap the IP address as well?
>>>
>>> Every MembershipProvider will require a username / password for
>>> authentication.
>>>
>>>>
>>>> If not this is a nice business idea for some genius out there. :)
>>>
>>> I don't see this as something very new.
>>> I looking to gmail / yahoo accounts regularly... and simple:
>>> username/password.
>>>
>>> Is there something more to understanding?
>>>
>>>
>>>
>>> --
>>> Happy Hacking,
>>> Gaurav Vaish | http://dwt.sourceforge.net
>>> http://blogs.mastergaurav.com | http://eduzine.edujini-labs.com
>>> --------------------------------
>>>
>>>
>>>
>>>
>>
>>
>



Re: Online data/app repository by Gaurav

Gaurav
Sun Jul 27 03:44:00 CDT 2008

> Thanks. Is there an application available online that will give me
> multiple logins for various clients? Basically I am looking for pre-built
> app and not looking to develop one myself.

You may want to use SqlMembershipProvider as the default MembershipProvider.
And then use the standard Login, UserRegistration wizard etc controls to
login, self-user-registration.

You can also write a very small program to bulk-add existing users.

Have a look at System.Web.Security.MembersipProvider class.


--
Happy Hacking,
Gaurav Vaish | http://dwt.sourceforge.net
http://blogs.mastergaurav.com | http://eduzine.edujini-labs.com
--------------------------------