hide the exe from internent access in a asp.net 2.0 web application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • red

    hide the exe from internent access in a asp.net 2.0 web application

    I have a asp.net2.0 web application which will run some executable
    (written in standard c++) to do some job.

    I do not want to make the executable downloadable. What should do ?
    Change web.config?

    I googled and could not find the answer.

  • bruce barker

    #2
    Re: hide the exe from internent access in a asp.net 2.0 web application

    the simplest is to put in the bin folder.

    -- bruce (sqlwork.com)

    red wrote:
    I have a asp.net2.0 web application which will run some executable
    (written in standard c++) to do some job.
    >
    I do not want to make the executable downloadable. What should do ?
    Change web.config?
    >
    I googled and could not find the answer.
    >

    Comment

    • red

      #3
      Re: hide the exe from internent access in a asp.net 2.0 webapplication

      thx
      On 4ÔÂ1ÈÕ, ÉÏÎç11ʱ32·Ö, bruce barker <nos...@nospam. .comwrote:
      the simplest is to put in the bin folder.
      >
      -- bruce (sqlwork.com)
      >
      red wrote:
      I have a asp.net2.0 web application which will run some executable
      (written in standard c++) to do some job.
      >
      I do not want to make the executable downloadable. What should do ?
      Change web.config?
      >
      I googled and could not find the answer.

      Comment

      Working...