|
|
 |
BOOK: Professional ASP.NET 2.0 Security, Membership, and Role Management ISBN: 978-0-7645-9698-8
 | This is the forum to discuss the Wrox book Professional ASP.NET 2.0 Security, Membership, and Role Management by Stefan Schackow; ISBN: 9780764596988 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Professional ASP.NET 2.0 Security, Membership, and Role Management ISBN: 978-0-7645-9698-8 section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
|
 |

March 28th, 2007, 11:55 AM
|
|
Registered User
|
|
Join Date: Mar 2007
Location: , NJ, .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Chapter 6 - This type of page is not served.
I'm attempting to setup the Wildcard application mapping. I can't seem to get past the following error:
Code:
Server Error in '/' Application.
--------------------------------------------------------------------------------
This type of page is not served.
Description: The type of page you have requested is not served because it has been explicitly forbidden. The extension '.asp' may be incorrect. Please review the URL below and make sure that it is spelled correctly.
Requested URL: /default.asp
Also, when I do this, the web site can't find the default content page(s). It returns a 404 error for '/'.
I have 'Active Server Pages' Allowed in the Web Service Extensions in IIS 6.0.
I've spent a good amount of time on this already, and at this point all my google searches turn up nothing.
Any ideas?
|

March 28th, 2007, 12:17 PM
|
|
Registered User
|
|
Join Date: Mar 2007
Location: , NJ, .
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
After much frustration I think I have finally found the source of the problem. IIS 6.0 has a nasty option that lets you make it behave like 5.0. IIS 5.0 = No cool wildcards.
Right click Web Sites in IIS
- Service Tab
-- Make sure that Run WWW service in IIS 5.0 isolation mode is not checked.
Hopefully I've helped someone else out.
|

August 19th, 2009, 03:42 PM
|
|
Registered User
|
|
Join Date: Aug 2009
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
Originally Posted by elberon5
After much frustration I think I have finally found the source of the problem. IIS 6.0 has a nasty option that lets you make it behave like 5.0. IIS 5.0 = No cool wildcards.
Right click Web Sites in IIS
- Service Tab
-- Make sure that Run WWW service in IIS 5.0 isolation mode is not checked.
Hopefully I've helped someone else out.
|
Hello, this is exactly the same thing that is happening to me. But can you please tell me a bit more where should I go to check that Run WWW service IIS 5.0 isolation mode is not checked?
Thanks,
chopis
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
 |