Search results for query: *

  1. M

    Trying to understand IIS7 and ASP.NET (4.5, Visual Studio 2012)

    Ok, I figured out what was wrong (kind of). First, the application uses "IIS Express" by default. I had to set this to "Use Local IIS". Second, in the IIS Manager, I had to open "Authentication" --> Enable Windows Authentication --> Select Providers --> Move NTLM to the top, then it worked, at...
  2. M

    Trying to understand IIS7 and ASP.NET (4.5, Visual Studio 2012)

    Not sure if this is more of an IIS7 issue, or ASP.NET issue. I have an application which is using Windows Authentication. When I start it, it opens up as "http://localhost:<some port number>/default.aspx. In previous versions of asp.net (1.1) and IIS6, it would show something like...
  3. M

    Drawing an image without antialiasing?

    I'm trying to display a magnified image of an image in a picture box, but when I do, it's antialiased. How do I make it show pixel-per-pixel? (i.e., like the Windows Magnifier) Imports System.Drawing.Drawing2D Public Class Form1 Inherits System.Windows.Forms.Form #Region " Windows Form...
Back
Top