unable to capture username when asp.net application deployed in iis on windows server2019 Community Moderator ElectionASP.NET Web Site or ASP.NET Web Application?How do you deploy your ASP.NET applications to live servers?I just discovered why all ASP.Net websites are slow, and I am trying to work out what to do about itAn ASP.NET setting has been detected that does not apply in Integrated managed pipeline modeReceiving login prompt using integrated windows authenticationIIS AppPoolIdentity and file system write access permissionsHttpContext.User.Identity.Name in a deployed applicationASP.Net: Can I capture a users network username from an internet website?C# asp.net - get windows user login account on deploy serverUnable to open window in Web Application when deployed on IIS
Having the player face themselves after the mid-game
Insult for someone who "doesn't know anything"
What is the orbit and expected lifetime of Crew Dragon trunk?
Can I challenge the interviewer to give me a proper technical feedback?
Why aren't there more Gauls like Obelix?
A running toilet that stops itself
3.5% Interest Student Loan or use all of my savings on Tuition?
Professor forcing me to attend a conference, I can't afford even with 50% funding
Does the US political system, in principle, allow for a no-party system?
What do you call someone who likes to pick fights?
Boss Telling direct supervisor I snitched
Where is the License file location for Identity Server in Sitecore 9.1?
Why do we say 'Pairwise Disjoint', rather than 'Disjoint'?
Issue with units for a rocket nozzle throat area problem
What is the purpose of a disclaimer like "this is not legal advice"?
What does *dead* mean in *What do you mean, dead?*?
Why does this boat have a landing pad? (SpaceX's GO Searcher) Any plans for propulsive capsule landings?
How does a sound wave propagate?
Does an unused member variable take up memory?
What is the oldest European royal house?
Why do we call complex numbers “numbers” but we don’t consider 2-vectors numbers?
School performs periodic password audits. Is my password compromised?
How to recover against Snake as a heavyweight character?
Inorganic chemistry handbook with reaction lists
unable to capture username when asp.net application deployed in iis on windows server
2019 Community Moderator ElectionASP.NET Web Site or ASP.NET Web Application?How do you deploy your ASP.NET applications to live servers?I just discovered why all ASP.Net websites are slow, and I am trying to work out what to do about itAn ASP.NET setting has been detected that does not apply in Integrated managed pipeline modeReceiving login prompt using integrated windows authenticationIIS AppPoolIdentity and file system write access permissionsHttpContext.User.Identity.Name in a deployed applicationASP.Net: Can I capture a users network username from an internet website?C# asp.net - get windows user login account on deploy serverUnable to open window in Web Application when deployed on IIS
I have a basic asp.net application(C#) . As i cannot afford to buy a server i deployed my application on IIS of windows server so the team internally in organization can use it. When i run application on my local system i am able to capture my username. But when i deploy the same in IIS of windows server i am unable to capture the user who is using the application. Application authentication is done through windows authentication. Authorization to different parts of application are done through IIS only. I am not maintaining user login page and sessions.
c# asp.net
New contributor
add a comment |
I have a basic asp.net application(C#) . As i cannot afford to buy a server i deployed my application on IIS of windows server so the team internally in organization can use it. When i run application on my local system i am able to capture my username. But when i deploy the same in IIS of windows server i am unable to capture the user who is using the application. Application authentication is done through windows authentication. Authorization to different parts of application are done through IIS only. I am not maintaining user login page and sessions.
c# asp.net
New contributor
1
I don't see you <authentication/>-element in web.config, is it property set up? Also this could just be the browser not configured to use integrated windows authentication, thought then the browser should ask for credentials. Can't help you much more with such a minimal information and no code visible. Add more information.
– Esko
2 days ago
add a comment |
I have a basic asp.net application(C#) . As i cannot afford to buy a server i deployed my application on IIS of windows server so the team internally in organization can use it. When i run application on my local system i am able to capture my username. But when i deploy the same in IIS of windows server i am unable to capture the user who is using the application. Application authentication is done through windows authentication. Authorization to different parts of application are done through IIS only. I am not maintaining user login page and sessions.
c# asp.net
New contributor
I have a basic asp.net application(C#) . As i cannot afford to buy a server i deployed my application on IIS of windows server so the team internally in organization can use it. When i run application on my local system i am able to capture my username. But when i deploy the same in IIS of windows server i am unable to capture the user who is using the application. Application authentication is done through windows authentication. Authorization to different parts of application are done through IIS only. I am not maintaining user login page and sessions.
c# asp.net
c# asp.net
New contributor
New contributor
edited 2 days ago
Laura
4514
4514
New contributor
asked 2 days ago
MN SaiMN Sai
11
11
New contributor
New contributor
1
I don't see you <authentication/>-element in web.config, is it property set up? Also this could just be the browser not configured to use integrated windows authentication, thought then the browser should ask for credentials. Can't help you much more with such a minimal information and no code visible. Add more information.
– Esko
2 days ago
add a comment |
1
I don't see you <authentication/>-element in web.config, is it property set up? Also this could just be the browser not configured to use integrated windows authentication, thought then the browser should ask for credentials. Can't help you much more with such a minimal information and no code visible. Add more information.
– Esko
2 days ago
1
1
I don't see you <authentication/>-element in web.config, is it property set up? Also this could just be the browser not configured to use integrated windows authentication, thought then the browser should ask for credentials. Can't help you much more with such a minimal information and no code visible. Add more information.
– Esko
2 days ago
I don't see you <authentication/>-element in web.config, is it property set up? Also this could just be the browser not configured to use integrated windows authentication, thought then the browser should ask for credentials. Can't help you much more with such a minimal information and no code visible. Add more information.
– Esko
2 days ago
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
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
);
);
MN Sai is a new contributor. Be nice, and check out our Code of Conduct.
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%2f55022737%2funable-to-capture-username-when-asp-net-application-deployed-in-iis-on-windows-s%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
MN Sai is a new contributor. Be nice, and check out our Code of Conduct.
MN Sai is a new contributor. Be nice, and check out our Code of Conduct.
MN Sai is a new contributor. Be nice, and check out our Code of Conduct.
MN Sai is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f55022737%2funable-to-capture-username-when-asp-net-application-deployed-in-iis-on-windows-s%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
I don't see you <authentication/>-element in web.config, is it property set up? Also this could just be the browser not configured to use integrated windows authentication, thought then the browser should ask for credentials. Can't help you much more with such a minimal information and no code visible. Add more information.
– Esko
2 days ago