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 a site

Uploading a site

Scheduled Pinned Locked Moved ASP.NET
csharpasp-netdatabasesql-servervisual-studio
11 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.
  • I Offline
    I Offline
    IamAmit
    wrote on last edited by
    #1

    Hello friends, I am new to asp.net 2.0 environment. I want to know detailed procedure of uploading a site. I am using VS 2005 and SQL server 2005.

    C 1 Reply Last reply
    0
    • I IamAmit

      Hello friends, I am new to asp.net 2.0 environment. I want to know detailed procedure of uploading a site. I am using VS 2005 and SQL server 2005.

      C Offline
      C Offline
      c ivan
      wrote on last edited by
      #2

      Where you upload site? On your web server or web server of hosting company?

      I 1 Reply Last reply
      0
      • C c ivan

        Where you upload site? On your web server or web server of hosting company?

        I Offline
        I Offline
        IamAmit
        wrote on last edited by
        #3

        On the Web server of hosting company..

        C 1 Reply Last reply
        0
        • I IamAmit

          On the Web server of hosting company..

          C Offline
          C Offline
          c ivan
          wrote on last edited by
          #4

          Usualy hosting company give you username and pass for their control panel where you can not have freedom to do what you want.If you already create web site, you can only upload your precompiled files through their upload sistem or through FTP connection, create your database and execute sql scripts.

          I 1 Reply Last reply
          0
          • C c ivan

            Usualy hosting company give you username and pass for their control panel where you can not have freedom to do what you want.If you already create web site, you can only upload your precompiled files through their upload sistem or through FTP connection, create your database and execute sql scripts.

            I Offline
            I Offline
            IamAmit
            wrote on last edited by
            #5

            We upload a site to the server. But we get this error.. Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load the assembly 'App_Web_k5ljjbdz'. Make sure that it is compiled before accessing the page. Source Error: Line 1: <%@ page language="C#" autoeventwireup="true" inherits="Webmaster_AdminLogin, App_Web_k5ljjbdz" debug="true" enableEventValidation="false" viewStateEncryptionMode="Never" %> Line 2: Line 3: Source File: /test/test/webmaster/adminlogin.aspx Line: 1 Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 What could be the solution for this?

            C 1 Reply Last reply
            0
            • I IamAmit

              We upload a site to the server. But we get this error.. Server Error in '/' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load the assembly 'App_Web_k5ljjbdz'. Make sure that it is compiled before accessing the page. Source Error: Line 1: <%@ page language="C#" autoeventwireup="true" inherits="Webmaster_AdminLogin, App_Web_k5ljjbdz" debug="true" enableEventValidation="false" viewStateEncryptionMode="Never" %> Line 2: Line 3: Source File: /test/test/webmaster/adminlogin.aspx Line: 1 Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210 What could be the solution for this?

              C Offline
              C Offline
              c ivan
              wrote on last edited by
              #6

              Check if App_Web_k5ljjbdz.dll is in Bin directory.

              I 1 Reply Last reply
              0
              • C c ivan

                Check if App_Web_k5ljjbdz.dll is in Bin directory.

                I Offline
                I Offline
                IamAmit
                wrote on last edited by
                #7

                Yes the File exists in the Bin directory.

                S 1 Reply Last reply
                0
                • I IamAmit

                  Yes the File exists in the Bin directory.

                  S Offline
                  S Offline
                  Sathesh Sakthivel
                  wrote on last edited by
                  #8

                  Hi, Such errors occur when the run-time cannot find the specified control. Check ur project files if the module is there. If u can find it, rebuild the solution completely and see what u have. If u can't find the module in ur project/solution files, delete line 2 completely and the control from the the source files or comment it out. Ur project should run then.

                  SSK. Anyone who says sunshine brings happiness has never danced in the rain.

                  I 1 Reply Last reply
                  0
                  • S Sathesh Sakthivel

                    Hi, Such errors occur when the run-time cannot find the specified control. Check ur project files if the module is there. If u can find it, rebuild the solution completely and see what u have. If u can't find the module in ur project/solution files, delete line 2 completely and the control from the the source files or comment it out. Ur project should run then.

                    SSK. Anyone who says sunshine brings happiness has never danced in the rain.

                    I Offline
                    I Offline
                    IamAmit
                    wrote on last edited by
                    #9

                    Yes, the module is there and the project is running at the local server after publishing. When it is uploaded on the web server, It gives this error. Is it a hosting servers problem?

                    S 1 Reply Last reply
                    0
                    • I IamAmit

                      Yes, the module is there and the project is running at the local server after publishing. When it is uploaded on the web server, It gives this error. Is it a hosting servers problem?

                      S Offline
                      S Offline
                      Sathesh Sakthivel
                      wrote on last edited by
                      #10

                      IamAmit wrote:

                      Is it a hosting servers problem?

                      May be. Try with filezilla ftp control it is a freeware tool. get the user name and the password for the server and try it.

                      SSK. Anyone who says sunshine brings happiness has never danced in the rain.

                      I 1 Reply Last reply
                      0
                      • S Sathesh Sakthivel

                        IamAmit wrote:

                        Is it a hosting servers problem?

                        May be. Try with filezilla ftp control it is a freeware tool. get the user name and the password for the server and try it.

                        SSK. Anyone who says sunshine brings happiness has never danced in the rain.

                        I Offline
                        I Offline
                        IamAmit
                        wrote on last edited by
                        #11

                        We tried it with the Filezilla? but the same error occurs

                        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