Re: SP2 Security
- From: "Ken Schaefer" <kenREMOVE@xxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 21 Feb 2006 22:45:30 +1100
Hi,
The file:// protocol is telling IE to load the file directly from the hard
disk - it's not going through IIS. I think this is where your problem lies.
Since you are going directly to the file system, and bypassing IIS, IIS is
not involved with serving the MPG, so this isn't an IIS issue (maybe an IE
issue, but this isn't an IE newsgroup, and I don't thnk we're experts in
changes in SP2 and IE).
What I suggest you do is move the .MPG file into your webroot. and then
create a link like so:
<a href="help.mpg">click here</a> (assuming the mpg file is in the same
folder as your webpage)
That will server the mpg file via IIS, and that should work just fine.
Cheers
Ken
"Rob" <Rob@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:EC2D3F09-1988-444C-B392-D8AF930CB097@xxxxxxxxxxxxxxxx
: This is really driving me nuts. I have a local website on my PC that I use
to
: run certain bits of software for my company. For example, a tutorial MPG
file:
:
: Pre-SP2 (IE 6 and FF):
:
: Open http://localhost/
: Click on file I want, and it runs. File shown as
'file:///D:/Work/Help.mpg'.
:
: Post-SP2 (IE 6 and FF):
:
: Open http://localhost/
: Click on file I want, nothing happens. File shown as
: 'file:///D:/Work/Help.mpg'.
:
: In my Advanced Settings (IE) I have:
: Allow active content from CDs to run on My Computer (ticked)
: Allow active content to run files on My Computer (ticked)
:
: I'm assuming as both have this problem, it isn't an IE thing. Anyone know
if
: there is a setting anywhere else? Is this because I'm jumping from
: 'http://whatever/' to 'file:///'?
:
: I know it's a security risk, but I really need to test some work that
mixes
: ASP with our in-house software and using 'http://localhost/Help.mpg'
streams
: the file so I cannot 'fast-forward', so to speak.
.
- Prev by Date: RE: "The page cannot be displayed" for non domain users
- Next by Date: Re: IIS_WPG and NETWORK SERVICE
- Previous by thread: Re: IIS_WPG and NETWORK SERVICE
- Next by thread: Re: SP2 Security
- Index(es):
Relevant Pages
|