Click here to Skip to main content
15,923,789 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
http://www.codeproject.com/Articles/8477/Using-ADO-NET-for-beginners

if i use this project i am getting error like

Directory Listing -- /DatabaseAccessWithADONET/
-------------------------------------------------------
VB
Wednesday, November 10, 2004 11:54 AM        <dir> bin
 Wednesday, November 10, 2004 11:54 AM        1,078 App.ico
 Wednesday, November 10, 2004 11:54 AM        2,426 AssemblyInfo.cs
 Wednesday, November 10, 2004 11:54 AM        1,462 DataAccessTierClass.cs
 Wednesday, November 10, 2004 11:54 AM        5,692 DatabaseAccessWithADONET.csproj
 Wednesday, November 10, 2004 11:54 AM        1,804 DatabaseAccessWithADONET.csproj.user
 Wednesday, November 10, 2004 11:54 AM          933 DatabaseAccessWithADONET.sln
 Wednesday, November 10, 2004 11:54 AM        1,244 ExitClass.cs
 Wednesday, November 10, 2004 11:54 AM        4,455 FormAbout.cs
 Wednesday, November 10, 2004 11:54 AM       11,395 FormAbout.resx
 Wednesday, November 10, 2004 11:54 AM      159,744 PersonDatabase.mdb
 Wednesday, November 10, 2004 11:54 AM       28,517 UserInterfaceTierForm.cs
 Wednesday, November 10, 2004 11:54 AM       21,821 UserInterfaceTierForm.resx
        Tuesday, May 13, 2014 11:20 PM        7,856 Web.config


how can i rectify this error... pls any one help
Posted

This is not an error. IIS is configured to show directory listings so that is what it is doing. You need to configure the site in IIS properly or open it properly in Visual Studio and run it.
 
Share this answer
 
Don't post this under Quick Answers - if you got the code from an article, then there is a "new message" button at the bottom of that article, which causes an email to be sent to the author. They are then alerted that you wish to speak to them.
Posting this here relies on them "dropping by" and realising it is for them.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900