News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

IIS and IE7

Started by xroot, October 30, 2007, 09:55:03 PM

Previous topic - Next topic

xroot

I can not get ShellExecute, WinExec, or wshell  commands working from IE7 with IIS on XP.
The program is doing everything correct except those commands I mentioned.
When I run any of the commands from the "exe" same program they all work fine.
Are there any IE7 and IIS experts out there? Whats stopping them from working?
Thanks all

Vortex

Could you post an example code?

xroot

Here is the code.

[attachment deleted by admin]

hutch--

they are probably excluded for security reasons. If IE could be used to routinely start and run executable programs the extra risk would be massive.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

xroot

Is there a way to "RUN AS" someother user?

Vortex

Check the DOS command RUNAS

Tedd

runas /user:xroot cmd

replace 'xroot' with the user you want to run 'as,' and 'cmd' with the command you want to run ('cmd' gets you the command prompt.)
No snowflake in an avalanche feels responsible.