473,387 Members | 1,834 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Execute EXE with an ASP

I recently moved an app over to IIS 6 from IIS 5. Everything works
great! I use ASPExecute to run an .exe - but it doesn't fire. It just
sits in the process window. Doesn't do anything. Is IWAM, or IUSR or
both required to run it?
Jul 19 '05 #1
7 2089
Just1Coder wrote:
I recently moved an app over to IIS 6 from IIS 5. Everything works
great! I use ASPExecute to run an .exe - but it doesn't fire. It just
sits in the process window. Doesn't do anything. Is IWAM, or IUSR or
both required to run it?


I've never heard of ASPExecute. Is that a third-party product? If so, you
probably need to contact their tech support.
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Jul 19 '05 #2
You can use FileMon (www.winternals.com , I believe) to determine which user
is trying to access the EXE.

--
http://www.aspfaq.com/
(Reverse address to reply.)


"Just1Coder" <ju********@yahoo.ca> wrote in message
news:#h**************@TK2MSFTNGP10.phx.gbl...
I recently moved an app over to IIS 6 from IIS 5. Everything works
great! I use ASPExecute to run an .exe - but it doesn't fire. It just
sits in the process window. Doesn't do anything. Is IWAM, or IUSR or
both required to run it?

Jul 19 '05 #3
Bob Barrows [MVP] wrote:
Just1Coder wrote:
I recently moved an app over to IIS 6 from IIS 5. Everything works
great! I use ASPExecute to run an .exe - but it doesn't fire. It just
sits in the process window. Doesn't do anything. Is IWAM, or IUSR or
both required to run it?

I've never heard of ASPExecute. Is that a third-party product? If so, you
probably need to contact their tech support.

Yes, it is - found it here a few years ago:
http://www.aspfaq.com/show.asp?id=2059

I get the same problem using wshell too though... I don't think it's a
component problem.
Jul 19 '05 #4
Just1Coder wrote:
Bob Barrows [MVP] wrote:
Just1Coder wrote:
I recently moved an app over to IIS 6 from IIS 5. Everything works
great! I use ASPExecute to run an .exe - but it doesn't fire. It just
sits in the process window. Doesn't do anything. Is IWAM, or IUSR or
both required to run it?


I've never heard of ASPExecute. Is that a third-party product? If so, you
probably need to contact their tech support.


Yes, it is - found it here a few years ago:
http://www.aspfaq.com/show.asp?id=2059

I get the same problem using wshell too though... I don't think it's a
component problem.

It's running under the Network Service.
Jul 19 '05 #5
www.sysinternals.com actually ;-)
--
Jason Brown
Microsoft GTSC, IIS

This posting is provided "AS IS" with no warranties, and confers no
rights.

"Aaron [SQL Server MVP]" <te*****@dnartreb.noraa> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
You can use FileMon (www.winternals.com , I believe) to determine which
user
is trying to access the EXE.

--
http://www.aspfaq.com/
(Reverse address to reply.)


"Just1Coder" <ju********@yahoo.ca> wrote in message
news:#h**************@TK2MSFTNGP10.phx.gbl...
I recently moved an app over to IIS 6 from IIS 5. Everything works
great! I use ASPExecute to run an .exe - but it doesn't fire. It just
sits in the process window. Doesn't do anything. Is IWAM, or IUSR or
both required to run it?


Jul 19 '05 #6
Jason Brown [MSFT] wrote:
www.sysinternals.com actually ;-)


Right ;)

It shows Network Service running the .exe

How can I get IWAM to execute it instead as the Network Server doesn't
seem to be doing anything... the EXE is just sitting there idle. ( IIS 6.0 )
Jul 19 '05 #7
Today I ran filemon.exe on a Citrix server. As soon as I opened it and
applied my filter, the server blue screened. It was neat. The 40 people
with TS sessions on the server really got a kick out of it. Damn third
party applications.

Ray at home

"Aaron [SQL Server MVP]" <te*****@dnartreb.noraa> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
You can use FileMon (www.winternals.com , I believe) to determine which
user
is trying to access the EXE.

--
http://www.aspfaq.com/
(Reverse address to reply.)


"Just1Coder" <ju********@yahoo.ca> wrote in message
news:#h**************@TK2MSFTNGP10.phx.gbl...
I recently moved an app over to IIS 6 from IIS 5. Everything works
great! I use ASPExecute to run an .exe - but it doesn't fire. It just
sits in the process window. Doesn't do anything. Is IWAM, or IUSR or
both required to run it?


Jul 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Tim Williams | last post by:
I'm trying to write a simple python program to access a MySQL database. I'm having a problem with using MySQLdb to get the results of a SQL command in a cursor. Sometimes the cursor.execute works,...
2
by: Matt | last post by:
I want to exexute stored procedure in ASP, but it has error "Microsoft VBScript compilation (0x800A0401) Expected end of statement" on line (1). The stored procedure "sp_emp" contain "select *...
7
by: William Gill | last post by:
I have been trying to pass parameters as indicated in the api. when I use: sql= 'select * from %s where cusid = %s ' % name,recID) Cursor.execute(sql) it works fine, but when I try : sql=...
9
by: PyPK | last post by:
Hi if I have a function called tmp=0 def execute(): tmp = tmp+1 return tmp also I have def func1(): execute() ....
5
by: Gustavo Randich | last post by:
Hello, I'm writing an automatic SQL parser and translator from Informix to DB2. Now I'm faced with one of the most difficult things to translate, the "foreach execute procedure" functionality...
2
by: Norman Fritag | last post by:
Hi there The below code executes some queries. As newbie I was wondering weather you are better of using connection execute or command execute to execute queries? I am asking as...
2
by: Dune | last post by:
I'm trying to execute an aspx page by calling Server.Execute. The aspx page I'm trying to execute is in a different web app from the aspx page containing the Server.Execute statement. A slightly...
8
by: johnlichtenstein | last post by:
I am using cx_Oracle and MySQLdb to pull a lot of data from some tables and I find that the cursor.execute method uses a lot of memory that never gets garbage collected. Using fetchmany instead of...
1
by: gglegrp112 | last post by:
Is it possible to send an array as a parameter for an execute method in dbapi2 module? I'm using adodbapi and try to perfrom the following SQL query: select * from item where storeid in ('01',...
9
by: RN1 | last post by:
When a server encounters the line Response.Redirect("abcd.asp") in a ASP script, the server tells the browser that it has to be redirected to another page (which is abcd.asp, in this case)....
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.