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. Regarding page execution

Regarding page execution

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelpquestion
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.
  • V vijaylumar

    hi i am developing a webapplication which is local to my system when im running the application it is showing that it is executing from http://localhost:1234/webapplication1 where as my webapplication is in drive D i know that when a page is requested for first time the asp.net engine compiles it and converts it to a dll and for next request the same dll is used i didnt added the bin folder to my webapplication now what is the problem is i changed the code and when i run the application it is showing the old result. can any give the path for deleting the dll i m using asp.net 2.0, where i could not find Inetpub/wwwroot to solve this i uninstalled the .net and reinstalled it but even it is not solved.

    N Offline
    N Offline
    N a v a n e e t h
    wrote on last edited by
    #2

    vijaylumar wrote:

    to solve this i uninstalled the .net and reinstalled it

    :doh: You have problems in understanding how a file-system website works. Visual Studio 2005 onwards, an inbuilt ASP.NET development server is supplied and used when you create a file system website. If you change the code and do a refresh, you should see the latest updates. In worst case, you may need to stop the ASP.NET development server and start it again. You never need to reinstall .NET framework. Give us more information about what steps can reproduce your problem so that some one can come up with a solution.

    vijaylumar wrote:

    i m using asp.net 2.0, where i could not find Inetpub/wwwroot

    So don't you have IIS installed?

    Best wishes, Navaneeth

    V 2 Replies Last reply
    0
    • N N a v a n e e t h

      vijaylumar wrote:

      to solve this i uninstalled the .net and reinstalled it

      :doh: You have problems in understanding how a file-system website works. Visual Studio 2005 onwards, an inbuilt ASP.NET development server is supplied and used when you create a file system website. If you change the code and do a refresh, you should see the latest updates. In worst case, you may need to stop the ASP.NET development server and start it again. You never need to reinstall .NET framework. Give us more information about what steps can reproduce your problem so that some one can come up with a solution.

      vijaylumar wrote:

      i m using asp.net 2.0, where i could not find Inetpub/wwwroot

      So don't you have IIS installed?

      Best wishes, Navaneeth

      V Offline
      V Offline
      vijaylumar
      wrote on last edited by
      #3

      hi thanks for your reply where could i find ASP.NET Development Server

      J 1 Reply Last reply
      0
      • N N a v a n e e t h

        vijaylumar wrote:

        to solve this i uninstalled the .net and reinstalled it

        :doh: You have problems in understanding how a file-system website works. Visual Studio 2005 onwards, an inbuilt ASP.NET development server is supplied and used when you create a file system website. If you change the code and do a refresh, you should see the latest updates. In worst case, you may need to stop the ASP.NET development server and start it again. You never need to reinstall .NET framework. Give us more information about what steps can reproduce your problem so that some one can come up with a solution.

        vijaylumar wrote:

        i m using asp.net 2.0, where i could not find Inetpub/wwwroot

        So don't you have IIS installed?

        Best wishes, Navaneeth

        V Offline
        V Offline
        vijaylumar
        wrote on last edited by
        #4

        hi actually i got the error like this BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpage_master' do u have any idea about this

        1 Reply Last reply
        0
        • V vijaylumar

          hi thanks for your reply where could i find ASP.NET Development Server

          J Offline
          J Offline
          Jaiprakash M Bankolli
          wrote on last edited by
          #5

          ASP.NET Development Server is inbuilt server launched from Visual Studio, now if you want to publish this web site follow steps mentioned in this link

          Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me

          V 1 Reply Last reply
          0
          • J Jaiprakash M Bankolli

            ASP.NET Development Server is inbuilt server launched from Visual Studio, now if you want to publish this web site follow steps mentioned in this link

            Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me

            V Offline
            V Offline
            vijaylumar
            wrote on last edited by
            #6

            hi i want to restart the ASP.NET Development Server

            J 1 Reply Last reply
            0
            • V vijaylumar

              hi i want to restart the ASP.NET Development Server

              J Offline
              J Offline
              Jaiprakash M Bankolli
              wrote on last edited by
              #7

              When you launch the web site from VS, you will see development server in task bar. That will have options of stop. Stop the execution of web site from VS and it will stop the development server and relaunch it again. this will take care of restart of development server.

              Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me

              V 1 Reply Last reply
              0
              • J Jaiprakash M Bankolli

                When you launch the web site from VS, you will see development server in task bar. That will have options of stop. Stop the execution of web site from VS and it will stop the development server and relaunch it again. this will take care of restart of development server.

                Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me

                V Offline
                V Offline
                vijaylumar
                wrote on last edited by
                #8

                hi i got the error like this BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpage_master' do u have any idea about this

                J 1 Reply Last reply
                0
                • V vijaylumar

                  hi i got the error like this BC30456: 'CreateResourceBasedLiteralControl' is not a member of 'ASP.masterpage_master' do u have any idea about this

                  J Offline
                  J Offline
                  Jaiprakash M Bankolli
                  wrote on last edited by
                  #9

                  This error is code specific, can you share the code so that I can look into it and let you know what could be the error. Thanks

                  Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me

                  V 1 Reply Last reply
                  0
                  • J Jaiprakash M Bankolli

                    This error is code specific, can you share the code so that I can look into it and let you know what could be the error. Thanks

                    Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me

                    V Offline
                    V Offline
                    vijaylumar
                    wrote on last edited by
                    #10

                    hi this is the code in MasterPage in source <%@ Master Language="VB" AutoEventWireup="false" CodeFile="MasterPagePos.master.vb" Inherits="MasterPagePos"> 'in code File Public Class MasterPagePos Inherits System.Web.UI.MasterPage End Class

                    J 1 Reply Last reply
                    0
                    • V vijaylumar

                      hi this is the code in MasterPage in source <%@ Master Language="VB" AutoEventWireup="false" CodeFile="MasterPagePos.master.vb" Inherits="MasterPagePos"> 'in code File Public Class MasterPagePos Inherits System.Web.UI.MasterPage End Class

                      J Offline
                      J Offline
                      Jaiprakash M Bankolli
                      wrote on last edited by
                      #11

                      I need entire code since what you are talking about is code related error.

                      Regards, Jaiprakash M Bankolli jaiprakash.bankolli@gmail.com My Blog Suggestions for me

                      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