Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - Transferring membership parameters

Reply
 
Old 11-19-2008   #1 (permalink)
goldenrate


 
 

Transferring membership parameters

Hi everyone,

I have a client who wants a solution for the following problem. I'm not sure
that its possible but I'll ask anyway.

The client has joined godaddy's reseller plan. They've provided him with a
complete working site that can be viewed here:
https://www.securepaynet.net/gdshop/...38541&ci=3271&

Let's call this site 'godaddy's site'

I have no access to the code of the site nor to its database. Actually all I
can do is to add HTML code to some pages.

The client has another ASP base (.NET 3.5) application to which I have full
access (database and ftp). The site implements .NET membership system.

Let's call this site the 'Client Site'.

I need to creat a registration form on Client's Site. The form will
register the new member on both sites concurrently. The part that register
the new member on Client's Site is trivial, but I dont know if its possible
to do so on godaddy's site.

I'd appreciate if someone can inlight me on this issue.

Thanks,
David

My System SpecsSystem Spec
Old 11-20-2008   #2 (permalink)
Steven Cheng


 
 

RE: Transferring membership parameters

Hi David,

From your description, you're going to implement a web application which
work as a client, and it need to perform login/authentication against two
applications, one local app that you have API access for the authentication
db, while another application you can only access via browser ,correct?

As for the application which you can only access via webbrowser, I think
you should first try visiting its authentication or registering page to see
how it works, whether it require you to put some image based authenticode.
If not, you can consider writing some code(via the HttpWebRequest class in
.NET) to perform programmtic login or user registering.

Here are some reference about using HttpWebrequest to perform programitc
http post:

#Sample forms authentication test in C#
http://blogs.iis.net/ksingla/archive...uthentication-
test-in-c.aspx

#Working with HttpWebRequest and HttpWebResponse in ASP.NET
http://www.worldofasp.net/aspnet/Tut...with_HttpWebRe
quest_and_HttpWebResponse_in_ASP.NET_114.aspx

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxx.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/en-us/subs...#notifications.

Note: MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 2 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions. Issues of this
nature are best handled working with a dedicated Microsoft Support Engineer
by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/en-us/subs.../aa948874.aspx
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


--------------------
Quote:

>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx>
>Subject: Transferring membership parameters
>Date: Wed, 19 Nov 2008 15:29:01 -0800
Quote:

>
>Hi everyone,
>
>I have a client who wants a solution for the following problem. I'm not
sure
Quote:

>that its possible but I'll ask anyway.
>
>The client has joined godaddy's reseller plan. They've provided him with a
>complete working site that can be viewed here:
>https://www.securepaynet.net/gdshop/...rog_id=438541&
ci=3271&
Quote:

>
>Let's call this site 'godaddy's site'
>
>I have no access to the code of the site nor to its database. Actually all
I
Quote:

>can do is to add HTML code to some pages.
>
>The client has another ASP base (.NET 3.5) application to which I have
full
Quote:

>access (database and ftp). The site implements .NET membership system.
>
>Let's call this site the 'Client Site'.
>
>I need to creat a registration form on Client's Site. The form will
>register the new member on both sites concurrently. The part that register
>the new member on Client's Site is trivial, but I dont know if its
possible
Quote:

>to do so on godaddy's site.
>
>I'd appreciate if someone can inlight me on this issue.
>
>Thanks,
>David
>
My System SpecsSystem Spec
Old 11-24-2008   #3 (permalink)
Steven Cheng


 
 

RE: Transferring membership parameters

Hi David,

How are you doing? Have you got any progress on this issue or does the
information in my last reply help you some?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxx.


--------------------
Quote:

>Date: Thu, 20 Nov 2008 09:56:06 GMT
>Subject: RE: Transferring membership parameters
Quote:

>
>Hi David,
>
>From your description, you're going to implement a web application which
>work as a client, and it need to perform login/authentication against two
>applications, one local app that you have API access for the
authentication
Quote:

>db, while another application you can only access via browser ,correct?
>
>As for the application which you can only access via webbrowser, I think
>you should first try visiting its authentication or registering page to
see
Quote:

>how it works, whether it require you to put some image based authenticode.
>If not, you can consider writing some code(via the HttpWebRequest class in
>.NET) to perform programmtic login or user registering.
>
>Here are some reference about using HttpWebrequest to perform programitc
>http post:
>
>#Sample forms authentication test in C#
>http://blogs.iis.net/ksingla/archive...authentication
-
Quote:

>test-in-c.aspx
>
>#Working with HttpWebRequest and HttpWebResponse in ASP.NET
>http://www.worldofasp.net/aspnet/Tut..._with_HttpWebR
e
Quote:

>quest_and_HttpWebResponse_in_ASP.NET_114.aspx
>
>Sincerely,
>
>Steven Cheng
>
>Microsoft MSDN Online Support Lead
>
>
>Delighting our customers is our #1 priority. We welcome your comments and
>suggestions about how we can improve the support we provide to you. Please
>feel free to let my manager know what you think of the level of service
>provided. You can send feedback directly to my manager at:
>msdnmg@xxxxxx
>
>==================================================
>Get notification to my posts through email? Please refer to
>http://msdn.microsoft.com/en-us/subs...#notifications.
>
>Note: MSDN Managed Newsgroup support offering is for non-urgent issues
>where an initial response from the community or a Microsoft Support
>Engineer within 2 business day is acceptable. Please note that each follow
>up response may take approximately 2 business days as the support
>professional working with you may need further investigation to reach the
>most efficient resolution. The offering is not appropriate for situations
>that require urgent, real-time or phone-based interactions. Issues of this
>nature are best handled working with a dedicated Microsoft Support
Engineer
Quote:

>by contacting Microsoft Customer Support Services (CSS) at
>http://msdn.microsoft.com/en-us/subs.../aa948874.aspx
>==================================================
>This posting is provided "AS IS" with no warranties, and confers no rights.
>
>
>--------------------
Quote:

>>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx>
>>Subject: Transferring membership parameters
>>Date: Wed, 19 Nov 2008 15:29:01 -0800
>
My System SpecsSystem Spec
Old 11-25-2008   #4 (permalink)
goldenrate


 
 

RE: Transferring membership parameters

Hi,

Thanks for asking.

I'v been looking at the links yoe sent me and try to figure out the code.I
try to implement the code, with some changes, to my login form but without
success. Actually I have a few questions regarding this issue:
1. Is it going to work for every form that doesn't use CAPTCHA as a
requirment for submission?
2. I assume that the element of the POST string are different from one login
form to another; I also understand that there is a tool that can get the
POST data the form needs. Do you know anything about that?
3. Do you have more articles on this subject (i.e. programmatically login)?
I couldn't figure out the idea in depth from the blog?

Thanks so much for your help,
David


""Steven Cheng"" wrote:
Quote:

> Hi David,
>
> How are you doing? Have you got any progress on this issue or does the
> information in my last reply help you some?
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
> Delighting our customers is our #1 priority. We welcome your comments and
> suggestions about how we can improve the support we provide to you. Please
> feel free to let my manager know what you think of the level of service
> provided. You can send feedback directly to my manager at:
> msdnmg@xxxxxx.
>
>
> --------------------
Quote:

> >Date: Thu, 20 Nov 2008 09:56:06 GMT
> >Subject: RE: Transferring membership parameters
>
Quote:

> >
> >Hi David,
> >
> >From your description, you're going to implement a web application which
> >work as a client, and it need to perform login/authentication against two
> >applications, one local app that you have API access for the
> authentication
Quote:

> >db, while another application you can only access via browser ,correct?
> >
> >As for the application which you can only access via webbrowser, I think
> >you should first try visiting its authentication or registering page to
> see
Quote:

> >how it works, whether it require you to put some image based authenticode.
> >If not, you can consider writing some code(via the HttpWebRequest class in
> >.NET) to perform programmtic login or user registering.
> >
> >Here are some reference about using HttpWebrequest to perform programitc
> >http post:
> >
> >#Sample forms authentication test in C#
> >http://blogs.iis.net/ksingla/archive...authentication
> -
Quote:

> >test-in-c.aspx
> >
> >#Working with HttpWebRequest and HttpWebResponse in ASP.NET
> >http://www.worldofasp.net/aspnet/Tut..._with_HttpWebR
> e
Quote:

> >quest_and_HttpWebResponse_in_ASP.NET_114.aspx
> >
> >Sincerely,
> >
> >Steven Cheng
> >
> >Microsoft MSDN Online Support Lead
> >
> >
> >Delighting our customers is our #1 priority. We welcome your comments and
> >suggestions about how we can improve the support we provide to you. Please
> >feel free to let my manager know what you think of the level of service
> >provided. You can send feedback directly to my manager at:
> >msdnmg@xxxxxx
> >
> >==================================================
> >Get notification to my posts through email? Please refer to
> >http://msdn.microsoft.com/en-us/subs...#notifications.
> >
> >Note: MSDN Managed Newsgroup support offering is for non-urgent issues
> >where an initial response from the community or a Microsoft Support
> >Engineer within 2 business day is acceptable. Please note that each follow
> >up response may take approximately 2 business days as the support
> >professional working with you may need further investigation to reach the
> >most efficient resolution. The offering is not appropriate for situations
> >that require urgent, real-time or phone-based interactions. Issues of this
> >nature are best handled working with a dedicated Microsoft Support
> Engineer
Quote:

> >by contacting Microsoft Customer Support Services (CSS) at
> >http://msdn.microsoft.com/en-us/subs.../aa948874.aspx
> >==================================================
> >This posting is provided "AS IS" with no warranties, and confers no rights.
> >
> >
> >--------------------
Quote:

> >>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx>
> >>Subject: Transferring membership parameters
> >>Date: Wed, 19 Nov 2008 15:29:01 -0800
> >
>
>
My System SpecsSystem Spec
Old 11-25-2008   #5 (permalink)
Steven Cheng


 
 

RE: Transferring membership parameters

Thanks for your reply David,

Yes, if web pages use CAPTCHA , that means interactive operation is
required, that'll prevent us to write code to simulate page
submitting/posting. For most pages which do not use CAPTCHA, the submit is
just a HTTP get/post request. We can simulate such request via some network
component such as the WebRequest or Webclient class in .net framework.

Here are some articles provide more detailed example(specific to ASP.NET
web page which has viewstate issue to deal with):

#How to Submit the Login Form Programmatically in ASP.NET?
http://www.digcode.com/default.aspx?...ae-fa6192562ea
9&article=ad4b5144-77f8-45c2-8a9a-282c8166f39a

#Screen Scraping, ViewState, and Authentication using ASP.Net
http://odetocode.com/articles/162.aspx

Also, for inspecting the underlying http message(such as request
header/body and response header/body), you can use the "Web Developmente
helper" for IE:

#Web Development Helper
http://projects.nikhilk.net/WebDevHelper/

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxx.


--------------------
<$5HD4AhTJHA.6088@xxxxxx>
Quote:

>Subject: RE: Transferring membership parameters
>Date: Mon, 24 Nov 2008 21:13:02 -0800
Quote:

>
>Hi,
>
>Thanks for asking.
>
>I'v been looking at the links yoe sent me and try to figure out the code.I
>try to implement the code, with some changes, to my login form but without
>success. Actually I have a few questions regarding this issue:
>1. Is it going to work for every form that doesn't use CAPTCHA as a
>requirment for submission?
>2. I assume that the element of the POST string are different from one
login
Quote:

>form to another; I also understand that there is a tool that can get the
>POST data the form needs. Do you know anything about that?
>3. Do you have more articles on this subject (i.e. programmatically
login)?
Quote:

>I couldn't figure out the idea in depth from the blog?
>
>Thanks so much for your help,
>David
>
>
>""Steven Cheng"" wrote:
>
Quote:

>> Hi David,
>>
>> How are you doing? Have you got any progress on this issue or does the
>> information in my last reply help you some?
>>
>> Sincerely,
>>
>> Steven Cheng
>>
>> Microsoft MSDN Online Support Lead
>>
>>
>> Delighting our customers is our #1 priority. We welcome your comments
and
Quote:
Quote:

>> suggestions about how we can improve the support we provide to you.
Please
Quote:
Quote:

>> feel free to let my manager know what you think of the level of service
>> provided. You can send feedback directly to my manager at:
>> msdnmg@xxxxxx.
>>
>>
>> --------------------
Quote:

>> >Date: Thu, 20 Nov 2008 09:56:06 GMT
>> >Subject: RE: Transferring membership parameters
>>
Quote:

>> >
>> >Hi David,
>> >
>> >From your description, you're going to implement a web application
which
Quote:
Quote:
Quote:

>> >work as a client, and it need to perform login/authentication against
two
Quote:
Quote:
Quote:

>> >applications, one local app that you have API access for the
>> authentication
Quote:

>> >db, while another application you can only access via browser ,correct?
>> >
>> >As for the application which you can only access via webbrowser, I
think
Quote:
Quote:
Quote:

>> >you should first try visiting its authentication or registering page to
>> see
Quote:

>> >how it works, whether it require you to put some image based
authenticode.
Quote:
Quote:
Quote:

>> >If not, you can consider writing some code(via the HttpWebRequest class
in
Quote:
Quote:
Quote:

>> >.NET) to perform programmtic login or user registering.
>> >
>> >Here are some reference about using HttpWebrequest to perform
programitc
Quote:
Quote:
Quote:

>> >http post:
>> >
>> >#Sample forms authentication test in C#
>>
>http://blogs.iis.net/ksingla/archive...authentication
Quote:

>> -
Quote:

>> >test-in-c.aspx
>> >
>> >#Working with HttpWebRequest and HttpWebResponse in ASP.NET
>>
>http://www.worldofasp.net/aspnet/Tut..._with_HttpWebR
Quote:

>> e
Quote:

>> >quest_and_HttpWebResponse_in_ASP.NET_114.aspx
>> >
>> >Sincerely,
>> >
>> >Steven Cheng
>> >
>> >Microsoft MSDN Online Support Lead
>> >
>> >
>> >Delighting our customers is our #1 priority. We welcome your comments
and
Quote:
Quote:
Quote:

>> >suggestions about how we can improve the support we provide to you.
Please
Quote:
Quote:
Quote:

>> >feel free to let my manager know what you think of the level of service
>> >provided. You can send feedback directly to my manager at:
>> >msdnmg@xxxxxx
>> >
>> >==================================================
>> >Get notification to my posts through email? Please refer to
>>
>http://msdn.microsoft.com/en-us/subs...#notifications.
Quote:
Quote:

>> >
>> >Note: MSDN Managed Newsgroup support offering is for non-urgent issues
>> >where an initial response from the community or a Microsoft Support
>> >Engineer within 2 business day is acceptable. Please note that each
follow
Quote:
Quote:
Quote:

>> >up response may take approximately 2 business days as the support
>> >professional working with you may need further investigation to reach
the
Quote:
Quote:
Quote:

>> >most efficient resolution. The offering is not appropriate for
situations
Quote:
Quote:
Quote:

>> >that require urgent, real-time or phone-based interactions. Issues of
this
Quote:
Quote:
Quote:

>> >nature are best handled working with a dedicated Microsoft Support
>> Engineer
Quote:

>> >by contacting Microsoft Customer Support Services (CSS) at
>> >http://msdn.microsoft.com/en-us/subs.../aa948874.aspx
>> >==================================================
>> >This posting is provided "AS IS" with no warranties, and confers no
rights.
Quote:
Quote:
Quote:

>> >
>> >
>> >--------------------
>> >>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx>
>> >>Subject: Transferring membership parameters
>> >>Date: Wed, 19 Nov 2008 15:29:01 -0800
>> >
>>
>>
>
My System SpecsSystem Spec
Old 11-27-2008   #6 (permalink)
Steven Cheng


 
 

RE: Transferring membership parameters

Hi David,

Does my last reply help on your questions? If you still have anything
unclear, welcome to post here, I'd be glad to help.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxx.


--------------------
Quote:

>From: stcheng@xxxxxx ("Steven Cheng")
>Organization: Microsoft
>Date: Tue, 25 Nov 2008 09:50:23 GMT
>Subject: RE: Transferring membership parameters
Quote:

>
>Thanks for your reply David,
>
>Yes, if web pages use CAPTCHA , that means interactive operation is
>required, that'll prevent us to write code to simulate page
>submitting/posting. For most pages which do not use CAPTCHA, the submit is
>just a HTTP get/post request. We can simulate such request via some
network
Quote:

>component such as the WebRequest or Webclient class in .net framework.
>
>Here are some articles provide more detailed example(specific to ASP.NET
>web page which has viewstate issue to deal with):
>
>#How to Submit the Login Form Programmatically in ASP.NET?
>http://www.digcode.com/default.aspx?...fae-fa6192562e
a
Quote:

>9&article=ad4b5144-77f8-45c2-8a9a-282c8166f39a
>
>#Screen Scraping, ViewState, and Authentication using ASP.Net
>http://odetocode.com/articles/162.aspx
>
>Also, for inspecting the underlying http message(such as request
>header/body and response header/body), you can use the "Web Developmente
>helper" for IE:
>
>#Web Development Helper
>http://projects.nikhilk.net/WebDevHelper/
>
>Sincerely,
>
>Steven Cheng
>
>Microsoft MSDN Online Support Lead
>
>
>Delighting our customers is our #1 priority. We welcome your comments and
>suggestions about how we can improve the support we provide to you. Please
>feel free to let my manager know what you think of the level of service
>provided. You can send feedback directly to my manager at:
>msdnmg@xxxxxx
>
>
>--------------------
><$5HD4AhTJHA.6088@xxxxxx>
Quote:

>>Subject: RE: Transferring membership parameters
>>Date: Mon, 24 Nov 2008 21:13:02 -0800
>
Quote:

>>
>>Hi,
>>
>>Thanks for asking.
>>
>>I'v been looking at the links yoe sent me and try to figure out the
code.I
Quote:
Quote:

>>try to implement the code, with some changes, to my login form but
without
Quote:
Quote:

>>success. Actually I have a few questions regarding this issue:
>>1. Is it going to work for every form that doesn't use CAPTCHA as a
>>requirment for submission?
>>2. I assume that the element of the POST string are different from one
>login
Quote:

>>form to another; I also understand that there is a tool that can get the
>>POST data the form needs. Do you know anything about that?
>>3. Do you have more articles on this subject (i.e. programmatically
>login)?
Quote:

>>I couldn't figure out the idea in depth from the blog?
>>
>>Thanks so much for your help,
>>David
>>
>>
>>""Steven Cheng"" wrote:
>>
Quote:

>>> Hi David,
>>>
>>> How are you doing? Have you got any progress on this issue or does the
>>> information in my last reply help you some?
>>>
>>> Sincerely,
>>>
>>> Steven Cheng
>>>
>>> Microsoft MSDN Online Support Lead
>>>
>>>
>>> Delighting our customers is our #1 priority. We welcome your comments
>and
Quote:
Quote:

>>> suggestions about how we can improve the support we provide to you.
>Please
Quote:
Quote:

>>> feel free to let my manager know what you think of the level of service
>>> provided. You can send feedback directly to my manager at:
>>> msdnmg@xxxxxx.
>>>
>>>
>>> --------------------
>>> >Date: Thu, 20 Nov 2008 09:56:06 GMT
>>> >Subject: RE: Transferring membership parameters
>>>
>>> >
>>> >Hi David,
>>> >
>>> >From your description, you're going to implement a web application
>which
Quote:
Quote:

>>> >work as a client, and it need to perform login/authentication against
>two
Quote:
Quote:

>>> >applications, one local app that you have API access for the
>>> authentication
>>> >db, while another application you can only access via browser ,correct?
>>> >
>>> >As for the application which you can only access via webbrowser, I
>think
Quote:
Quote:

>>> >you should first try visiting its authentication or registering page
to
Quote:
Quote:
Quote:

>>> see
>>> >how it works, whether it require you to put some image based
>authenticode.
Quote:
Quote:

>>> >If not, you can consider writing some code(via the HttpWebRequest
class
Quote:

>in
Quote:
Quote:

>>> >.NET) to perform programmtic login or user registering.
>>> >
>>> >Here are some reference about using HttpWebrequest to perform
>programitc
Quote:
Quote:

>>> >http post:
>>> >
>>> >#Sample forms authentication test in C#
>>>
>>http://blogs.iis.net/ksingla/archive...-authenticatio
n
Quote:
Quote:
Quote:

>>> -
>>> >test-in-c.aspx
>>> >
>>> >#Working with HttpWebRequest and HttpWebResponse in ASP.NET
>>>
>>http://www.worldofasp.net/aspnet/Tut...g_with_HttpWeb
R
Quote:
Quote:
Quote:

>>> e
>>> >quest_and_HttpWebResponse_in_ASP.NET_114.aspx
>>> >
>>> >Sincerely,
>>> >
>>> >Steven Cheng
>>> >
>>> >Microsoft MSDN Online Support Lead
>>> >
>>> >
>>> >Delighting our customers is our #1 priority. We welcome your comments
>and
Quote:
Quote:

>>> >suggestions about how we can improve the support we provide to you.
>Please
Quote:
Quote:

>>> >feel free to let my manager know what you think of the level of
service
Quote:
Quote:
Quote:

>>> >provided. You can send feedback directly to my manager at:
>>> >msdnmg@xxxxxx
>>> >
>>> >==================================================
>>> >Get notification to my posts through email? Please refer to
>>>
>>http://msdn.microsoft.com/en-us/subs...#notifications.
Quote:

>>> >
>>> >Note: MSDN Managed Newsgroup support offering is for non-urgent issues
>>> >where an initial response from the community or a Microsoft Support
>>> >Engineer within 2 business day is acceptable. Please note that each
>follow
Quote:
Quote:

>>> >up response may take approximately 2 business days as the support
>>> >professional working with you may need further investigation to reach
>the
Quote:
Quote:

>>> >most efficient resolution. The offering is not appropriate for
>situations
Quote:
Quote:

>>> >that require urgent, real-time or phone-based interactions. Issues of
>this
Quote:
Quote:

>>> >nature are best handled working with a dedicated Microsoft Support
>>> Engineer
>>> >by contacting Microsoft Customer Support Services (CSS) at
>>> >http://msdn.microsoft.com/en-us/subs.../aa948874.aspx
>>> >==================================================
>>> >This posting is provided "AS IS" with no warranties, and confers no
>rights.
Quote:
Quote:

>>> >
>>> >
>>> >--------------------
>>> >>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx>
>>> >>Subject: Transferring membership parameters
>>> >>Date: Wed, 19 Nov 2008 15:29:01 -0800
>>> >
>>>
>>>
>>
>
>
My System SpecsSystem Spec
Old 12-02-2008   #7 (permalink)
goldenrate


 
 

RE: Transferring membership parameters

Hi Steven,

Yes your last post so as the previous ones are very usfull. I'm still
learning the subject but I was able to make a great progress.

I had a problem with getting the SetCookie from the response. The specific
response contains a set of Set-Cookies and I was wondering if I can read the
all and set them all. I'd appreciate if you can provide me any reference to
that.


Thanks again for your excellent customer service,

Regards,

""Steven Cheng"" wrote:
Quote:

> Hi David,
>
> Does my last reply help on your questions? If you still have anything
> unclear, welcome to post here, I'd be glad to help.
>
> Sincerely,
>
> Steven Cheng
>
> Microsoft MSDN Online Support Lead
>
>
> Delighting our customers is our #1 priority. We welcome your comments and
> suggestions about how we can improve the support we provide to you. Please
> feel free to let my manager know what you think of the level of service
> provided. You can send feedback directly to my manager at:
> msdnmg@xxxxxx.
>
>
> --------------------
>
Quote:

> >From: stcheng@xxxxxx ("Steven Cheng")
> >Organization: Microsoft
> >Date: Tue, 25 Nov 2008 09:50:23 GMT
> >Subject: RE: Transferring membership parameters
>
Quote:

> >
> >Thanks for your reply David,
> >
> >Yes, if web pages use CAPTCHA , that means interactive operation is
> >required, that'll prevent us to write code to simulate page
> >submitting/posting. For most pages which do not use CAPTCHA, the submit is
> >just a HTTP get/post request. We can simulate such request via some
> network
Quote:

> >component such as the WebRequest or Webclient class in .net framework.
> >
> >Here are some articles provide more detailed example(specific to ASP.NET
> >web page which has viewstate issue to deal with):
> >
> >#How to Submit the Login Form Programmatically in ASP.NET?
> >http://www.digcode.com/default.aspx?...fae-fa6192562e
> a
Quote:

> >9&article=ad4b5144-77f8-45c2-8a9a-282c8166f39a
> >
> >#Screen Scraping, ViewState, and Authentication using ASP.Net
> >http://odetocode.com/articles/162.aspx
> >
> >Also, for inspecting the underlying http message(such as request
> >header/body and response header/body), you can use the "Web Developmente
> >helper" for IE:
> >
> >#Web Development Helper
> >http://projects.nikhilk.net/WebDevHelper/
> >
> >Sincerely,
> >
> >Steven Cheng
> >
> >Microsoft MSDN Online Support Lead
> >
> >
> >Delighting our customers is our #1 priority. We welcome your comments and
> >suggestions about how we can improve the support we provide to you. Please
> >feel free to let my manager know what you think of the level of service
> >provided. You can send feedback directly to my manager at:
> >msdnmg@xxxxxx
> >
> >
> >--------------------
> ><$5HD4AhTJHA.6088@xxxxxx>
Quote:

> >>Subject: RE: Transferring membership parameters
> >>Date: Mon, 24 Nov 2008 21:13:02 -0800
> >
Quote:

> >>
> >>Hi,
> >>
> >>Thanks for asking.
> >>
> >>I'v been looking at the links yoe sent me and try to figure out the
> code.I
Quote:
Quote:

> >>try to implement the code, with some changes, to my login form but
> without
Quote:
Quote:

> >>success. Actually I have a few questions regarding this issue:
> >>1. Is it going to work for every form that doesn't use CAPTCHA as a
> >>requirment for submission?
> >>2. I assume that the element of the POST string are different from one
> >login
Quote:

> >>form to another; I also understand that there is a tool that can get the
> >>POST data the form needs. Do you know anything about that?
> >>3. Do you have more articles on this subject (i.e. programmatically
> >login)?
Quote:

> >>I couldn't figure out the idea in depth from the blog?
> >>
> >>Thanks so much for your help,
> >>David
> >>
> >>
> >>""Steven Cheng"" wrote:
> >>
> >>> Hi David,
> >>>
> >>> How are you doing? Have you got any progress on this issue or does the
> >>> information in my last reply help you some?
> >>>
> >>> Sincerely,
> >>>
> >>> Steven Cheng
> >>>
> >>> Microsoft MSDN Online Support Lead
> >>>
> >>>
> >>> Delighting our customers is our #1 priority. We welcome your comments
> >and
Quote:

> >>> suggestions about how we can improve the support we provide to you.
> >Please
Quote:

> >>> feel free to let my manager know what you think of the level of service
> >>> provided. You can send feedback directly to my manager at:
> >>> msdnmg@xxxxxx.
> >>>
> >>>
> >>> --------------------
> >>> >Date: Thu, 20 Nov 2008 09:56:06 GMT
> >>> >Subject: RE: Transferring membership parameters
> >>>
> >>> >
> >>> >Hi David,
> >>> >
> >>> >From your description, you're going to implement a web application
> >which
Quote:

> >>> >work as a client, and it need to perform login/authentication against
> >two
Quote:

> >>> >applications, one local app that you have API access for the
> >>> authentication
> >>> >db, while another application you can only access via browser ,correct?
> >>> >
> >>> >As for the application which you can only access via webbrowser, I
> >think
Quote:

> >>> >you should first try visiting its authentication or registering page
> to
Quote:
Quote:

> >>> see
> >>> >how it works, whether it require you to put some image based
> >authenticode.
Quote:

> >>> >If not, you can consider writing some code(via the HttpWebRequest
> class
Quote:

> >in
Quote:

> >>> >.NET) to perform programmtic login or user registering.
> >>> >
> >>> >Here are some reference about using HttpWebrequest to perform
> >programitc
Quote:

> >>> >http post:
> >>> >
> >>> >#Sample forms authentication test in C#
> >>>
> >>http://blogs.iis.net/ksingla/archive...-authenticatio
> n
Quote:
Quote:

> >>> -
> >>> >test-in-c.aspx
> >>> >
> >>> >#Working with HttpWebRequest and HttpWebResponse in ASP.NET
> >>>
> >>http://www.worldofasp.net/aspnet/Tut...g_with_HttpWeb
> R
Quote:
Quote:

> >>> e
> >>> >quest_and_HttpWebResponse_in_ASP.NET_114.aspx
> >>> >
> >>> >Sincerely,
> >>> >
> >>> >Steven Cheng
> >>> >
> >>> >Microsoft MSDN Online Support Lead
> >>> >
> >>> >
> >>> >Delighting our customers is our #1 priority. We welcome your comments
> >and
Quote:

> >>> >suggestions about how we can improve the support we provide to you.
> >Please
Quote:

> >>> >feel free to let my manager know what you think of the level of
> service
Quote:
Quote:

> >>> >provided. You can send feedback directly to my manager at:
> >>> >msdnmg@xxxxxx
> >>> >
> >>> >==================================================
> >>> >Get notification to my posts through email? Please refer to
> >>>
> >>http://msdn.microsoft.com/en-us/subs...#notifications.
> >>> >
> >>> >Note: MSDN Managed Newsgroup support offering is for non-urgent issues
> >>> >where an initial response from the community or a Microsoft Support
> >>> >Engineer within 2 business day is acceptable. Please note that each
> >follow
Quote:

> >>> >up response may take approximately 2 business days as the support
> >>> >professional working with you may need further investigation to reach
> >the
Quote:

> >>> >most efficient resolution. The offering is not appropriate for
> >situations
Quote:

> >>> >that require urgent, real-time or phone-based interactions. Issues of
> >this
Quote:

> >>> >nature are best handled working with a dedicated Microsoft Support
> >>> Engineer
> >>> >by contacting Microsoft Customer Support Services (CSS) at
> >>> >http://msdn.microsoft.com/en-us/subs.../aa948874.aspx
> >>> >==================================================
> >>> >This posting is provided "AS IS" with no warranties, and confers no
> >rights.
Quote:

> >>> >
> >>> >
> >>> >--------------------
> >>> >>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx>
> >>> >>Subject: Transferring membership parameters
> >>> >>Date: Wed, 19 Nov 2008 15:29:01 -0800
> >>> >
> >>>
> >>>
> >>
> >
> >
>
>
My System SpecsSystem Spec
Old 12-02-2008   #8 (permalink)
Steven Cheng


 
 

RE: Transferring membership parameters

You're welcome

Have a nice day!

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead


Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@xxxxxx.

--------------------
Quote:

>From: =?Utf-8?B?Z29sZGVucmF0ZQ==?= <goldenrate@xxxxxx>
>Subject: RE: Transferring membership parameters
>Date: Mon, 1 Dec 2008 22:51:00 -0800
al
Quote:

>
>Hi Steven,
>
>Yes your last post so as the previous ones are very usfull. I'm still
>learning the subject but I was able to make a great progress.
>
>I had a problem with getting the SetCookie from the response. The specific
>response contains a set of Set-Cookies and I was wondering if I can read
the
Quote:

>all and set them all. I'd appreciate if you can provide me any reference
to
Quote:

>that.
>
>
>Thanks again for your excellent customer service,
>
>Regards,
>
>""Steven Cheng"" wrote:
>
Quote:

>> Hi David,
>>
>> Does my last reply help on your questions? If you still have anything
>> unclear, welcome to post here, I'd be glad to help.
>>
>> Sincerely,
>>
>> Steven Cheng
>>
>> Microsoft MSDN Online Support Lead
>>
>>
>> Delighting our customers is our #1 priority. We welcome your comments
and
Quote:
Quote:

>> suggestions about how we can improve the support we provide to you.
Please
Quote:
Quote:

>> feel free to let my manager know what you think of the level of service
>> provided. You can send feedback directly to my manager at:
>> msdnmg@xxxxxx.
>>
>>
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
map drives based on group membership PowerShell
check group membership PowerShell
Get group membership PowerShell
Get Group Membership for a User PowerShell
Group Membership Vista mail


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46