April 14th, 2009, 09:38 AM
Hi,
@xander_tan: Yes, your solution will work in IIS, however it is not quite what I need to happen.
I tried to build an HttpWebRequest to the page and pass a NetworkCredential to the request. ...
April 13th, 2009, 09:57 AM
I was hoping it doesn't have to come to proxying data.
Just to point out a couple of things:
- The user has a valid log-in credentials to both of the websites. Once the user clicks the link to my...
April 9th, 2009, 04:44 PM
Hi,
I have a secure site that uses NT domain authentication.
Someone else wants to create a link on their website to access mine.
However, currently when they execute
Response.Redirect("my...
February 24th, 2009, 03:06 PM
Hi All,
I am having a rather peculiar issue.
I have a library let's call it A which depends on two other libraries
B and C.
Both B and C are installed in the GAC. I am trying to compile...