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. C#
  4. About WebServer

About WebServer

Scheduled Pinned Locked Moved C#
sysadminquestion
3 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.
  • M Offline
    M Offline
    Moon Boy
    wrote on last edited by
    #1

    I wanna know, wich files i have to upload. Only the Server.asmx? or Server.dll ? or Server.asmx and Server.asmx.cs... and how i use this DLL? Thanks. :)

    T H 2 Replies Last reply
    0
    • M Moon Boy

      I wanna know, wich files i have to upload. Only the Server.asmx? or Server.dll ? or Server.asmx and Server.asmx.cs... and how i use this DLL? Thanks. :)

      T Offline
      T Offline
      TigerNinja_
      wrote on last edited by
      #2

      If you want to modify the code, you'll need the Server.asmx.cs, if you just want to reference the dll in a project, then use Server.dll. Could you be more specific in what you are trying to do? The question is a bit vague.


      R.Bischoff  .NET, Kommst du mit?

      1 Reply Last reply
      0
      • M Moon Boy

        I wanna know, wich files i have to upload. Only the Server.asmx? or Server.dll ? or Server.asmx and Server.asmx.cs... and how i use this DLL? Thanks. :)

        H Offline
        H Offline
        Heath Stewart
        wrote on last edited by
        #3

        If you're doing this in VS.NET, just click on the Copy Project button at the top of the Solution Explorer when your project is selected. It asks which you want to copy. Typically in a deployment scenario you just copy files necessary for the application to run. This would be the Server.asmx file and the Server.dll file, which either goes into the bin sub-directory of the application root directory (/, /myapp, whatever) or the Global Assembly Cache (GAC) making it easily accessible for web applications that require it and easy to version (since the GAC stores all versions of an assembly that you install in it, unless of course you were to remove certain versions).

        Microsoft MVP, Visual C# My Articles

        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