When I build and run my application I get a directory listing in the browser (also happens for sub folders), and I have to click on Index.aspx. It’s making me crazy.
Visual Studio 2008
ASP.NET Development Server 9.0.0.0
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The project must have atleast an empty
Default.aspxfile to overcome the Directory Listing problem forGlobal.asax.🙂
Once you add that empty file all requests can be handled in one location.