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. Deploy my first Web app

Deploy my first Web app

Scheduled Pinned Locked Moved ASP.NET
helpcsharpasp-netsysadminannouncement
10 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.
  • W Offline
    W Offline
    WaleedS
    wrote on last edited by
    #1

    Hi all, I have a problem deploying my first web application (realty.web), what I did is: 1- Build the Solution {While selecting release} 2- I took the Content of the Folder and put it on the Production server under c:\Inetpub\wwwroot\myweapp 3- I create a virtual directory to my app 4- I added the ASP.net user {read access} to the Folder permissions 5- I try to get my app to open the page But I got this error {Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\realty.web\bccb683f\177768e7" is denied} I search for that folder realty.web\bccb683f\ but I didn't find it ... :^) Can someone help me with this ....:~ Thanks, Best Regards Waleed Seada

    V M H W 4 Replies Last reply
    0
    • W WaleedS

      Hi all, I have a problem deploying my first web application (realty.web), what I did is: 1- Build the Solution {While selecting release} 2- I took the Content of the Folder and put it on the Production server under c:\Inetpub\wwwroot\myweapp 3- I create a virtual directory to my app 4- I added the ASP.net user {read access} to the Folder permissions 5- I try to get my app to open the page But I got this error {Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\realty.web\bccb683f\177768e7" is denied} I search for that folder realty.web\bccb683f\ but I didn't find it ... :^) Can someone help me with this ....:~ Thanks, Best Regards Waleed Seada

      V Offline
      V Offline
      Vasudevan Deepak Kumar
      wrote on last edited by
      #2

      Hi Waleed: It is a variant of the error that has been discussed in my other blog http://blogs.wwwcoder.com/deepak/[^]. It may be the same Indexing service issue. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/

      1 Reply Last reply
      0
      • W WaleedS

        Hi all, I have a problem deploying my first web application (realty.web), what I did is: 1- Build the Solution {While selecting release} 2- I took the Content of the Folder and put it on the Production server under c:\Inetpub\wwwroot\myweapp 3- I create a virtual directory to my app 4- I added the ASP.net user {read access} to the Folder permissions 5- I try to get my app to open the page But I got this error {Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\realty.web\bccb683f\177768e7" is denied} I search for that folder realty.web\bccb683f\ but I didn't find it ... :^) Can someone help me with this ....:~ Thanks, Best Regards Waleed Seada

        M Offline
        M Offline
        minhpc_bk
        wrote on last edited by
        #3

        Hi there, Such a folder is created by the ASP.NET, so you need to make sure that the ASPNET account should has full control on the temporary folder Temporary ASP.NET Files.

        V 1 Reply Last reply
        0
        • M minhpc_bk

          Hi there, Such a folder is created by the ASP.NET, so you need to make sure that the ASPNET account should has full control on the temporary folder Temporary ASP.NET Files.

          V Offline
          V Offline
          Vasudevan Deepak Kumar
          wrote on last edited by
          #4

          It does have and mostly would. The Indexing Service would have locked it. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/

          M 1 Reply Last reply
          0
          • V Vasudevan Deepak Kumar

            It does have and mostly would. The Indexing Service would have locked it. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/

            M Offline
            M Offline
            minhpc_bk
            wrote on last edited by
            #5

            Hi there, I agree with you that the Indexing Service could be the cause, but I cannot be too sure that the ASP.NET process identity has the right permissions on the temp folder all the time.

            V 1 Reply Last reply
            0
            • M minhpc_bk

              Hi there, I agree with you that the Indexing Service could be the cause, but I cannot be too sure that the ASP.NET process identity has the right permissions on the temp folder all the time.

              V Offline
              V Offline
              Vasudevan Deepak Kumar
              wrote on last edited by
              #6

              Hi: The default installation sets things for you right. You may have Indexing Service Manual and check out the difference. Also, you can have Indexing running but exclude ASP.NET related cache folders excluded from Indexing Catalog. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/

              M 1 Reply Last reply
              0
              • V Vasudevan Deepak Kumar

                Hi: The default installation sets things for you right. You may have Indexing Service Manual and check out the difference. Also, you can have Indexing running but exclude ASP.NET related cache folders excluded from Indexing Catalog. Deepak Kumar Vasudevan Personal Web: http://vdeepakkumar.netfirms.com/ I Blog At: http://deepak.blogdrive.com/

                M Offline
                M Offline
                minhpc_bk
                wrote on last edited by
                #7

                Deepak, Thanks, I know that since I had worked with the Indexing Service for a while. The reason I come up with the permission issue is that I recently installed the Community Server on a machine which only has the .Net framework installed, and got the same error. Finally, I figured out that the ASPNET account does not have full control on the temp folder.

                1 Reply Last reply
                0
                • W WaleedS

                  Hi all, I have a problem deploying my first web application (realty.web), what I did is: 1- Build the Solution {While selecting release} 2- I took the Content of the Folder and put it on the Production server under c:\Inetpub\wwwroot\myweapp 3- I create a virtual directory to my app 4- I added the ASP.net user {read access} to the Folder permissions 5- I try to get my app to open the page But I got this error {Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\realty.web\bccb683f\177768e7" is denied} I search for that folder realty.web\bccb683f\ but I didn't find it ... :^) Can someone help me with this ....:~ Thanks, Best Regards Waleed Seada

                  H Offline
                  H Offline
                  hakanaktan
                  wrote on last edited by
                  #8

                  i had same error that my project works fine on my local machine but gave error on company server. Then i gave the full rights on Asp.Net Temporary Internet Files for ASP.NET user for first run.Then i removed the rights. It worked fine. I think to give the rights once at first run is enough too solve problem. Then u may take them back.. --junior coder--

                  1 Reply Last reply
                  0
                  • W WaleedS

                    Hi all, I have a problem deploying my first web application (realty.web), what I did is: 1- Build the Solution {While selecting release} 2- I took the Content of the Folder and put it on the Production server under c:\Inetpub\wwwroot\myweapp 3- I create a virtual directory to my app 4- I added the ASP.net user {read access} to the Folder permissions 5- I try to get my app to open the page But I got this error {Access to the path "C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\realty.web\bccb683f\177768e7" is denied} I search for that folder realty.web\bccb683f\ but I didn't find it ... :^) Can someone help me with this ....:~ Thanks, Best Regards Waleed Seada

                    W Offline
                    W Offline
                    WaleedS
                    wrote on last edited by
                    #9

                    Guys, thanks for your feed-back, I think the Indexing problem is related to the .dll's rather than what I mentioned here, well I solved the Problem by running the .Net Command prompet and I try some parameter as described at the CMD aspnet_regiis/? (I did aspnet_regiis -i) and then everything works fine for me !! I don't understand why it happend at the first place, so If any got any idea, I will appreciate sharing it to all of us ... Thanks, Best Regards Waleed Seada

                    M 1 Reply Last reply
                    0
                    • W WaleedS

                      Guys, thanks for your feed-back, I think the Indexing problem is related to the .dll's rather than what I mentioned here, well I solved the Problem by running the .Net Command prompet and I try some parameter as described at the CMD aspnet_regiis/? (I did aspnet_regiis -i) and then everything works fine for me !! I don't understand why it happend at the first place, so If any got any idea, I will appreciate sharing it to all of us ... Thanks, Best Regards Waleed Seada

                      M Offline
                      M Offline
                      minhpc_bk
                      wrote on last edited by
                      #10

                      Hi there, Looks like the script maps of your application need to be updated to the version of the ASP.NET on the machine. You can take a look at the ASP.NET IIS Registration Tool (Aspnet_regiis.exe)[^] for more information.

                      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