Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. How can I write a application, so that it can be startup in web?

How can I write a application, so that it can be startup in web?

Scheduled Pinned Locked Moved Visual Basic
question
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    cylix2000
    wrote on last edited by
    #1

    How can I write a application, so that it can be startup in web? May I have a detail step to do so?

    J 1 Reply Last reply
    0
    • C cylix2000

      How can I write a application, so that it can be startup in web? May I have a detail step to do so?

      J Offline
      J Offline
      J4amieC
      wrote on last edited by
      #2

      If I understand your question, you want to write an ASP.NET application. This will be web-based and run through a browser. Current blacklist svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour

      C 1 Reply Last reply
      0
      • J J4amieC

        If I understand your question, you want to write an ASP.NET application. This will be web-based and run through a browser. Current blacklist svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour

        C Offline
        C Offline
        cylix2000
        wrote on last edited by
        #3

        Um ... However, The application is using to get and create a number of files in client side... So, I think it should not be in ASP.NET ...

        D 1 Reply Last reply
        0
        • C cylix2000

          Um ... However, The application is using to get and create a number of files in client side... So, I think it should not be in ASP.NET ...

          D Offline
          D Offline
          Dave Kreskowiak
          wrote on last edited by
          #4

          By default, a web application doesn't have the permissions to do this. For security reasons, the machines file system and other hardware resources are off-limits to any code running inside a web browser. For any further information, you're going to have to explain what you want to do in greater detail. Dave Kreskowiak Microsoft MVP - Visual Basic -- modified at 15:38 Tuesday 25th April, 2006

          C 1 Reply Last reply
          0
          • D Dave Kreskowiak

            By default, a web application doesn't have the permissions to do this. For security reasons, the machines file system and other hardware resources are off-limits to any code running inside a web browser. For any further information, you're going to have to explain what you want to do in greater detail. Dave Kreskowiak Microsoft MVP - Visual Basic -- modified at 15:38 Tuesday 25th April, 2006

            C Offline
            C Offline
            cylix2000
            wrote on last edited by
            #5

            Thank you first. In my task, I need to get some files from the client machine with some input and save them to file server and add a row in database. I have a application to do so. However, In some case, the user will need to reference the old file which display in a asp, I would like to pass the reference (a integer) to the client application, so that the application can indicate that the relationship between the two files (Actually, I am going to do file versioning.) I am finding a solution that user no need to enter any key to do that, but just a click for check out the document and then open the client application to finish the process. (I cannot simply use the asp upload since the user selected a file and the application will have some process in client machine, I don't want those process done in server.)

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups