I doubt IIS alone makes a difference. You changed the .NET version or it is a 32 vs 64 bits difference?
IMO take the time to see first what happens. Do you have an error message? Use F12 to see the generated markup and how it fails to achieve what you expect (for example the control is rendered correctly but JavaScript fails ???). The better you understand
what happens, the easier it is to fix the issue.
Member
243 Points
156 Posts
iis 7 compatibility
Mar 11, 2018 07:53 AM|anooshiravan|LINK
I have a third party serverside control on my web forms and it used to work when I used iis 7.
now that I'm using iis 10 the control has stopped working.
any hints?
All-Star
48320 Points
18004 Posts
Re: iis 7 compatibility
Mar 11, 2018 09:41 AM|PatriceSc|LINK
Hi,
I doubt IIS alone makes a difference. You changed the .NET version or it is a 32 vs 64 bits difference?
IMO take the time to see first what happens. Do you have an error message? Use F12 to see the generated markup and how it fails to achieve what you expect (for example the control is rendered correctly but JavaScript fails ???). The better you understand what happens, the easier it is to fix the issue.