uhaciogullari / SimpleMvcSitemap

A minimalist library for creating sitemap files inside ASP.NET MVC and ASP.NET Core MVC applications
MIT License
128 stars 39 forks source link

Display Error in IIS #19

Closed jackchenCN closed 7 years ago

jackchenCN commented 7 years ago

When i build project in vs2013,it works correct。but when i deploy project in IIS6,all the sitemaps display like '_HOME_Index_GET_NMS'。

uhaciogullari commented 7 years ago

Maybe you are missing some other dependencies for IIS6 (like ASP.NET)? Can you verify you can run other MVC websites?