Asp.net 4.0 url rewrite problemi
Asp.net ile web config dosyası temizlenmiş halde geliyor url rewrite modulunu kullanırken aşağıdaki gibi bir hata ile karsılastım. Aldığım hata “The element ‘system.webServer’ has invalid child element ‘rewrite’” idi sonrasında ise hatalı ve hatasın web config dosyalarını karsılastırdgımızda sorunun <configuration xmlns=”http://schemas.microsoft.com/.NetConfiguration/v2.0″> kısmından kaynaklandıgını anladım problemı cozmek için xml şema tanımını girmeniz gerekiyor.
<configuration> olması gereken <configuration xmlns=”http://schemas.microsoft.com/.NetConfiguration/v2.0″>
Alınan Hata
The element ‘system.webServer’ has invalid child element ‘rewrite’. List of possible elements expected: ‘asp, caching, cgi, defaultDocument, directoryBrowse, globalModules, handlers, httpCompression, httpErrors, httpLogging, httpProtocol, httpRedirect, httpTracing, isapiFilters, modules, odbcLogging, security, serverRuntime, serverSideInclude, staticContent, tracing, urlCompression, validation, management’.

