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. Web Development
  3. ASP.NET
  4. uploading asp.net files?

uploading asp.net files?

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelpquestion
15 Posts 4 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.
  • S sacheesach

    From where to get .dll files?

    P Offline
    P Offline
    Paddy Boyd
    wrote on last edited by
    #4

    You should find them in your bin folder.

    S 1 Reply Last reply
    0
    • P Paddy Boyd

      You should find them in your bin folder.

      S Offline
      S Offline
      sacheesach
      wrote on last edited by
      #5

      bin folder path is C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin and the dll files are... 1.mscorcfg.dll 2.mscormmc.dll 3.RequiredPermissions.dll 4.TlbRef.dll is it OK.

      P 1 Reply Last reply
      0
      • S sacheesach

        bin folder path is C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin and the dll files are... 1.mscorcfg.dll 2.mscormmc.dll 3.RequiredPermissions.dll 4.TlbRef.dll is it OK.

        P Offline
        P Offline
        Paddy Boyd
        wrote on last edited by
        #6

        No. When you build your asp.net website, there should be a bin folder under the root of your website - these are the dlls that you require.

        S 1 Reply Last reply
        0
        • P Paddy Boyd

          No. When you build your asp.net website, there should be a bin folder under the root of your website - these are the dlls that you require.

          S Offline
          S Offline
          sacheesach
          wrote on last edited by
          #7

          C:\Documents and Settings\administrator\My Documents\Visual Studio 2005\WebSites\feedback this is my folder where website reside. There is no bin folder.

          E 1 Reply Last reply
          0
          • S sacheesach

            i completed my contact form and want to test it online. I got .net enabled site. but i dont know which are the files to upload and is there any specific folder in which files are to b upload? PLz help. thanks in advance Sachin

            G Offline
            G Offline
            Guffa
            wrote on last edited by
            #8

            Use the menu option Build -> Publish Web Site. This will create the files you need for publishing the site. You can also download and install the Deployment Project addon for Visual Studio, if you want more control over how the files are created.

            --- Year happy = new Year(2007);

            S 1 Reply Last reply
            0
            • S sacheesach

              C:\Documents and Settings\administrator\My Documents\Visual Studio 2005\WebSites\feedback this is my folder where website reside. There is no bin folder.

              E Offline
              E Offline
              enjoycrack
              wrote on last edited by
              #9

              since you used VS2K5...no bin folder created....Just do like Guffa said << >>

              S 1 Reply Last reply
              0
              • E enjoycrack

                since you used VS2K5...no bin folder created....Just do like Guffa said << >>

                S Offline
                S Offline
                sacheesach
                wrote on last edited by
                #10

                Than plz tell, wat all files i upload?

                E 1 Reply Last reply
                0
                • G Guffa

                  Use the menu option Build -> Publish Web Site. This will create the files you need for publishing the site. You can also download and install the Deployment Project addon for Visual Studio, if you want more control over how the files are created.

                  --- Year happy = new Year(2007);

                  S Offline
                  S Offline
                  sacheesach
                  wrote on last edited by
                  #11

                  I don't have "Publish Web Site" link in "Build" menu. And from where to download Deployment Project addon for Visual Studio ?

                  G 1 Reply Last reply
                  0
                  • S sacheesach

                    Than plz tell, wat all files i upload?

                    E Offline
                    E Offline
                    enjoycrack
                    wrote on last edited by
                    #12

                    Hi there: Look at this VS2K3 vs VS2K5, you might see the differences... << >>

                    1 Reply Last reply
                    0
                    • S sacheesach

                      I don't have "Publish Web Site" link in "Build" menu. And from where to download Deployment Project addon for Visual Studio ?

                      G Offline
                      G Offline
                      Guffa
                      wrote on last edited by
                      #13

                      Make sure that you have something in your web selected in the solution explorer when you look in the build menu. If you have something selected that is part of a project that is not your web site, it won't be visible. Have you looked in Microsoft Downloads for the addon?

                      --- Year happy = new Year(2007);

                      S 1 Reply Last reply
                      0
                      • G Guffa

                        Make sure that you have something in your web selected in the solution explorer when you look in the build menu. If you have something selected that is part of a project that is not your web site, it won't be visible. Have you looked in Microsoft Downloads for the addon?

                        --- Year happy = new Year(2007);

                        S Offline
                        S Offline
                        sacheesach
                        wrote on last edited by
                        #14

                        http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx[^] This is the link from where i downloaded the web deployment tool and get it installed. But still no change in software. I gone through the other link(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/web_deployment_projects.asp[^]) of microsoft and according to them i had got web deployment toll installed. But im not finding it in my software. wat to do?

                        G 1 Reply Last reply
                        0
                        • S sacheesach

                          http://msdn2.microsoft.com/en-us/asp.net/aa336619.aspx[^] This is the link from where i downloaded the web deployment tool and get it installed. But still no change in software. I gone through the other link(http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnaspp/html/web_deployment_projects.asp[^]) of microsoft and according to them i had got web deployment toll installed. But im not finding it in my software. wat to do?

                          G Offline
                          G Offline
                          Guffa
                          wrote on last edited by
                          #15

                          Right click on the node of your web application in the Solution Explorer, and select Add Web Deployment Project.

                          --- Year happy = new Year(2007);

                          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