Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
H

hssaroch

@hssaroch
About
Posts
10
Topics
8
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • IIS - executing an external application
    H hssaroch

    Yes. It was a long time ago but I think the issue was in fact regarding the execute permissions. After giving the network service account execute permission on the exe, it worked fine. I am not sure about your particular case. You can enable gzip compression in IIS or if you specifically want to send .zip archive, you can use some command line tool like rar. HTH, Aaron.

    Web Development help csharp asp-net windows-admin debugging

  • IIS - executing an external application
    H hssaroch

    Hi, I have already tried this. Also I have allowed "all unkonwn cgi extensions" in web services extensions tab in IIS manager but to no avail.

    Web Development help csharp asp-net windows-admin debugging

  • IIS - executing an external application
    H hssaroch

    Hi, I am building an ASP.NET(2) app and am using IIS(6) on W2K3. In one of my pages I need to call an external executable (pass it some arguments and get the result back). But when I run the webapp, the program doesn't execute. On debugging it says "Access not allowed". I doubt it's not ASP.Net issue rather an IIS issue but am not sure. I tried almost every thing I could find through Google but no good. Any help in this regard would be highly appericiated. Here is the code I wrote: Process proc = new Process(); string file = @"Bin\kuma.exe"; proc.StartInfo.FileName = file; proc.StartInfo.Arguments = "arg1 arg2 arg3"; proc.StartInfo.UseShellExecute = false; proc.StartInfo.RedirectStandardInput = false; proc.StartInfo.RedirectStandardOutput = true; proc.StartInfo.CreateNoWindow = true; proc.Start(); /* Read proc output ... */ StreamReader output = proc.StandardOutput; string txt = output.ReadToEnd(); Trace.Write("txt" + txt); Thanks and regards.

    Web Development help csharp asp-net windows-admin debugging

  • .
    H hssaroch

    .

    ASP.NET

  • C99 with VC6
    H hssaroch

    Does VC6 support C99 standard? if so how to enable it?

    C / C++ / MFC tutorial question

  • .
    H hssaroch

    .

    C / C++ / MFC

  • .
    H hssaroch

    .

    Visual Basic

  • .
    H hssaroch

    .

    C#

  • .
    H hssaroch

    .

    C / C++ / MFC

  • .
    H hssaroch

    .

    modified on Tuesday, August 9, 2011 4:47 AM

    C / C++ / MFC
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups