Not generating a complete response from a HttpWebResponse object in C?

I can remember at one point in my past when doing something with IIS there was an issue where the redirect between example.com and example.com/default. Asp dropped the query string Perhaps run Fiddler (or a protocol sniffer) and see if there is something happening that you aren't expecting Also check if passing in the full page name works. If it does the above is almost certainly the problem.

I can remember at one point in my past when doing something with IIS there was an issue where the redirect between example.com/ and example.com/default. Asp dropped the query string. Perhaps run Fiddler (or a protocol sniffer) and see if there is something happening that you aren't expecting.

Also check if passing in the full page name works. If it does the above is almost certainly the problem.

I am using IIS 5.1 to test on my local workstation, then it will deployed to an IIS 6.0 server. – Michael Kniskern May 5 '09 at 0:20 That was the config when I had the problem. Try passing the full path name rather than letting the server decide the default document.

– David McEwing May 5 '09 at 0:40 I updated my answer based on your response – Michael Kniskern May 5 '09 at 16:22 I ran Fiddler and the request did not show up in Web Session history window. – Michael Kniskern May 5 '09 at 18:38.

Optionally, you can try to use the AllowAutoRedirect property of the HttpRequestObject.

I updated my answer based on your response – Michael Kniskern May 5 '09 at 16:22.

I need to replace the following line of code: request. Credentials = new NetworkCredentials("myaccount", "mypassword", "mydomain"); with: request. Credentials = System.Net.CredentialCache.

DefaultNetworkCredentials.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions