Note that there are some explanatory texts on larger screens.

plurals
  1. POBrowser displaying "Directory Listing -- /"
    primarykey
    data
    text
    <p>I'm developing the most simple ASP.NET application which is giving me an annoying error.</p> <p>I'm having a textbox- and a button-control, where I would like the text in the textbox to be saved to a database table when clicking the button. The text will be propagated to the database by means of a WCF service.</p> <p>Since I'm a rather mediocre programmer, I tend to get errors now and then which results in lots of error messages displayed in the browser. That I can understand. I fix them and build my solution and press F5 to get going. But after fixing the errors, everytime the browser displays a directory listening like the one below instead of my astonishing UI.</p> <blockquote> <p>Directory Listing -- /</p> <pre><code>Monday, December 20, 2010 10:10 PM &lt;dir&gt; bin Saturday, December 18, 2010 10:10 PM 1,303 MainForm.aspx Monday, December 20, 2010 10:28 PM 467 MainForm.aspx.cs Saturday, December 18, 2010 10:09 PM 2,118 MainForm.aspx.designer.cs Friday, December 17, 2010 10:25 PM &lt;dir&gt; obj Friday, December 17, 2010 10:25 PM &lt;dir&gt; Properties Sunday, December 19, 2010 10:09 PM &lt;dir&gt; Service References Monday, December 20, 2010 02:01 PM 5,552 SimpleChat.csproj Monday, December 20, 2010 02:01 PM 1,170 SimpleChat.csproj.user Sunday, December 19, 2010 10:09 PM 1,810 Web.config Friday, December 17, 2010 10:25 PM 1,285 Web.Debug.config Friday, December 17, 2010 10:25 PM 1,346 Web.Release.config </code></pre> <p>Version Information: ASP.NET Development Server 10.0.0.0</p> </blockquote> <p>Why on earth is this happening?</p> <p>I know how to work around but its tedious: in MainForm.aspx.cs I comment the rows concerning the call to the service, then I rebuild the solution, uncomment the call to the service and rebuild the solution again. Then everything works as expected till I ran into the next bug.</p> <p>Thanks for reading... ;-)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload