When I plug my IE into my own managed forms in C#,I always lost cookies in
the new IE page(if the new IE page is generated by the javascript
"Window.open()").How to solve this problem?Can I use axWebBrowser to solve
it?
...
more >>
Hi;
How do I read an xml file on a share as an anonymous user (ie it must allow
access by anyone)? I tried doing impersonate on
WindowsIdentity.GetAnonymous() but that is not allowed.
--
thanks - dave
david_at_windward_dot_net
http://www.windwardreports.com
Cubicle Wars - http://www...
more >>
Hi;
This is a followon to my post "Not sure on ICredentials issue" - I figured I
should start new here.
I need to be able to get an xml file on a remote share where the share is
only available to local users on that remote system. As I understand it -
please correct me if I am wrong, is ...
more >>
I am using .NET Framework 2.0. I have created/populated an
XmlDocument, and I am trying to use it as a read-only entity. However,
something is modifying it, and because I think it inherits from
MarshallByRef any change affects the entire thing. The document is
actually very small, so I was wonde...
more >>