Smart Client and IIS 6.0

Ask a Question related to ASP.NET Security, Design and Development.

  1. #1

    Default Smart Client and IIS 6.0

    I am trying to get a smart client app to work properly under IIS. I used the
    same techniques as I had under IIS 5 but it is not working. The problem is
    that the application.exe.config file is not being downloaded when ran from
    the browser. I went into the virtual directory for the app and removed the
    ..config mapping that was required under IIS 5 to get this to work.

    Does anyone know what I need to do to get this to work under IIS 6? You can
    assume that I had everything configured correctly under IIS 5 to get this to
    work so if there is something new for IIS 6, that's what I need!

    Thanks,
    -Jim


    Jim Guest

  2. Similar Questions and Discussions

    1. Smart Client Downloading -Sattelite Assembiles
      Hi I am working with Smart Client.I am having a windows application which needs to works with Multiple Languages so i am using Sattilitie...
    2. smart client for windows ce?
      Hi Can windows ce support smart client? Does using smart client requires IIS? Thanks
    3. Smart Client form Permissons Problem
      Out of 7 users, 3 don't work. One of them did things in the right order so now I'm not so sure what is the common denominator. Here is the error...
    4. How to localize a smart-client?
      Hi! I've made a windows application that I'm going to distribute as a smart-client. When I start the application on a local computer the correct...
    5. Simple App As A Smart Client
      Hello, "cksj" <cksanjose@hotmail.com> schrieb: Post your application in the microsoft.public.dotnet.framework.compactframework ng. Regards,...
  3. #2

    Default Re: Smart Client and IIS 6.0

    Somewhere I found that you no longer need to remove the mapping for the
    ..config file for .Net 1.1. Well, if you do, then it breaks. Its nice to have
    documentation on thi stuff ;-)

    -jim


    "Jim" <james_cline_@__DoNotSpamMe__msn.com> wrote in message
    news:eV$dpKH1DHA.2572@TK2MSFTNGP12.phx.gbl...
    > I am trying to get a smart client app to work properly under IIS. I used
    the
    > same techniques as I had under IIS 5 but it is not working. The problem is
    > that the application.exe.config file is not being downloaded when ran from
    > the browser. I went into the virtual directory for the app and removed the
    > .config mapping that was required under IIS 5 to get this to work.
    >
    > Does anyone know what I need to do to get this to work under IIS 6? You
    can
    > assume that I had everything configured correctly under IIS 5 to get this
    to
    > work so if there is something new for IIS 6, that's what I need!
    >
    > Thanks,
    > -Jim
    >
    >

    Jim Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139