Search Results

-1
votes

Manipulating the HTTP header in WCF before HTTP authentication in HttpBinding

I would type this out, but its a lot. So here is a good reference. Avner Kashtan's blog post outlines what I "think" you're looking for. Hopefully this helps! …
2
votes

What’s the most portable way to make a Silverlight & Regular .NET REST client

If this is a simple Xml REST service, why not use the WebClient in Silverlight to capture the XML using Linq to XML? I know you said its messy, but it all depends on how you look at it. if you chan …
1
vote

.NET MVC Slow Site

Few things to try: Try taking a look with FileMon/ProcessMonitor and see if there is a ton of disk activity. If the above is not an issue, install an instance of Dot Trace …