Regarding asp.net Loginpage in IE11
Hi All,I am facing problem in asp.net web application in login page in IE11 browser.This login page working fine in the chrome and firefox.but not working in IE11.can you please help me to solve this...
View Article2 websites on one server iis
hiiam having 2 websites which have to run on same server. and iam using iis8.5in iis i have added 2 websites with same ip address and sames ports ,but it is showing error that 2 websites should not...
View ArticleAlter HttpContext.Current.User.Identity.Name from the client
I'm reviewing some code for a colleague and want to be sure about this before I raise it (office politics rubbish...)Would it be possible for someone with malicious intent to alter the value of...
View ArticleMVC 4 project template with Forms Authentication
Hi, I have a MVC 4 website made with the default template that ships with VS 2013/MVC 4. When the app is deployed on my test win 2k8R2 server on IIS when you login it says, Hi "Domain\user" in the top...
View ArticleWeb.config file
VS 2008, Vb.NetWhy is it I can trace an Ip address and see the web.config file on the server? What am I doing wrong? When I move a site to our production server, should I not be moving the web.config...
View ArticleAsp.net Identity Expire Session Cookie
We are using MVC 5.2 and the ASP.NET Identity framework for authentication with a form authentication screen (user&password combo) and identity is persisted using a cookie. I have configuration in...
View ArticleI have Two MVC webapplication , Needs Easy Implemetation of SSO
Hi Team , I have done lot of surfing but wants the easy and properr solution of SSO. I have my TWo MVC application , Where i want to sign in only one application. Please Help me in giving ideas...
View ArticleBest way to migrate from local Dev Environment to Production Server
Hey guys - I'm building a web app which I'd like to move to a production server (Windows Server, SQL Sever 2012). I've implemented some basic authentication functionality using the LogIn controls and...
View ArticleCustom ViewService fails with 404 error for app.FormPostResponse.js -...
Hi,I am trying to implement SSO using Thinktecture Identity Server. As part of this I am implementing custom view service. authentication process fails as it tries to post the form using...
View ArticleSet maxconnections from client(ip)
Today we received hundreds of request at the same time, same url and same ip. Which lead to our database crashed. (It was a bug in our app)Is it possible to allow max 2 connections / sec / ip. Where is...
View ArticleClaims Identity advantage
Hi All,Could anyone let us know how to use claim identity using ASP.NET Identity and what are the benefits of it.Thanks,Shabbir
View ArticleExtra level of security need to be added using a SMS service(One Time...
Hi ,Can i get the code base or some url for develop the extra level of security using a SMS service into my application and need to develop in Visual Studio 2005.(One Time Password two-factor...
View ArticleIIS // Robots.txt // libwww-perl
Hey,I'm trying to block this as per the recommendation of an SEO check. I used this article http://forums.asp.net/t/1970637.aspx?I+want+to+block+libwww+perl but it doesn't seem to work me:User-agent:...
View Article: ASP.NET IIS Impersonation after server migration
Impersonation works fine when on server with IIS7 installed but fails on server with IIS8.5 installed. Any ideas on why impersonation will not authenticate?Exception...
View ArticleDoes membership allow changing a person's email?
Is there a way using "membership" to change a person's email?Thanks
View ArticleI am confused with asp.net 4.5. When looking at forms of authentication, the...
In what I read, "Forms" has been depreciated for authentication in 4.5, and now we should use identity. But I don't see "identity" as an option. Can someone explain the confusion to me?
View ArticleWith the new identity/owin authentication, where do you set the url for...
I can log in and log out from my home page adding the login controls to it. But when I log in or log out from the home page, it takes me to the Default.aspx page that is created when the web app is...
View ArticleWindows Authentication
Salve a tutti,vorrei un consiglio su come posso realizzare una doppia autenticazione di windows. Mi spiego meglio.1 Step) Apro la pagina, faccio l'autenticazione ed entro.2 Step) Attraverso un pulsante...
View ArticleHow to recover Clear Password from PasswordHash using ASP.NET Identity
Hello Guys,How to get clear password from PasswordHash using ASP.NET Identity, In Previous ASP.NET Membership we can change it to clear password so that in the database it stored as clear password but...
View ArticleNullReferenceException in UserManager.Find()
I'm getting a mysterious NullReferenceException whenever I call UserManger.Find().Stack trace: at Microsoft.AspNet.Identity.TaskExtensions.CultureAwaiter`1.get_IsCompleted() at...
View Article