Application is unable to access Drive which is mapped froml DFS
up vote
0
down vote
favorite
In Windows server, I have configured a network share in DFS under namespace as networkservershare1.
Mapped the DFS Share(servershare1) as Local Drive (H: Drive)
Application is configured in IIS as WEB site.
In Application configuration,
As per the architect application should point application source from locally mapped H: Drive/...
When i hit the url, web application say - application source not found.
Application Source configuration(directory) : Source Point to H:Drive...
--
If I configure the source directory to point Servershare1 - Application is working.
Only when the application points to H:drive... - Application is not working.
Verified permissions are given as per requirement. Same setup is working properly in other environments. Only in this server, issue occurs.
Am I missing anything ?
windows iis permissions dfs network-share
add a comment |
up vote
0
down vote
favorite
In Windows server, I have configured a network share in DFS under namespace as networkservershare1.
Mapped the DFS Share(servershare1) as Local Drive (H: Drive)
Application is configured in IIS as WEB site.
In Application configuration,
As per the architect application should point application source from locally mapped H: Drive/...
When i hit the url, web application say - application source not found.
Application Source configuration(directory) : Source Point to H:Drive...
--
If I configure the source directory to point Servershare1 - Application is working.
Only when the application points to H:drive... - Application is not working.
Verified permissions are given as per requirement. Same setup is working properly in other environments. Only in this server, issue occurs.
Am I missing anything ?
windows iis permissions dfs network-share
You need to use UNC paths, as mapped drives are simply not supported, blog.lextudio.com/…
– Lex Li
Nov 21 at 3:55
@LexLi, Same Set up is working in other servers(Production & Dev). This issue is in Testing Env Server only. It was working properly, suddenly stopped working.
– Purushothaman
Nov 21 at 4:24
"is working" does not change the fact that it is not supported by Microsoft. That's it.
– Lex Li
Nov 21 at 4:49
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
In Windows server, I have configured a network share in DFS under namespace as networkservershare1.
Mapped the DFS Share(servershare1) as Local Drive (H: Drive)
Application is configured in IIS as WEB site.
In Application configuration,
As per the architect application should point application source from locally mapped H: Drive/...
When i hit the url, web application say - application source not found.
Application Source configuration(directory) : Source Point to H:Drive...
--
If I configure the source directory to point Servershare1 - Application is working.
Only when the application points to H:drive... - Application is not working.
Verified permissions are given as per requirement. Same setup is working properly in other environments. Only in this server, issue occurs.
Am I missing anything ?
windows iis permissions dfs network-share
In Windows server, I have configured a network share in DFS under namespace as networkservershare1.
Mapped the DFS Share(servershare1) as Local Drive (H: Drive)
Application is configured in IIS as WEB site.
In Application configuration,
As per the architect application should point application source from locally mapped H: Drive/...
When i hit the url, web application say - application source not found.
Application Source configuration(directory) : Source Point to H:Drive...
--
If I configure the source directory to point Servershare1 - Application is working.
Only when the application points to H:drive... - Application is not working.
Verified permissions are given as per requirement. Same setup is working properly in other environments. Only in this server, issue occurs.
Am I missing anything ?
windows iis permissions dfs network-share
windows iis permissions dfs network-share
asked Nov 21 at 3:49
Purushothaman
15
15
You need to use UNC paths, as mapped drives are simply not supported, blog.lextudio.com/…
– Lex Li
Nov 21 at 3:55
@LexLi, Same Set up is working in other servers(Production & Dev). This issue is in Testing Env Server only. It was working properly, suddenly stopped working.
– Purushothaman
Nov 21 at 4:24
"is working" does not change the fact that it is not supported by Microsoft. That's it.
– Lex Li
Nov 21 at 4:49
add a comment |
You need to use UNC paths, as mapped drives are simply not supported, blog.lextudio.com/…
– Lex Li
Nov 21 at 3:55
@LexLi, Same Set up is working in other servers(Production & Dev). This issue is in Testing Env Server only. It was working properly, suddenly stopped working.
– Purushothaman
Nov 21 at 4:24
"is working" does not change the fact that it is not supported by Microsoft. That's it.
– Lex Li
Nov 21 at 4:49
You need to use UNC paths, as mapped drives are simply not supported, blog.lextudio.com/…
– Lex Li
Nov 21 at 3:55
You need to use UNC paths, as mapped drives are simply not supported, blog.lextudio.com/…
– Lex Li
Nov 21 at 3:55
@LexLi, Same Set up is working in other servers(Production & Dev). This issue is in Testing Env Server only. It was working properly, suddenly stopped working.
– Purushothaman
Nov 21 at 4:24
@LexLi, Same Set up is working in other servers(Production & Dev). This issue is in Testing Env Server only. It was working properly, suddenly stopped working.
– Purushothaman
Nov 21 at 4:24
"is working" does not change the fact that it is not supported by Microsoft. That's it.
– Lex Li
Nov 21 at 4:49
"is working" does not change the fact that it is not supported by Microsoft. That's it.
– Lex Li
Nov 21 at 4:49
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53405002%2fapplication-is-unable-to-access-drive-which-is-mapped-froml-dfs%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
You need to use UNC paths, as mapped drives are simply not supported, blog.lextudio.com/…
– Lex Li
Nov 21 at 3:55
@LexLi, Same Set up is working in other servers(Production & Dev). This issue is in Testing Env Server only. It was working properly, suddenly stopped working.
– Purushothaman
Nov 21 at 4:24
"is working" does not change the fact that it is not supported by Microsoft. That's it.
– Lex Li
Nov 21 at 4:49