Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Jan 20, 2011 10:15 PM by ThumbDog
Member
74 Points
28 Posts
Jan 20, 2011 06:46 PM|LINK
After one deploys a site, is it necessary to "remote" into your IIS server using IIS Manager and set up the friendly URL rules yourself?
IIS Friendly URLs IIS Manager
Jan 20, 2011 10:15 PM|LINK
I had tried unsuccessfully to deploy to two different hosts. Many phonecalls and online chats later, I'm pleased to say all appears to be working well on both sites. Here's what worked for me:
Navigate to this page http://www.microsoft.com/web/post/WebMatrix-10-Release-Notes . About halfway down, you'll notice a section labelled Extensionless URLs do not find .cshtml/.vbhtml files on IIS 7 or IIS 7.5.
Insert the "runAllManagedModulesForAllRequests" into your web.config and, like magic, it just worked for me. Your mileage may vary.
Good luck.
web.config WebMatrix deploy
ThumbDog
Member
74 Points
28 Posts
A URL Rewrite Question
Jan 20, 2011 06:46 PM|LINK
After one deploys a site, is it necessary to "remote" into your IIS server using IIS Manager and set up the friendly URL rules yourself?
IIS Friendly URLs IIS Manager
ThumbDog
Member
74 Points
28 Posts
Does your WebMatrix app worked locally, but not when you deploy it to a host?
Jan 20, 2011 10:15 PM|LINK
I had tried unsuccessfully to deploy to two different hosts. Many phonecalls and online chats later, I'm pleased to say all appears to be working well on both sites. Here's what worked for me:
Navigate to this page http://www.microsoft.com/web/post/WebMatrix-10-Release-Notes . About halfway down, you'll notice a section labelled Extensionless URLs do not find .cshtml/.vbhtml files on IIS 7 or IIS 7.5.
Insert the "runAllManagedModulesForAllRequests" into your web.config and, like magic, it just worked for me. Your mileage may vary.
Good luck.
web.config WebMatrix deploy