Hi
In our web site we need to add around 2500 Url rewrites form there old site to new one, when we do this I have face an issue with . config file size, with all our redirects file is around 360Kb, I have try out following solutions which are posted in several
community blogs but non of them are working.
Note: our web site is running in Azure VM
1) split rewrites in to a separate file
even we move redirects to separate .config file that new file is around 335kb so same error occurs. we can omit this option
2) add registry key
I have add MaxWebConfigFileSizeInKB key to \SOFTWARE\Microsoft\InetStp\Configuration and \SOFTWARE\Wow6432Node\Microsoft\InetStp\Configuration
and restart the app pool, restart the server.
but still we are getting same file size error.
My question is,
is registry modifications not effecting because of Azure VM? if so how we can achieve this?
apart form above solution any other suggestions?
I would be very thankful if any of you can help me with this.
Note: I have first report this to MS IIS forum they suggest to check on Azure support
https://forums.iis.net/t/1239135.aspx