Hi,
My web site is running fine on iis7.5 and windows server 2008. I just copy and past the published folder in inetpub of new server which is windows server 2012 and iis is 8.5.
Now, my code is not working on authentication page as the value of Request.ServerVariables("Logon_User") is "". I am using VB. NET.
I tried to add URL Rewrite module on iis and add sever variable as Logon_User, but problem remain same.
I disable Anonymous Authentication and enable Windows Authentication, but problem remain same again.
Please help.
Go to the complete details ...