Restriction on IIS

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cyberlei
    New Member
    • Sep 2007
    • 28

    Restriction on IIS

    Hey all,

    Is there any way to execute a setup file without download it into local computer by use IIS? Something like I publish an application on our IIS server then people allow to running it by online only and disallow to downloading that executable file.

    Best Regards,
    Lei
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Isn't this what a server side asp.net application does? Although an exe would be able to be downloaded I assume.

    Comment

    • cyberlei
      New Member
      • Sep 2007
      • 28

      #3
      Originally posted by kenobewan
      Isn't this what a server side asp.net application does? Although an exe would be able to be downloaded I assume.
      it`s a VB. Net application. I wondering somehow I can restrict the downloading option on IIS.

      Thanks,
      Lei

      Comment

      • kenobewan
        Recognized Expert Specialist
        • Dec 2006
        • 4871

        #4
        Originally posted by cyberlei
        it`s a VB. Net application. I wondering somehow I can restrict the downloading option on IIS.

        Thanks,
        Lei
        Probably better to look at permissions rather than authentication. HTH.

        Comment

        Working...