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.
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.
>
Re: hide the exe from internent access in a asp.net 2.0 web
thx
On 4=D4=C21=C8=D5, =C9=CF=CE=E711=CA=B132=B7=D6, bruce barker <nos... [at] nospam=
..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.