Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > running executable from asp.net on IIS

Reply
Thread Tools

running executable from asp.net on IIS

 
 
ThunderMusic
Guest
Posts: n/a
 
      02-16-2006
Hi,
I'm running an asp.net application on IIS (Windows XP pro, dev machine).
The app must call an exe in order to run an API, but in the doc it says we
must redirect to the .exe, but IIS asks me for my credentials every time
(username/password) even if I don't have any authentication enabled in the
app. The Execution Permission is set to "Scripts and Executables" for the
folder in IIS. anonymous can read, list and execute and ASPNET(user) too.

Am-I missing something? is there something else I must do?

thanks


 
Reply With Quote
 
 
 
 
ThunderMusic
Guest
Posts: n/a
 
      02-16-2006
I found the problem. Finally, the exe has to be in the application path...
mine was in wwwroot/cgi-bin, now it's in wwwroot/apppath/cgi-bin and it
works fine.


"ThunderMusic" <NOdanlatSPAM@hotmaildotcom> wrote in message
news:...
> Hi,
> I'm running an asp.net application on IIS (Windows XP pro, dev
> machine). The app must call an exe in order to run an API, but in the doc
> it says we must redirect to the .exe, but IIS asks me for my credentials
> every time (username/password) even if I don't have any authentication
> enabled in the app. The Execution Permission is set to "Scripts and
> Executables" for the folder in IIS. anonymous can read, list and execute
> and ASPNET(user) too.
>
> Am-I missing something? is there something else I must do?
>
> thanks
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Create executable from executable with py2exe vedrandekovic@gmail.com Python 0 03-29-2008 12:23 PM
Running an Executable Before Executable JAR Jason Cavett Java 8 05-16-2007 07:14 PM
what is fast dynamically linked executable or statically linked executable ?how to decide? pratap C Programming 20 03-07-2007 04:46 AM
How can I run a c executable in pwd ,while the executable is in some other directory vishsid3@gmail.com C Programming 15 08-21-2006 06:04 AM
Multiple COM objects running on IIS 6.0, but not on IIS 5.0 =?Utf-8?B?Ymc=?= ASP .Net 0 12-30-2004 05:55 PM



Advertisments