Site not displaying properly
I created a webforms asp.net site. When I run the site from VWD 2008 express the site displays fine. But I setup the si开发者_如何学Cte on IIS 7.5 on localhost. Now when I browse the site I get a page filled with symbols.
Eg.
��{���{��;�N'���
What is going on here?
Solved. I changed sites settings from DefaultAppPool to Classic .NET AppPool.
精彩评论