RE: [OT] Copy & Paste from protected Web page

2014-05-21 Thread noonie
whether it’s a browser, proxy or website issue. > > > > Cheers > > Ken > > > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *noonie > *Sent:* Wednesday, 21 May 2014 3:29 PM > *To:* ozDotNet > *Subject:* Re: [OT] Copy &

RE: [OT] Copy & Paste from protected Web page

2014-05-20 Thread Ken Schaefer
...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of noonie Sent: Wednesday, 21 May 2014 3:29 PM To: ozDotNet Subject: Re: [OT] Copy & Paste from protected Web page Thanks Ken, IE and Chrome behave differently and, as the clipboard is involved here, things get even murkier. W

Re: [OT] Copy & Paste from protected Web page

2014-05-20 Thread noonie
ailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *noonie > *Sent:* Tuesday, 20 May 2014 8:22 AM > *To:* ozDotNet > *Subject:* Re: [OT] Copy & Paste from protected Web page > > > > Probably not IE as the user agent string is slightly different ending in > MSOffice

RE: [OT] Copy & Paste from protected Web page

2014-05-19 Thread Ken Schaefer
...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of noonie Sent: Tuesday, 20 May 2014 8:22 AM To: ozDotNet Subject: Re: [OT] Copy & Paste from protected Web page Probably not IE as the user agent string is slightly different ending in MSOffice 12 which indicates Outlook or Word. It identi

Re: [OT] Copy & Paste from protected Web page

2014-05-19 Thread noonie
lf Of *noonie > *Sent:* Monday, 19 May 2014 6:20 PM > *To:* ozDotNet > *Subject:* [OT] Copy & Paste from protected Web page > > > > Greetings, > > I'm trying to figure out an issue that a user has reported. When they copy > text from a Web page into Microsof

Re: [OT] Copy & Paste from protected Web page

2014-05-19 Thread noonie
Thanks David, I'll look into those areas to try to find where the two apps differ. -- noonie On 19 May 2014 18:27, David Rhys Jones wrote: > is caching enabled for the Css in the server. [OutputCaching] > does the server have the permissions set to allow all in the machine / > server config

RE: [OT] Copy & Paste from protected Web page

2014-05-19 Thread anthonyatsmallbiz
: Monday, 19 May 2014 6:20 PM To: ozDotNet Subject: [OT] Copy & Paste from protected Web page Greetings, I'm trying to figure out an issue that a user has reported. When they copy text from a Web page into Microsoft Word they are prompted for credentials on one site but not o

Re: [OT] Copy & Paste from protected Web page

2014-05-19 Thread David Rhys Jones
is caching enabled for the Css in the server. [OutputCaching] does the server have the permissions set to allow all in the machine / server config. Add a web config into your css directory as mentioned here: https://stackoverflow.com/questions/4375208/web-config-wildcards-in-location-and-authoriz

[OT] Copy & Paste from protected Web page

2014-05-19 Thread noonie
Greetings, I'm trying to figure out an issue that a user has reported. When they copy text from a Web page into Microsoft Word they are prompted for credentials on one site but not on another, similarly configured, site. Both sites are basic auth over https and both are ASP.net apps with very min