In windows server 2012 R I formatter server and reinstall server 2012 R with IIS 8.5xx version I copy same file but my website does not work Global.asax Application_BeginRequest method not firing my application pool is integrated v4.0 I changed it to classic but it does not work
Asked
Active
Viewed 341 times
0
-
Can you elaborate **does not work**? Please add more details like the error that is seen on the page. – Kaushal Kumar Panday Jul 12 '17 at 15:16
-
in global.asax _BeginRequest method there is code for redirect www for non www URL but this code does not firing,does not run does not work after upgrade IIS 7 to IIS 8.5 – user1688401 Jul 12 '17 at 15:45
-
Have you tried using URL Rewrite for that? It is much more easier. Also have you tried debugging ? – Kaushal Kumar Panday Jul 12 '17 at 16:44
-
No..I must use global asax application begin request with IIS 8.5 – user1688401 Jul 12 '17 at 17:40
-
please include the code so that it can be reviewed. – Kaushal Kumar Panday Jul 14 '17 at 09:12
-
Were you able to figure this out? – Vin Shahrdar Oct 31 '17 at 21:05