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

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

am 01.04.2008 01:20:53 von Red

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.

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

am 01.04.2008 02:32:45 von DFS

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.
>

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

am 02.04.2008 00:13:15 von Red

thx
On 4ÔÂ1ÈÕ, ÉÏÎç11ʱ32·Ö, bruce barker ..com> wrote:
> 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.