Tagged Questions

16
votes
4answers
3k views

Mocking WebResponse's from a WebRequest

I have finally started messing around with creating some apps that work with RESTful web interfaces, however, I am concerned that I am hammering their servers every time I hit F5 to run a series of ...
0
votes
1answer
384 views

Can we call aspx page which is a part of web service through a web application + consume webpage response from other page

I have written a sample web service, which consist of certain .aspx pages. I have written a code to consume webmethods from that web service. Now, is it possible to load the aspx page which is a part ...