Re: File Version



Steven:

My preference would be to get the version information for the setup.exe file
I upload to my web site for users to download. The setup.exe file is a
compressed setup file that contains all the dll and exe files
(assemblies)necessary for the program.

If that is not possible, then another method would need to be employed, such
as you mention. I have not worked with dynamic web pages, so I really can't
say if that will do or not. I will do some reading on that subject.

How about just reading a user variable property, a custom metadata element)
that I set for the downloads.htm web page of my site? Can I read that data
remotely? If so, it would be easy to set a value named Version and provide
its value every time I upload a new version.

Again, I would prefer to get that information directly from the uploaded
file it at all possible.

Thanks,

Dennis


"Steven Cheng[MSFT]" <v-schang@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:uca0591XFHA.3052@xxxxxxxxxxxxxxxxxxxxxxxx
> Hi Dennis,
>
> As for the
> ===================
> how to read some text from a page on my web site that contains version
> information for the latest build.
> ===================
>
> do you mean that you'd like to provide a dynamic web page on your
> webserver(IIS) which will return the components/application's update list
> info? If so, I think it's a good idea and you can consider define your
> update info as xml data so that the web page can return xml document to
> client (contentType="text/xml").
>
> Then, in the clientside, we can use the HttpWebRequest class (under
> System.Net namespace) to retrieve the xml data from that web page). How do
> you think of this? If you feel it's a possbile approach, I can paste some
> sample code on using HttpWebRequest component to get response text from a
> remote page.
>
> Thanks,
>
> Steven Cheng
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>


.



Relevant Pages

  • Re: File Version
    ... how to read some text from a page on my web site that contains version ... update info as xml data so that the web page can return xml document to ... Then, in the clientside, we can use the HttpWebRequest class (under ... System.Net namespace) to retrieve the xml data from that web page). ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: sharing info between Access and a website
    ... server via FTP, replacing the existing file. ... before the upload process. ... hours (when users are not activly using the web site) then you could actually ... I'd like to download those changes into Access, ...
    (microsoft.public.access.modulesdaovba)
  • Re: Upload form
    ... shoots using my web site. ... My host uses a UNIX server. ... > transfer my site to a Windows server in order to get the upload form to ...
    (microsoft.public.frontpage.client)
  • [UNIX] phpTopsites Remote File Upload Vulnerability
    ... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... phpTopsites is a Server Side ... This file is supposed to be for the administrator's usage, i.e. to upload ... First of all the attacker needs to find the website's path, ...
    (Securiteam)
  • Re: upload file issue
    ... together a web site for a local association I belong too. ... create a folder at the root of the web server. ... The upload of the files ... /website (folder where all of the web site is build with *.php files) ...
    (comp.lang.php)