Re: Executing a locally installed program in IIS 6

From: tim (tim_at_discussions.microsoft.com)
Date: 07/23/04

  • Next message: David Wang [Msft]: "Re: IIS 6.0 on Windows Server 2003"
    Date: Fri, 23 Jul 2004 11:41:10 -0700
    
    

    ok well I guess I was not specific enough in this post. I
    have found another thread that I thought was talking about
    the similar problem and posted in there thinking that they
    were having the same problem. (turns out it was something
    different) "Re: IIS 6.0 on Windows Server 2003."

    Howerver Here is the excerpt of the message
    My case is
    -----------
    Allow the user to browse to a web page, which executes
    zipcode.exe on the server, and the web page formats the
    output and returns it to the browser as a web page.
    ---------

    When a visitor browses
    http://mysite.com/lookup.php?zipcode=03791
    The lookup.php page takes the input var of 03791 and
    passes
    it off to the zipcode.exe (a commandline module for
    windows)

    then the results are sent back to the php page to be used
    to look up information.

    So basically zipcode.exe a command line tool that returns
    a
    result based on the var's passed.

    This tool works in my existing IIS 5 web site application
    in my windows 2000 server.

    We are upgrading a new server that is running windows 2003
    server with IIS 6.

    I have IIS and PHP 4 running and ALL of my php pages are
    running fine except the ones that call zipcode.exe

    I have read the if I give execute permissions to
    %SystemRoot%/System32/cmd.exe for the user IUSR_sytemname
    then the shell command will work.
    I'm reluctant to give access rights to the IUSR_sytemname
    because of security reasons.

    Is their any workaround other than giving access rights to
    the command line?

    Thanks
    Tim


  • Next message: David Wang [Msft]: "Re: IIS 6.0 on Windows Server 2003"

    Relevant Pages

    • Re: IIS Start up errors
      ... provide the detailed steps to reinstall the IIS server in SBS 2003 server. ... For example, programs such as Microsoft ... In the Currently installed programs list, click Windows Small Business ...
      (microsoft.public.windows.server.sbs)
    • RE: Migrating from Win2k DCs to Win2k3 DCs; ADPrep question
      ... Windows Server 2003 CD, we need to confirm the following things in Q314649 ... Exchange 2000 Schema Changes Are Installed Before You Run the ... Windows Server 2003 adprep /forestprep Command ...
      (microsoft.public.windows.server.migration)
    • Re: Active Directory Services cannot find the web server
      ... I am having the same problem with a windows xp pro with iis 5.1 ... incedently does not work properly when connecting to the server. ... both the client and server and still no luck. ...
      (microsoft.public.dotnet.faqs)
    • Re: Sorry its not a window 2003 server .. its NT 4.0 sever!!!
      ... You should use Windows Explorer and Windows FileMananger for ... >found" obviously coz i am not connected to the server. ... >> For mapping a network share from the command line you have to use the "net ... >> echo. ...
      (microsoft.public.windows.server.scripting)
    • Re: restated: VS Develper (non Admin) missing IIS MMC Management
      ... > debug ASP in VB.Net, and of course manage IIS MMC. ... > Microsoft Development Environment ... > Information Server on the client and the server. ... > server from a Windows NT 4.0 client. ...
      (microsoft.public.dotnet.framework.aspnet)

    Loading