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










0















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.



enter image description here










share|improve this question









New contributor




MN Sai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 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















0















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.



enter image description here










share|improve this question









New contributor




MN Sai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 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













0












0








0


1






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.



enter image description here










share|improve this question









New contributor




MN Sai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












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.



enter image description here







c# asp.net






share|improve this question









New contributor




MN Sai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




MN Sai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 2 days ago









Laura

4514




4514






New contributor




MN Sai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 2 days ago









MN SaiMN Sai

11




11




New contributor




MN Sai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





MN Sai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






MN Sai is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 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





    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












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.









draft saved

draft discarded


















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.









draft saved

draft discarded


















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.




draft saved


draft discarded














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





















































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

AWS Lex not identifying response if by a variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceEnforcing custom enumeration in AWS LEX for slot valuesHow to give response based on user response in Amazon Lex?Intercepting AWS Lambda Response to a AWS Lex QueryLex chat bot error: Reached second execution of fulfillment lambda on the same utteranceamazon lex showing invalid responseLambda response send back to Lex slot?Response card in Amazon lexAmazon Lex - Lambda response return HTML to botHow can I solve 424 (Failed Dependency) (python) obtained from Amazon lex?

Алба-Юлія

Захаров Федір Захарович