Permissions issue with virtual directory to UNC pathAccessing internally stored documents via hyperlinks in Websites on a DMZ serverConfigure IIS FTP with a Virtual Directory to a UNC pathHTTP Error 500.19 - Internal Server ErrorIIS7.5/Win2k8 - Accessing Virtual Directories via UNC from non-domain machine to another non-domain machineHttp 500 internal server error on MVC3 deploymentIntermittent 400 Bad Request Errors in IISIIS 7.5 - why Googlebot receive 500 internal server error from Website?HTTP Error 500.19 - Internal Server Error ( messed IIS )Slow Performance With IIS Basic AuthenticationIIS7 ISAPIModule Intermittent Error 500 - Incorrect FunctionWhy isn't IIS on Windows Server 2012 able to access system environment variables?

Some Russian letters overlap the next line of text when used in drop caps

Why does blending blueberries, milk, banana and vanilla extract cause the mixture to have a yogurty consistency?

What do you call a painting on a wall?

How can Internet speed be 10 times slower without a router than when using the same connection with a router?

Is there an age requirement to play in Adventurers League?

Is Iron Man stronger than the Hulk?

Why didn't this character get a funeral at the end of Avengers: Endgame?

Krull dimension of the ring of global sections

How to pass query parameters in URL in Salesforce Summer 19 Release?

When did England stop being a Papal fief?

Is it normal for gliders not to have attitude indicators?

Game artist computer workstation set-up – is this overkill?

In linear regression why does regularisation penalise the parameter values as well?

Dirichlet series with a single zero

Determine if a grid contains another grid

Is there a word for food that's gone 'bad', but is still edible?

Can my 2 children, aged 10 and 12, who are US citizens, travel to the USA on expired American passports?

My large rocket is still flipping over

Which "exotic salt" can lower water's freezing point by -70°C?

Endgame puzzle: How to avoid stalemate and win?

Is throwing dice a stochastic or a deterministic process?

How to properly store the current value of int variable into a token list?

How can I get people to remember my character's gender?

Is there precedent or are there procedures for a US president refusing to concede to an electoral defeat?



Permissions issue with virtual directory to UNC path


Accessing internally stored documents via hyperlinks in Websites on a DMZ serverConfigure IIS FTP with a Virtual Directory to a UNC pathHTTP Error 500.19 - Internal Server ErrorIIS7.5/Win2k8 - Accessing Virtual Directories via UNC from non-domain machine to another non-domain machineHttp 500 internal server error on MVC3 deploymentIntermittent 400 Bad Request Errors in IISIIS 7.5 - why Googlebot receive 500 internal server error from Website?HTTP Error 500.19 - Internal Server Error ( messed IIS )Slow Performance With IIS Basic AuthenticationIIS7 ISAPIModule Intermittent Error 500 - Incorrect FunctionWhy isn't IIS on Windows Server 2012 able to access system environment variables?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;








13















I have a virtual directory in my site (test environment). It is a UNC share which is also used as a public FTP.



It is configured to connect as a domain admin account and "Test settings" says everything appears to be working. However when I try to connect to it I get:




500 - "Failed to start monitoring
changes on
INTRANETFTPtestweb.config because
access was denied"




This is an ASP.NET YSOD. I am not sure why ASP.NET is getting involved at all as it's a static .jpg file I'm requesting.



I tried turning on failed request tracing and this is the specific error:



  • ModuleName WindowsAuthentication

  • Notification 2

  • HttpStatus 500

  • HttpReason Internal Server Error

  • HttpSubStatus 0

  • ErrorCode 0

  • ConfigExceptionInfo

  • Notification AUTHENTICATE_REQUEST

  • ErrorCode The operation completed successfully. (0x0)

If I change the "Physical Path Logon Type" from ClearText to Network. I get the following IIS error:




HTTP Error 500.19 - Internal Server



Error The requested page cannot be
accessed because the related
configuration data for the page is
invalid.



Detailed Error Information




  • Module IIS Web Core


  • Notification BeginRequest


  • Handler Not yet determined


  • Error Code 0x80070005


  • Config Error Cannot read configuration
    file due to insufficient permissions


  • Config File \?UNCINTRANETFTPtestweb.config

  • Requested URL
    http://test.mydowmain.com:80/uploads/images/ca49acf6-6174-412e-8abd-59fab983e931.jpg


  • Physical Path
    \INTRANETFTPtestimagesca49acf6-6174-412e-8abd-59fab983e931.jpg


  • Logon Method Not yet determined



  • Logon User Not yet determined


  • Failed Request Tracing Log Directory C:inetpublogsFailedReqLogFiles



This does not generate a failed request log strangely enough—I have set the failed request tracing to trace errors with error codes 400-999.



Also worth noting is that if I open the Configuration feature from within IIS, I see an access denied error.



I have exactly the same set up on my local dev machine to the same UNC path and the same user it works. Just on the test server it does not.



What am I doing wrong?










share|improve this question






























    13















    I have a virtual directory in my site (test environment). It is a UNC share which is also used as a public FTP.



    It is configured to connect as a domain admin account and "Test settings" says everything appears to be working. However when I try to connect to it I get:




    500 - "Failed to start monitoring
    changes on
    INTRANETFTPtestweb.config because
    access was denied"




    This is an ASP.NET YSOD. I am not sure why ASP.NET is getting involved at all as it's a static .jpg file I'm requesting.



    I tried turning on failed request tracing and this is the specific error:



    • ModuleName WindowsAuthentication

    • Notification 2

    • HttpStatus 500

    • HttpReason Internal Server Error

    • HttpSubStatus 0

    • ErrorCode 0

    • ConfigExceptionInfo

    • Notification AUTHENTICATE_REQUEST

    • ErrorCode The operation completed successfully. (0x0)

    If I change the "Physical Path Logon Type" from ClearText to Network. I get the following IIS error:




    HTTP Error 500.19 - Internal Server



    Error The requested page cannot be
    accessed because the related
    configuration data for the page is
    invalid.



    Detailed Error Information




    • Module IIS Web Core


    • Notification BeginRequest


    • Handler Not yet determined


    • Error Code 0x80070005


    • Config Error Cannot read configuration
      file due to insufficient permissions


    • Config File \?UNCINTRANETFTPtestweb.config

    • Requested URL
      http://test.mydowmain.com:80/uploads/images/ca49acf6-6174-412e-8abd-59fab983e931.jpg


    • Physical Path
      \INTRANETFTPtestimagesca49acf6-6174-412e-8abd-59fab983e931.jpg


    • Logon Method Not yet determined



    • Logon User Not yet determined


    • Failed Request Tracing Log Directory C:inetpublogsFailedReqLogFiles



    This does not generate a failed request log strangely enough—I have set the failed request tracing to trace errors with error codes 400-999.



    Also worth noting is that if I open the Configuration feature from within IIS, I see an access denied error.



    I have exactly the same set up on my local dev machine to the same UNC path and the same user it works. Just on the test server it does not.



    What am I doing wrong?










    share|improve this question


























      13












      13








      13


      7






      I have a virtual directory in my site (test environment). It is a UNC share which is also used as a public FTP.



      It is configured to connect as a domain admin account and "Test settings" says everything appears to be working. However when I try to connect to it I get:




      500 - "Failed to start monitoring
      changes on
      INTRANETFTPtestweb.config because
      access was denied"




      This is an ASP.NET YSOD. I am not sure why ASP.NET is getting involved at all as it's a static .jpg file I'm requesting.



      I tried turning on failed request tracing and this is the specific error:



      • ModuleName WindowsAuthentication

      • Notification 2

      • HttpStatus 500

      • HttpReason Internal Server Error

      • HttpSubStatus 0

      • ErrorCode 0

      • ConfigExceptionInfo

      • Notification AUTHENTICATE_REQUEST

      • ErrorCode The operation completed successfully. (0x0)

      If I change the "Physical Path Logon Type" from ClearText to Network. I get the following IIS error:




      HTTP Error 500.19 - Internal Server



      Error The requested page cannot be
      accessed because the related
      configuration data for the page is
      invalid.



      Detailed Error Information




      • Module IIS Web Core


      • Notification BeginRequest


      • Handler Not yet determined


      • Error Code 0x80070005


      • Config Error Cannot read configuration
        file due to insufficient permissions


      • Config File \?UNCINTRANETFTPtestweb.config

      • Requested URL
        http://test.mydowmain.com:80/uploads/images/ca49acf6-6174-412e-8abd-59fab983e931.jpg


      • Physical Path
        \INTRANETFTPtestimagesca49acf6-6174-412e-8abd-59fab983e931.jpg


      • Logon Method Not yet determined



      • Logon User Not yet determined


      • Failed Request Tracing Log Directory C:inetpublogsFailedReqLogFiles



      This does not generate a failed request log strangely enough—I have set the failed request tracing to trace errors with error codes 400-999.



      Also worth noting is that if I open the Configuration feature from within IIS, I see an access denied error.



      I have exactly the same set up on my local dev machine to the same UNC path and the same user it works. Just on the test server it does not.



      What am I doing wrong?










      share|improve this question
















      I have a virtual directory in my site (test environment). It is a UNC share which is also used as a public FTP.



      It is configured to connect as a domain admin account and "Test settings" says everything appears to be working. However when I try to connect to it I get:




      500 - "Failed to start monitoring
      changes on
      INTRANETFTPtestweb.config because
      access was denied"




      This is an ASP.NET YSOD. I am not sure why ASP.NET is getting involved at all as it's a static .jpg file I'm requesting.



      I tried turning on failed request tracing and this is the specific error:



      • ModuleName WindowsAuthentication

      • Notification 2

      • HttpStatus 500

      • HttpReason Internal Server Error

      • HttpSubStatus 0

      • ErrorCode 0

      • ConfigExceptionInfo

      • Notification AUTHENTICATE_REQUEST

      • ErrorCode The operation completed successfully. (0x0)

      If I change the "Physical Path Logon Type" from ClearText to Network. I get the following IIS error:




      HTTP Error 500.19 - Internal Server



      Error The requested page cannot be
      accessed because the related
      configuration data for the page is
      invalid.



      Detailed Error Information




      • Module IIS Web Core


      • Notification BeginRequest


      • Handler Not yet determined


      • Error Code 0x80070005


      • Config Error Cannot read configuration
        file due to insufficient permissions


      • Config File \?UNCINTRANETFTPtestweb.config

      • Requested URL
        http://test.mydowmain.com:80/uploads/images/ca49acf6-6174-412e-8abd-59fab983e931.jpg


      • Physical Path
        \INTRANETFTPtestimagesca49acf6-6174-412e-8abd-59fab983e931.jpg


      • Logon Method Not yet determined



      • Logon User Not yet determined


      • Failed Request Tracing Log Directory C:inetpublogsFailedReqLogFiles



      This does not generate a failed request log strangely enough—I have set the failed request tracing to trace errors with error codes 400-999.



      Also worth noting is that if I open the Configuration feature from within IIS, I see an access denied error.



      I have exactly the same set up on my local dev machine to the same UNC path and the same user it works. Just on the test server it does not.



      What am I doing wrong?







      iis permissions unc virtual-directory






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 26 at 19:02









      Michael

      1437




      1437










      asked Jun 11 '11 at 10:42









      Rob Stevenson-LeggettRob Stevenson-Leggett

      3582519




      3582519




















          6 Answers
          6






          active

          oldest

          votes


















          10














          The fact that it's an ASP.net app is probably exactly what the issue is here. Your application pool identity has to have rights (not necessarily the IIS identity; by default, the app pool identity is the local Network Service account.) You also probably need to run caspol.exe on your IIS machine.



          http://msdn.microsoft.com/en-us/library/cb6t8dtz%28v=vs.80%29.aspx



          http://learn.iis.net/page.aspx/50/aspnet-20-35-shared-hosting-configuration/



          %windir%Microsoft.NETFrameworkv2.0.50727caspol -m -ag 1. -url "file://\remotefileservercontent$*" FullTrust





          share|improve this answer






























            5














            I resolved our issue by creating matching accounts on both the web server and the unc server. I then modified the Application pool to run using that matching account not network service. This gave me the flexibility to sync the password on both servers without affecting other network service dependent functions.






            share|improve this answer


















            • 3





              After spending 5 hours and searching for a solution, finally I.T. Action's solution worked for me. So I've created exact same users on both machines, and then set the Application pool to run using that account. I was just about to go crazy about that. Finally solved. Hope this helps to everyone has the same issue

              – user249232
              Oct 15 '14 at 14:37











            • Massive +1. I'm in the same boat as @user249232 - making a mirror account on the IIS machine instantly solved the issue after much searching. However, I set the user by 'Connect as' in the site's basic settings, not by changing the app pool id.

              – Scruffy
              Jun 12 '16 at 4:58






            • 1





              Kudos who this solution work for, but this is a terrible solution for me, since I dont want to try to mimic my corp domain username setup in own personal vbox linux setup, which I use a different username convention. The password syncing is an additional complexity, that is over the top for me, since im already using split servers (iis on my host, and php56 on the linux to have access for composer)

              – Brian Thomas
              Aug 18 '17 at 18:12



















            2














            If this shared source is not an application (e.q. an image folder), Try to configure the virtual directory to be ignored by the root application which includes the virtual directory (in my case I've completed this by changing the root app pool type as Classic instead of Integrated mode). But if There is an application in the shared point then you may follow the way @mfinni stated.






            share|improve this answer
































              1














              You might check to ensure the account that IIS is running under has proper/needed rights to the troublesome UNC.






              share|improve this answer


















              • 3





                If this weren't an ASP.net app, you'd be on the money. Since it's running in an application pool, it's the App Pool identity that needs access, not the IIS user account.

                – mfinni
                Jun 11 '11 at 20:08


















              1














              I had the same problem on IIS 7.5 I found the solution to be:



              1. Create a local user on the server with the share

              2. Create the network Share, giving the user created in step 1 the desired permissions. Windows will set up the permissions for the user you have specified

              3. Go to the virtual directory on IIS and open the "advanced settings"

              4. Enter the URL in physical path for the network share as \<servername><sharename>

              5. click in Physical Path Credentials; add the credentials for the user created in step 1





              share|improve this answer
































                0














                Just had the same issue with a non-domain web server accessing some domain resources using a domain account. We were getting strange behavior ("test credentials" would fail even though we knew credentials were right, we could see folders and files in content view, but couldn't "browse" them).
                Solution was to create a local user on the machine with the same name as the domain user.



                I'm thinking this is what would have happened if the web server were a member of the domain, and the local user was necessary to get at some local resources (config?) in order to map the virtual.



                Hope that helps someone.






                share|improve this answer























                  Your Answer








                  StackExchange.ready(function()
                  var channelOptions =
                  tags: "".split(" "),
                  id: "2"
                  ;
                  initTagRenderer("".split(" "), "".split(" "), channelOptions);

                  StackExchange.using("externalEditor", function()
                  // Have to fire editor after snippets, if snippets enabled
                  if (StackExchange.settings.snippets.snippetsEnabled)
                  StackExchange.using("snippets", function()
                  createEditor();
                  );

                  else
                  createEditor();

                  );

                  function createEditor()
                  StackExchange.prepareEditor(
                  heartbeatType: 'answer',
                  autoActivateHeartbeat: false,
                  convertImagesToLinks: true,
                  noModals: true,
                  showLowRepImageUploadWarning: true,
                  reputationToPostImages: 10,
                  bindNavPrevention: true,
                  postfix: "",
                  imageUploader:
                  brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
                  contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
                  allowUrls: true
                  ,
                  onDemand: true,
                  discardSelector: ".discard-answer"
                  ,immediatelyShowMarkdownHelp:true
                  );



                  );













                  draft saved

                  draft discarded


















                  StackExchange.ready(
                  function ()
                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f279414%2fpermissions-issue-with-virtual-directory-to-unc-path%23new-answer', 'question_page');

                  );

                  Post as a guest















                  Required, but never shown

























                  6 Answers
                  6






                  active

                  oldest

                  votes








                  6 Answers
                  6






                  active

                  oldest

                  votes









                  active

                  oldest

                  votes






                  active

                  oldest

                  votes









                  10














                  The fact that it's an ASP.net app is probably exactly what the issue is here. Your application pool identity has to have rights (not necessarily the IIS identity; by default, the app pool identity is the local Network Service account.) You also probably need to run caspol.exe on your IIS machine.



                  http://msdn.microsoft.com/en-us/library/cb6t8dtz%28v=vs.80%29.aspx



                  http://learn.iis.net/page.aspx/50/aspnet-20-35-shared-hosting-configuration/



                  %windir%Microsoft.NETFrameworkv2.0.50727caspol -m -ag 1. -url "file://\remotefileservercontent$*" FullTrust





                  share|improve this answer



























                    10














                    The fact that it's an ASP.net app is probably exactly what the issue is here. Your application pool identity has to have rights (not necessarily the IIS identity; by default, the app pool identity is the local Network Service account.) You also probably need to run caspol.exe on your IIS machine.



                    http://msdn.microsoft.com/en-us/library/cb6t8dtz%28v=vs.80%29.aspx



                    http://learn.iis.net/page.aspx/50/aspnet-20-35-shared-hosting-configuration/



                    %windir%Microsoft.NETFrameworkv2.0.50727caspol -m -ag 1. -url "file://\remotefileservercontent$*" FullTrust





                    share|improve this answer

























                      10












                      10








                      10







                      The fact that it's an ASP.net app is probably exactly what the issue is here. Your application pool identity has to have rights (not necessarily the IIS identity; by default, the app pool identity is the local Network Service account.) You also probably need to run caspol.exe on your IIS machine.



                      http://msdn.microsoft.com/en-us/library/cb6t8dtz%28v=vs.80%29.aspx



                      http://learn.iis.net/page.aspx/50/aspnet-20-35-shared-hosting-configuration/



                      %windir%Microsoft.NETFrameworkv2.0.50727caspol -m -ag 1. -url "file://\remotefileservercontent$*" FullTrust





                      share|improve this answer













                      The fact that it's an ASP.net app is probably exactly what the issue is here. Your application pool identity has to have rights (not necessarily the IIS identity; by default, the app pool identity is the local Network Service account.) You also probably need to run caspol.exe on your IIS machine.



                      http://msdn.microsoft.com/en-us/library/cb6t8dtz%28v=vs.80%29.aspx



                      http://learn.iis.net/page.aspx/50/aspnet-20-35-shared-hosting-configuration/



                      %windir%Microsoft.NETFrameworkv2.0.50727caspol -m -ag 1. -url "file://\remotefileservercontent$*" FullTrust






                      share|improve this answer












                      share|improve this answer



                      share|improve this answer










                      answered Jun 11 '11 at 20:07









                      mfinnimfinni

                      33.1k34380




                      33.1k34380























                          5














                          I resolved our issue by creating matching accounts on both the web server and the unc server. I then modified the Application pool to run using that matching account not network service. This gave me the flexibility to sync the password on both servers without affecting other network service dependent functions.






                          share|improve this answer


















                          • 3





                            After spending 5 hours and searching for a solution, finally I.T. Action's solution worked for me. So I've created exact same users on both machines, and then set the Application pool to run using that account. I was just about to go crazy about that. Finally solved. Hope this helps to everyone has the same issue

                            – user249232
                            Oct 15 '14 at 14:37











                          • Massive +1. I'm in the same boat as @user249232 - making a mirror account on the IIS machine instantly solved the issue after much searching. However, I set the user by 'Connect as' in the site's basic settings, not by changing the app pool id.

                            – Scruffy
                            Jun 12 '16 at 4:58






                          • 1





                            Kudos who this solution work for, but this is a terrible solution for me, since I dont want to try to mimic my corp domain username setup in own personal vbox linux setup, which I use a different username convention. The password syncing is an additional complexity, that is over the top for me, since im already using split servers (iis on my host, and php56 on the linux to have access for composer)

                            – Brian Thomas
                            Aug 18 '17 at 18:12
















                          5














                          I resolved our issue by creating matching accounts on both the web server and the unc server. I then modified the Application pool to run using that matching account not network service. This gave me the flexibility to sync the password on both servers without affecting other network service dependent functions.






                          share|improve this answer


















                          • 3





                            After spending 5 hours and searching for a solution, finally I.T. Action's solution worked for me. So I've created exact same users on both machines, and then set the Application pool to run using that account. I was just about to go crazy about that. Finally solved. Hope this helps to everyone has the same issue

                            – user249232
                            Oct 15 '14 at 14:37











                          • Massive +1. I'm in the same boat as @user249232 - making a mirror account on the IIS machine instantly solved the issue after much searching. However, I set the user by 'Connect as' in the site's basic settings, not by changing the app pool id.

                            – Scruffy
                            Jun 12 '16 at 4:58






                          • 1





                            Kudos who this solution work for, but this is a terrible solution for me, since I dont want to try to mimic my corp domain username setup in own personal vbox linux setup, which I use a different username convention. The password syncing is an additional complexity, that is over the top for me, since im already using split servers (iis on my host, and php56 on the linux to have access for composer)

                            – Brian Thomas
                            Aug 18 '17 at 18:12














                          5












                          5








                          5







                          I resolved our issue by creating matching accounts on both the web server and the unc server. I then modified the Application pool to run using that matching account not network service. This gave me the flexibility to sync the password on both servers without affecting other network service dependent functions.






                          share|improve this answer













                          I resolved our issue by creating matching accounts on both the web server and the unc server. I then modified the Application pool to run using that matching account not network service. This gave me the flexibility to sync the password on both servers without affecting other network service dependent functions.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Feb 17 '13 at 5:32









                          I.T. ActionI.T. Action

                          5112




                          5112







                          • 3





                            After spending 5 hours and searching for a solution, finally I.T. Action's solution worked for me. So I've created exact same users on both machines, and then set the Application pool to run using that account. I was just about to go crazy about that. Finally solved. Hope this helps to everyone has the same issue

                            – user249232
                            Oct 15 '14 at 14:37











                          • Massive +1. I'm in the same boat as @user249232 - making a mirror account on the IIS machine instantly solved the issue after much searching. However, I set the user by 'Connect as' in the site's basic settings, not by changing the app pool id.

                            – Scruffy
                            Jun 12 '16 at 4:58






                          • 1





                            Kudos who this solution work for, but this is a terrible solution for me, since I dont want to try to mimic my corp domain username setup in own personal vbox linux setup, which I use a different username convention. The password syncing is an additional complexity, that is over the top for me, since im already using split servers (iis on my host, and php56 on the linux to have access for composer)

                            – Brian Thomas
                            Aug 18 '17 at 18:12













                          • 3





                            After spending 5 hours and searching for a solution, finally I.T. Action's solution worked for me. So I've created exact same users on both machines, and then set the Application pool to run using that account. I was just about to go crazy about that. Finally solved. Hope this helps to everyone has the same issue

                            – user249232
                            Oct 15 '14 at 14:37











                          • Massive +1. I'm in the same boat as @user249232 - making a mirror account on the IIS machine instantly solved the issue after much searching. However, I set the user by 'Connect as' in the site's basic settings, not by changing the app pool id.

                            – Scruffy
                            Jun 12 '16 at 4:58






                          • 1





                            Kudos who this solution work for, but this is a terrible solution for me, since I dont want to try to mimic my corp domain username setup in own personal vbox linux setup, which I use a different username convention. The password syncing is an additional complexity, that is over the top for me, since im already using split servers (iis on my host, and php56 on the linux to have access for composer)

                            – Brian Thomas
                            Aug 18 '17 at 18:12








                          3




                          3





                          After spending 5 hours and searching for a solution, finally I.T. Action's solution worked for me. So I've created exact same users on both machines, and then set the Application pool to run using that account. I was just about to go crazy about that. Finally solved. Hope this helps to everyone has the same issue

                          – user249232
                          Oct 15 '14 at 14:37





                          After spending 5 hours and searching for a solution, finally I.T. Action's solution worked for me. So I've created exact same users on both machines, and then set the Application pool to run using that account. I was just about to go crazy about that. Finally solved. Hope this helps to everyone has the same issue

                          – user249232
                          Oct 15 '14 at 14:37













                          Massive +1. I'm in the same boat as @user249232 - making a mirror account on the IIS machine instantly solved the issue after much searching. However, I set the user by 'Connect as' in the site's basic settings, not by changing the app pool id.

                          – Scruffy
                          Jun 12 '16 at 4:58





                          Massive +1. I'm in the same boat as @user249232 - making a mirror account on the IIS machine instantly solved the issue after much searching. However, I set the user by 'Connect as' in the site's basic settings, not by changing the app pool id.

                          – Scruffy
                          Jun 12 '16 at 4:58




                          1




                          1





                          Kudos who this solution work for, but this is a terrible solution for me, since I dont want to try to mimic my corp domain username setup in own personal vbox linux setup, which I use a different username convention. The password syncing is an additional complexity, that is over the top for me, since im already using split servers (iis on my host, and php56 on the linux to have access for composer)

                          – Brian Thomas
                          Aug 18 '17 at 18:12






                          Kudos who this solution work for, but this is a terrible solution for me, since I dont want to try to mimic my corp domain username setup in own personal vbox linux setup, which I use a different username convention. The password syncing is an additional complexity, that is over the top for me, since im already using split servers (iis on my host, and php56 on the linux to have access for composer)

                          – Brian Thomas
                          Aug 18 '17 at 18:12












                          2














                          If this shared source is not an application (e.q. an image folder), Try to configure the virtual directory to be ignored by the root application which includes the virtual directory (in my case I've completed this by changing the root app pool type as Classic instead of Integrated mode). But if There is an application in the shared point then you may follow the way @mfinni stated.






                          share|improve this answer





























                            2














                            If this shared source is not an application (e.q. an image folder), Try to configure the virtual directory to be ignored by the root application which includes the virtual directory (in my case I've completed this by changing the root app pool type as Classic instead of Integrated mode). But if There is an application in the shared point then you may follow the way @mfinni stated.






                            share|improve this answer



























                              2












                              2








                              2







                              If this shared source is not an application (e.q. an image folder), Try to configure the virtual directory to be ignored by the root application which includes the virtual directory (in my case I've completed this by changing the root app pool type as Classic instead of Integrated mode). But if There is an application in the shared point then you may follow the way @mfinni stated.






                              share|improve this answer















                              If this shared source is not an application (e.q. an image folder), Try to configure the virtual directory to be ignored by the root application which includes the virtual directory (in my case I've completed this by changing the root app pool type as Classic instead of Integrated mode). But if There is an application in the shared point then you may follow the way @mfinni stated.







                              share|improve this answer














                              share|improve this answer



                              share|improve this answer








                              edited Feb 22 '17 at 7:08

























                              answered Feb 23 '12 at 9:34









                              Emre GuldoganEmre Guldogan

                              1213




                              1213





















                                  1














                                  You might check to ensure the account that IIS is running under has proper/needed rights to the troublesome UNC.






                                  share|improve this answer


















                                  • 3





                                    If this weren't an ASP.net app, you'd be on the money. Since it's running in an application pool, it's the App Pool identity that needs access, not the IIS user account.

                                    – mfinni
                                    Jun 11 '11 at 20:08















                                  1














                                  You might check to ensure the account that IIS is running under has proper/needed rights to the troublesome UNC.






                                  share|improve this answer


















                                  • 3





                                    If this weren't an ASP.net app, you'd be on the money. Since it's running in an application pool, it's the App Pool identity that needs access, not the IIS user account.

                                    – mfinni
                                    Jun 11 '11 at 20:08













                                  1












                                  1








                                  1







                                  You might check to ensure the account that IIS is running under has proper/needed rights to the troublesome UNC.






                                  share|improve this answer













                                  You might check to ensure the account that IIS is running under has proper/needed rights to the troublesome UNC.







                                  share|improve this answer












                                  share|improve this answer



                                  share|improve this answer










                                  answered Jun 11 '11 at 17:27









                                  user48838user48838

                                  7,26921314




                                  7,26921314







                                  • 3





                                    If this weren't an ASP.net app, you'd be on the money. Since it's running in an application pool, it's the App Pool identity that needs access, not the IIS user account.

                                    – mfinni
                                    Jun 11 '11 at 20:08












                                  • 3





                                    If this weren't an ASP.net app, you'd be on the money. Since it's running in an application pool, it's the App Pool identity that needs access, not the IIS user account.

                                    – mfinni
                                    Jun 11 '11 at 20:08







                                  3




                                  3





                                  If this weren't an ASP.net app, you'd be on the money. Since it's running in an application pool, it's the App Pool identity that needs access, not the IIS user account.

                                  – mfinni
                                  Jun 11 '11 at 20:08





                                  If this weren't an ASP.net app, you'd be on the money. Since it's running in an application pool, it's the App Pool identity that needs access, not the IIS user account.

                                  – mfinni
                                  Jun 11 '11 at 20:08











                                  1














                                  I had the same problem on IIS 7.5 I found the solution to be:



                                  1. Create a local user on the server with the share

                                  2. Create the network Share, giving the user created in step 1 the desired permissions. Windows will set up the permissions for the user you have specified

                                  3. Go to the virtual directory on IIS and open the "advanced settings"

                                  4. Enter the URL in physical path for the network share as \<servername><sharename>

                                  5. click in Physical Path Credentials; add the credentials for the user created in step 1





                                  share|improve this answer





























                                    1














                                    I had the same problem on IIS 7.5 I found the solution to be:



                                    1. Create a local user on the server with the share

                                    2. Create the network Share, giving the user created in step 1 the desired permissions. Windows will set up the permissions for the user you have specified

                                    3. Go to the virtual directory on IIS and open the "advanced settings"

                                    4. Enter the URL in physical path for the network share as \<servername><sharename>

                                    5. click in Physical Path Credentials; add the credentials for the user created in step 1





                                    share|improve this answer



























                                      1












                                      1








                                      1







                                      I had the same problem on IIS 7.5 I found the solution to be:



                                      1. Create a local user on the server with the share

                                      2. Create the network Share, giving the user created in step 1 the desired permissions. Windows will set up the permissions for the user you have specified

                                      3. Go to the virtual directory on IIS and open the "advanced settings"

                                      4. Enter the URL in physical path for the network share as \<servername><sharename>

                                      5. click in Physical Path Credentials; add the credentials for the user created in step 1





                                      share|improve this answer















                                      I had the same problem on IIS 7.5 I found the solution to be:



                                      1. Create a local user on the server with the share

                                      2. Create the network Share, giving the user created in step 1 the desired permissions. Windows will set up the permissions for the user you have specified

                                      3. Go to the virtual directory on IIS and open the "advanced settings"

                                      4. Enter the URL in physical path for the network share as \<servername><sharename>

                                      5. click in Physical Path Credentials; add the credentials for the user created in step 1






                                      share|improve this answer














                                      share|improve this answer



                                      share|improve this answer








                                      edited Jun 17 '15 at 15:34









                                      BE77Y

                                      2,38031422




                                      2,38031422










                                      answered Jun 17 '15 at 14:41









                                      CharlesCharles

                                      111




                                      111





















                                          0














                                          Just had the same issue with a non-domain web server accessing some domain resources using a domain account. We were getting strange behavior ("test credentials" would fail even though we knew credentials were right, we could see folders and files in content view, but couldn't "browse" them).
                                          Solution was to create a local user on the machine with the same name as the domain user.



                                          I'm thinking this is what would have happened if the web server were a member of the domain, and the local user was necessary to get at some local resources (config?) in order to map the virtual.



                                          Hope that helps someone.






                                          share|improve this answer



























                                            0














                                            Just had the same issue with a non-domain web server accessing some domain resources using a domain account. We were getting strange behavior ("test credentials" would fail even though we knew credentials were right, we could see folders and files in content view, but couldn't "browse" them).
                                            Solution was to create a local user on the machine with the same name as the domain user.



                                            I'm thinking this is what would have happened if the web server were a member of the domain, and the local user was necessary to get at some local resources (config?) in order to map the virtual.



                                            Hope that helps someone.






                                            share|improve this answer

























                                              0












                                              0








                                              0







                                              Just had the same issue with a non-domain web server accessing some domain resources using a domain account. We were getting strange behavior ("test credentials" would fail even though we knew credentials were right, we could see folders and files in content view, but couldn't "browse" them).
                                              Solution was to create a local user on the machine with the same name as the domain user.



                                              I'm thinking this is what would have happened if the web server were a member of the domain, and the local user was necessary to get at some local resources (config?) in order to map the virtual.



                                              Hope that helps someone.






                                              share|improve this answer













                                              Just had the same issue with a non-domain web server accessing some domain resources using a domain account. We were getting strange behavior ("test credentials" would fail even though we knew credentials were right, we could see folders and files in content view, but couldn't "browse" them).
                                              Solution was to create a local user on the machine with the same name as the domain user.



                                              I'm thinking this is what would have happened if the web server were a member of the domain, and the local user was necessary to get at some local resources (config?) in order to map the virtual.



                                              Hope that helps someone.







                                              share|improve this answer












                                              share|improve this answer



                                              share|improve this answer










                                              answered Sep 6 '17 at 20:51









                                              jprmsnjprmsn

                                              1




                                              1



























                                                  draft saved

                                                  draft discarded
















































                                                  Thanks for contributing an answer to Server Fault!


                                                  • Please be sure to answer the question. Provide details and share your research!

                                                  But avoid


                                                  • Asking for help, clarification, or responding to other answers.

                                                  • Making statements based on opinion; back them up with references or personal experience.

                                                  To learn more, see our tips on writing great answers.




                                                  draft saved


                                                  draft discarded














                                                  StackExchange.ready(
                                                  function ()
                                                  StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f279414%2fpermissions-issue-with-virtual-directory-to-unc-path%23new-answer', 'question_page');

                                                  );

                                                  Post as a guest















                                                  Required, but never shown





















































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown

































                                                  Required, but never shown














                                                  Required, but never shown












                                                  Required, but never shown







                                                  Required, but never shown







                                                  Popular posts from this blog

                                                  Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

                                                  Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

                                                  Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020