404 error for pages using a master page in IIS7

Posted by shenku on Stack Overflow See other posts from Stack Overflow or by shenku
Published on 2010-05-26T04:58:41Z Indexed on 2010/05/26 5:01 UTC
Read the original article Hit count: 277

Filed under:
|
|
|
|

Hello,

I have developed my .net web app on XP using IIS6.

It uses just plain old master pages, nothing fancy. No nested master page.

When I deployed it to the server, which is IIS7, suddenly any page that implements a master page, will not be rendered.

Gives a 404 error instead.

Any ideas, about confguration that I need to specify in IIS7 that is not in IIS6?

Thanks

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET