iis the directory name is invalid
I have an asp.net project with mvc5 that uses filesystem watcher to monitor a directory which is a shared folder by a server. So the path would be starting with a double backslash \
Running the project out of visual studio works fine. When deploying the project to my virtualized windows server 2016 and browsing localhost gets me a server error where the Diretory name \pathtoremotefolder is invalid.
Opening that path with the file explorer didn't bring up any error at all.
My guess is that there might be a switch somehwere in the configuration of IIS that I'm not aware about nor what that terminology is called.
Let me know if you need any configuration files to be posted.
This is also my first time working in the Microsoft Server enviroment, I come from the Linux side.
So if anyone has good source of how to work and configure IIS, I would highly appreciate it if you can point them out to me.
iis c# asp.net
|
show 3 more comments
I have an asp.net project with mvc5 that uses filesystem watcher to monitor a directory which is a shared folder by a server. So the path would be starting with a double backslash \
Running the project out of visual studio works fine. When deploying the project to my virtualized windows server 2016 and browsing localhost gets me a server error where the Diretory name \pathtoremotefolder is invalid.
Opening that path with the file explorer didn't bring up any error at all.
My guess is that there might be a switch somehwere in the configuration of IIS that I'm not aware about nor what that terminology is called.
Let me know if you need any configuration files to be posted.
This is also my first time working in the Microsoft Server enviroment, I come from the Linux side.
So if anyone has good source of how to work and configure IIS, I would highly appreciate it if you can point them out to me.
iis c# asp.net
1
Does IIS user account have access to this share?
– montonero
Jan 24 at 8:17
If it didn't have access to that share then the message would say something like: Insuficient rights to access this directory. Is there a way how to validate that?
– b. byte
Jan 24 at 8:21
1
Error messages could be misleading. It would be nice if you show us an exact message or a screenshot.
– montonero
Jan 24 at 8:51
pasteboard.co/HXU5tGX.png
– b. byte
Jan 24 at 8:58
Have you seen this stackoverflow.com/questions/11219373/… ?
– montonero
Jan 24 at 9:09
|
show 3 more comments
I have an asp.net project with mvc5 that uses filesystem watcher to monitor a directory which is a shared folder by a server. So the path would be starting with a double backslash \
Running the project out of visual studio works fine. When deploying the project to my virtualized windows server 2016 and browsing localhost gets me a server error where the Diretory name \pathtoremotefolder is invalid.
Opening that path with the file explorer didn't bring up any error at all.
My guess is that there might be a switch somehwere in the configuration of IIS that I'm not aware about nor what that terminology is called.
Let me know if you need any configuration files to be posted.
This is also my first time working in the Microsoft Server enviroment, I come from the Linux side.
So if anyone has good source of how to work and configure IIS, I would highly appreciate it if you can point them out to me.
iis c# asp.net
I have an asp.net project with mvc5 that uses filesystem watcher to monitor a directory which is a shared folder by a server. So the path would be starting with a double backslash \
Running the project out of visual studio works fine. When deploying the project to my virtualized windows server 2016 and browsing localhost gets me a server error where the Diretory name \pathtoremotefolder is invalid.
Opening that path with the file explorer didn't bring up any error at all.
My guess is that there might be a switch somehwere in the configuration of IIS that I'm not aware about nor what that terminology is called.
Let me know if you need any configuration files to be posted.
This is also my first time working in the Microsoft Server enviroment, I come from the Linux side.
So if anyone has good source of how to work and configure IIS, I would highly appreciate it if you can point them out to me.
iis c# asp.net
iis c# asp.net
asked Jan 24 at 8:07
b. byteb. byte
1
1
1
Does IIS user account have access to this share?
– montonero
Jan 24 at 8:17
If it didn't have access to that share then the message would say something like: Insuficient rights to access this directory. Is there a way how to validate that?
– b. byte
Jan 24 at 8:21
1
Error messages could be misleading. It would be nice if you show us an exact message or a screenshot.
– montonero
Jan 24 at 8:51
pasteboard.co/HXU5tGX.png
– b. byte
Jan 24 at 8:58
Have you seen this stackoverflow.com/questions/11219373/… ?
– montonero
Jan 24 at 9:09
|
show 3 more comments
1
Does IIS user account have access to this share?
– montonero
Jan 24 at 8:17
If it didn't have access to that share then the message would say something like: Insuficient rights to access this directory. Is there a way how to validate that?
– b. byte
Jan 24 at 8:21
1
Error messages could be misleading. It would be nice if you show us an exact message or a screenshot.
– montonero
Jan 24 at 8:51
pasteboard.co/HXU5tGX.png
– b. byte
Jan 24 at 8:58
Have you seen this stackoverflow.com/questions/11219373/… ?
– montonero
Jan 24 at 9:09
1
1
Does IIS user account have access to this share?
– montonero
Jan 24 at 8:17
Does IIS user account have access to this share?
– montonero
Jan 24 at 8:17
If it didn't have access to that share then the message would say something like: Insuficient rights to access this directory. Is there a way how to validate that?
– b. byte
Jan 24 at 8:21
If it didn't have access to that share then the message would say something like: Insuficient rights to access this directory. Is there a way how to validate that?
– b. byte
Jan 24 at 8:21
1
1
Error messages could be misleading. It would be nice if you show us an exact message or a screenshot.
– montonero
Jan 24 at 8:51
Error messages could be misleading. It would be nice if you show us an exact message or a screenshot.
– montonero
Jan 24 at 8:51
pasteboard.co/HXU5tGX.png
– b. byte
Jan 24 at 8:58
pasteboard.co/HXU5tGX.png
– b. byte
Jan 24 at 8:58
Have you seen this stackoverflow.com/questions/11219373/… ?
– montonero
Jan 24 at 9:09
Have you seen this stackoverflow.com/questions/11219373/… ?
– montonero
Jan 24 at 9:09
|
show 3 more comments
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
});
}
});
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%2fsuperuser.com%2fquestions%2f1397812%2fiis-the-directory-name-is-invalid%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- 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.
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%2fsuperuser.com%2fquestions%2f1397812%2fiis-the-directory-name-is-invalid%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
1
Does IIS user account have access to this share?
– montonero
Jan 24 at 8:17
If it didn't have access to that share then the message would say something like: Insuficient rights to access this directory. Is there a way how to validate that?
– b. byte
Jan 24 at 8:21
1
Error messages could be misleading. It would be nice if you show us an exact message or a screenshot.
– montonero
Jan 24 at 8:51
pasteboard.co/HXU5tGX.png
– b. byte
Jan 24 at 8:58
Have you seen this stackoverflow.com/questions/11219373/… ?
– montonero
Jan 24 at 9:09