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
  1. Home
  2. Web Development
  3. ASP.NET
  4. Probleam VB exe run on IIS

Probleam VB exe run on IIS

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netsysadminwindows-admin
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rinki Mukheraji
    wrote on last edited by
    #1

    I am developing asp.net application. i have a visual basic exe. when use this exe in asp.net. for the below code ------------------------------------- Process startinfo = new Process(); startinfo.EnableRaisingEvents = false; startinfo.StartInfo.FileName = Server.MapPath("~//FolderName\\RR.exe"); startinfo.Start(); -------------------------------------- it is succeffully runing. when my asp.net web application to run the IIS after publishing. Then that exe not running. Plz help me. what's probleam. I have been already full control that folder within store exe.

    H 1 Reply Last reply
    0
    • R Rinki Mukheraji

      I am developing asp.net application. i have a visual basic exe. when use this exe in asp.net. for the below code ------------------------------------- Process startinfo = new Process(); startinfo.EnableRaisingEvents = false; startinfo.StartInfo.FileName = Server.MapPath("~//FolderName\\RR.exe"); startinfo.Start(); -------------------------------------- it is succeffully runing. when my asp.net web application to run the IIS after publishing. Then that exe not running. Plz help me. what's probleam. I have been already full control that folder within store exe.

      H Offline
      H Offline
      HemJoshi
      wrote on last edited by
      #2

      Hi Rinki, If your web application is hosted on Xp machine then give permision to ASPNet user and if it it 2003 server then to the network services. Let me know if it helps you.. Thanks Hem

      R 1 Reply Last reply
      0
      • H HemJoshi

        Hi Rinki, If your web application is hosted on Xp machine then give permision to ASPNet user and if it it 2003 server then to the network services. Let me know if it helps you.. Thanks Hem

        R Offline
        R Offline
        Rinki Mukheraji
        wrote on last edited by
        #3

        my applicaion hosted on IIS in xp machine. please tell me clearly that which location of permission to ASPNet user

        H 1 Reply Last reply
        0
        • R Rinki Mukheraji

          my applicaion hosted on IIS in xp machine. please tell me clearly that which location of permission to ASPNet user

          H Offline
          H Offline
          HemJoshi
          wrote on last edited by
          #4

          is by giving permision to the exe folder to the ASPNET user not working?

          R 1 Reply Last reply
          0
          • H HemJoshi

            is by giving permision to the exe folder to the ASPNET user not working?

            R Offline
            R Offline
            Rinki Mukheraji
            wrote on last edited by
            #5

            That is not working.

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

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