|
|
 |
BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-8  | This is the forum to discuss the Wrox book Beginning ASP.NET 2.0 by Chris Hart, John Kauffman, David Sussman, Chris Ullman; ISBN: 9780764588501 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 2.0 BOOK VB ISBN: 978-0-7645-8850-1; C# ISBN: 978-0-470-04258-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.
|
 |

May 27th, 2009, 12:15 AM
|
|
Registered User
|
|
Join Date: May 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Directory Listing Denied Error
Hi,
I am a newbie in ASP.NET. While running WroxUnited through IIS, I am getting following message.
Directory Listing Denied
This Virtual Directory does not allow contents to be listed.
Any inputs on this?
Thanks
|

May 27th, 2009, 03:30 PM
|
 |
Wrox Author
Points: 33,554, Level: 80 |
|
|
Join Date: Jun 2003
Location: Utrecht, Netherlands.
Posts: 10,228
Thanks: 7
Thanked 203 Times in 201 Posts
|
|
Hi there,
There are typically two reasons for this error:
1. The folder the error mentions does not contain a "default document", like Default.aspx, Index.htm and so on.
2. IIS is not configured to have a Default Document that matches one you have in your root folder. This usually happens when you install IIS after you installed .NET. In that case Default.aspx is not registered with IIS and no Default.aspx default document is present.
To fix the first problem: simply create a file called Default.aspx. To fix the latter, check the Default Documents settings in IIS and then run aspnet_regiis -i from a command prompt in your .NET framework folder. Searching this board for aspnet_regiis should bring up some helpful posts.
Cheers,
Imar
|
| 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
|
|
|
|
 |