C# and working with website

P

phil2phil

hi,
we currently have a website built using asp.net (1.0375) and c#, site
was built about 2 yrs or so back. We wanted to write a console
application that would be able to simulate a user, this way we can have
it send us an email if the site has any issues. essentially we want
the console application to create a session, add an item to bag and go
through part of the checkout process. is there anyway to have c# do
something like this, to work with a website through a console
application? it would need to be able to post data to pages, like when
going through checkout, and have the site think it's a user, through
the session.

Thank you.
 
C

clintonG

Probably. I'd look at what can be accomplished using "Smart Client"
technology.

<%= Clinton Gallagher
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top