473,748 Members | 2,467 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

aspexec is not working in IIS 6.0

Hi all,

I am doing a migration for our web program from IIS 5.0 to IIS 6.0
One thing I was baffled is aspexec component.
I didn't change the code, but it seems the following code doesn't work
anymore in
IIS 6.0 in windows 2003

set Executor = Server.CreateOb ject("ASPExec.E xecute")
Executor.Applic ation = sDosCmd
sResult=Executo r.ExecuteDosApp

the sResult actually give "ERROR: Could not create process"

I remember I have seen somebody posted on the internet that I need to set up
a web anonymouse account permission for aspexec.dll. but don't remember how.
Can someone out there help me out here?
Thank you
--
Betty
Nov 8 '07 #1
7 4645
This is a third party component and unlikely to be installed on your new
server.

http://www.serverobjects.com/
http://www.nodevice.com/dll/ASPEXEC_DLL/item1931.html

"c676228" <be***@newsgrou p.nospamwrote in message
news:07******** *************** ***********@mic rosoft.com...
Hi all,

I am doing a migration for our web program from IIS 5.0 to IIS 6.0
One thing I was baffled is aspexec component.
I didn't change the code, but it seems the following code doesn't work
anymore in
IIS 6.0 in windows 2003

set Executor = Server.CreateOb ject("ASPExec.E xecute")
Executor.Applic ation = sDosCmd
sResult=Executo r.ExecuteDosApp

the sResult actually give "ERROR: Could not create process"

I remember I have seen somebody posted on the internet that I need to set
up
a web anonymouse account permission for aspexec.dll. but don't remember
how.
Can someone out there help me out here?
Thank you
--
Betty

Nov 8 '07 #2
Hi David,
Based on the second page you provided, it seems that windows 2003 cannot
support aspexec. Is there any other similar component like aspexec I can find.
Thanks for your information.
--
Betty
"David Morgan" wrote:
This is a third party component and unlikely to be installed on your new
server.

http://www.serverobjects.com/
http://www.nodevice.com/dll/ASPEXEC_DLL/item1931.html

"c676228" <be***@newsgrou p.nospamwrote in message
news:07******** *************** ***********@mic rosoft.com...
Hi all,

I am doing a migration for our web program from IIS 5.0 to IIS 6.0
One thing I was baffled is aspexec component.
I didn't change the code, but it seems the following code doesn't work
anymore in
IIS 6.0 in windows 2003

set Executor = Server.CreateOb ject("ASPExec.E xecute")
Executor.Applic ation = sDosCmd
sResult=Executo r.ExecuteDosApp

the sResult actually give "ERROR: Could not create process"

I remember I have seen somebody posted on the internet that I need to set
up
a web anonymouse account permission for aspexec.dll. but don't remember
how.
Can someone out there help me out here?
Thank you
--
Betty


Nov 9 '07 #3
Hi Betty,

As David said, the "aspexec.dl l" seems not built-in components. Therefore,
you can check your new IIS6 server to see whether it has been installed on
it.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: =?Utf-8?B?YzY3NjIyOA= =?= <be***@newsgrou p.nospam>
Subject: aspexec is not working in IIS 6.0
Date: Thu, 8 Nov 2007 14:06:00 -0800
>Hi all,

I am doing a migration for our web program from IIS 5.0 to IIS 6.0
One thing I was baffled is aspexec component.
I didn't change the code, but it seems the following code doesn't work
anymore in
IIS 6.0 in windows 2003

set Executor = Server.CreateOb ject("ASPExec.E xecute")
Executor.Appli cation = sDosCmd
sResult=Execut or.ExecuteDosAp p

the sResult actually give "ERROR: Could not create process"

I remember I have seen somebody posted on the internet that I need to set
up
>a web anonymouse account permission for aspexec.dll. but don't remember
how.
>Can someone out there help me out here?
Thank you
--
Betty
Nov 9 '07 #4
Hi Steven,
Yes, I installed is specifically. I found a helpful link, but I haven't
tried that yet.
http://www.tek-tips.com/viewthread.c...09220&page=191

I am not sure if our server is a virtual machine, it will make any
difference or not.
I will try it tomorrow. Does the information provided in t

--
Betty
"Steven Cheng[MSFT]" wrote:
Hi Betty,

As David said, the "aspexec.dl l" seems not built-in components. Therefore,
you can check your new IIS6 server to see whether it has been installed on
it.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
From: =?Utf-8?B?YzY3NjIyOA= =?= <be***@newsgrou p.nospam>
Subject: aspexec is not working in IIS 6.0
Date: Thu, 8 Nov 2007 14:06:00 -0800
Hi all,

I am doing a migration for our web program from IIS 5.0 to IIS 6.0
One thing I was baffled is aspexec component.
I didn't change the code, but it seems the following code doesn't work
anymore in
IIS 6.0 in windows 2003

set Executor = Server.CreateOb ject("ASPExec.E xecute")
Executor.Applic ation = sDosCmd
sResult=Executo r.ExecuteDosApp

the sResult actually give "ERROR: Could not create process"

I remember I have seen somebody posted on the internet that I need to set
up
a web anonymouse account permission for aspexec.dll. but don't remember
how.
Can someone out there help me out here?
Thank you
--
Betty

Nov 9 '07 #5
Hi all,
I tested. It seems that it is not axpecec problem since the following code
runs OK.
<%
Set Executor = Server.CreateOb ject("ASPExec.E xecute")
Executor.Applic ation = "cmd /c copy d:\root\ac\test aspexec.asp
d:\root\utility "
Executor.Parame ters = ""
strResult = Executor.Execut eDosApp
Response.Write "<pre>" & strResult & "</pre>"
%>
while when I try to run paypal pfpro using aspexec, 'error, process cannot
be created'. See beblow. While I never has this problem in windows 2000, not
sure why in windows 2003, I am running into this issue. Any other resouces I
can direct to? I just noticed that 2003 server just basically locks up many
things.

<%

Set Executor = Server.CreateOb ject("ASPExec.E xecute")
Executor.Applic ation = "pfpro test-payflow.verisig n.com 443" & Chr(34)
strResult = Executor.Execut eDosApp
Response.Write "<pre>" & strResult & "</pre>"
%>
--
Betty
"c676228" wrote:
Hi Steven,
Yes, I installed is specifically. I found a helpful link, but I haven't
tried that yet.
http://www.tek-tips.com/viewthread.c...09220&page=191

I am not sure if our server is a virtual machine, it will make any
difference or not.
I will try it tomorrow. Does the information provided in t

--
Betty
"Steven Cheng[MSFT]" wrote:
Hi Betty,

As David said, the "aspexec.dl l" seems not built-in components. Therefore,
you can check your new IIS6 server to see whether it has been installed on
it.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

--------------------
>From: =?Utf-8?B?YzY3NjIyOA= =?= <be***@newsgrou p.nospam>
>Subject: aspexec is not working in IIS 6.0
>Date: Thu, 8 Nov 2007 14:06:00 -0800
>Hi all,
>
>I am doing a migration for our web program from IIS 5.0 to IIS 6.0
>One thing I was baffled is aspexec component.
>I didn't change the code, but it seems the following code doesn't work
>anymore in
>IIS 6.0 in windows 2003
>
>set Executor = Server.CreateOb ject("ASPExec.E xecute")
>Executor.Appli cation = sDosCmd
>sResult=Execut or.ExecuteDosAp p
>
>the sResult actually give "ERROR: Could not create process"
>
>I remember I have seen somebody posted on the internet that I need to set
up
>a web anonymouse account permission for aspexec.dll. but don't remember
how.
>Can someone out there help me out here?
>Thank you
>
>
>--
>Betty
>
Nov 10 '07 #6
Hi Betty,

As you mentioned the error only occurs when running the "paypal pfpro"
component, I think you can try executing that component in a vbs script
file through windows script host rather than ASP page. e.g. Try run some
scripts that use the "paypal pfpro" from file explorer to see whether the
problem also occurs.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

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

--------------------
>Subject: RE: aspexec is not working in IIS 6.0
Date: Sat, 10 Nov 2007 15:35:00 -0800
>
Hi all,
I tested. It seems that it is not axpecec problem since the following code
runs OK.
<%
Set Executor = Server.CreateOb ject("ASPExec.E xecute")
Executor.Appli cation = "cmd /c copy d:\root\ac\test aspexec.asp
d:\root\utilit y"
Executor.Param eters = ""
strResult = Executor.Execut eDosApp
Response.Wri te "<pre>" & strResult & "</pre>"
%>
while when I try to run paypal pfpro using aspexec, 'error, process cannot
be created'. See beblow. While I never has this problem in windows 2000,
not
>sure why in windows 2003, I am running into this issue. Any other resouces
I
>can direct to? I just noticed that 2003 server just basically locks up
many
>things.

<%

Set Executor = Server.CreateOb ject("ASPExec.E xecute")
Executor.Appli cation = "pfpro test-payflow.verisig n.com 443" & Chr(34)
strResult = Executor.Execut eDosApp
Response.Wri te "<pre>" & strResult & "</pre>"
%>
--
Betty

Nov 12 '07 #7
Hi Steven,
Does that make any difference if I tell you that I can run pfpro in DOS from
any directory on windows 2003 server. that proves that my software set up is
all right?

--
Betty
"Steven Cheng[MSFT]" wrote:
Hi Betty,

As you mentioned the error only occurs when running the "paypal pfpro"
component, I think you can try executing that component in a vbs script
file through windows script host rather than ASP page. e.g. Try run some
scripts that use the "paypal pfpro" from file explorer to see whether the
problem also occurs.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

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

--------------------
Subject: RE: aspexec is not working in IIS 6.0
Date: Sat, 10 Nov 2007 15:35:00 -0800

Hi all,
I tested. It seems that it is not axpecec problem since the following code
runs OK.
<%
Set Executor = Server.CreateOb ject("ASPExec.E xecute")
Executor.Applic ation = "cmd /c copy d:\root\ac\test aspexec.asp
d:\root\utility "
Executor.Parame ters = ""
strResult = Executor.Execut eDosApp
Response.Write "<pre>" & strResult & "</pre>"
%>
while when I try to run paypal pfpro using aspexec, 'error, process cannot
be created'. See beblow. While I never has this problem in windows 2000,
not
sure why in windows 2003, I am running into this issue. Any other resouces
I
can direct to? I just noticed that 2003 server just basically locks up
many
things.

<%

Set Executor = Server.CreateOb ject("ASPExec.E xecute")
Executor.Applic ation = "pfpro test-payflow.verisig n.com 443" & Chr(34)
strResult = Executor.Execut eDosApp
Response.Write "<pre>" & strResult & "</pre>"
%>
--
Betty

Nov 12 '07 #8

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

Similar topics

0
1515
by: Dave Karmens | last post by:
which is better to use? dim wsh set wsh = Server.CreateObject("WScript.Shell") wsh.run "c:\build.exe", 1, True set wsh = nothing --or--
2
6275
by: Gary | last post by:
I am trying to use the "System.Windows.Forms.SendKeys" class for triggering the Ctrl+P key. Syntax: System.Windows.Forms.SendKeys.Send("^(P)"); This is not working ..what could be the reason..? Situation: I have a menu in my form, which is given a short key "Ctrl+P", now when the
5
2809
by: Martin Heuckeroth | last post by:
Hi We are working on a webservice application and are having some problems with the cookies and/or sessions. We have them working on our intranet but then its not working on the internet. We have been looking our asses off but can not find a working solution. the code we came up with is ...
5
3060
by: tshad | last post by:
I have been working with setting my drop boxes to allow double clicking to select an item. It worked fine until I made some changes. I then stripped the page down to the bare essentials to find out why it quit working. I found that if I didn't have a linkbutton, it quit working????????? If I changed the linkbutton to a regular button, it quit working. Here is the page:
8
2534
by: jojobar | last post by:
Okay, I am trying to do is to test the webresource in 2.0 1. I created a new project with assembly name (and default assembly name) "Office". 2. I added the following to the AssemblyInfo.cs file (present under the Properties folder of the project) 3. Now I created a file called test.js on the root folder of the project,
2
14829
by: Don | last post by:
I'm having problems with intellisense, autocomplete, etc. suddenly not working in certain classes of a project I'm working on. All the options are set, and it all works fine for most classes, but for some it just suddenly stopped working. After a build it'll work maybe once or twice, then stop. I've tried repairing my installation of Visual Studio 2003 but that didn't help. Is Microsoft working on a fix for this, or is there something...
9
3219
by: MSDNAndi | last post by:
Hi, I have a set of simple webservices calls that worked fine using .NET Framework 1.0. I am calling a Java/Apache based webservices, the calling side is not able to supply a proper WSDL. What it does is to call a webservice with two parameters, one being a integer, the other one being a "String" which contains XML (not the best practice, however that is the target interface and we cannot change that).
1
5096
by: Uday | last post by:
hi everyone, I searched in faq's but couldn't find and solution... so here I post the popular question.. Env: Win2003 server / IIS6.0 Simple ASP page that runs a batch file. When I run the asp page, I see some command line window pop-up on my screen for a second . But the batch file is not executed. I gave 'IUSR_*' account 'full control'.
0
2583
by: northof40 | last post by:
Hi - I have a requirement to run a .EXE from within a ASP page. From reading the archives it seems like ASPExec.dll from serverobjects.com has been recommended in the past but this is not longer available - can anyone suggest an alternative ? Thanks Richard.
0
9555
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9329
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9250
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6796
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4878
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3315
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2787
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2215
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.