0

I upgrade my IIS to IIS 8.5 and in IIS 8.5 global asax begin request not firing(I asked here: Global.asax Application_BeginRequest not firing After reinstall Server )

In global asax begin request I check if URL is non www.If it is non www I just redirect to www...But begin request not firing in IIS 8.5

I searched google there is HTTP redirect module enter image description here

I tried this but it still does not work It does not redirect non www to www it give that error in non www

enter image description here

user1688401
  • 1,851
  • 8
  • 47
  • 83

1 Answers1

0

I just forget to add non www version to IIS website bindings via http://yazilimsozluk.com/http-error-404

user1688401
  • 1,851
  • 8
  • 47
  • 83