RE: establishing ASP.NET user on Windows 2003 Server Standard

From: Jason M. Murray (a-jamur_at_online.microsoft.com)
Date: 01/04/04

  • Next message: Jason M. Murray: "RE: virtual directory prompts for password"
    Date: Sun, 04 Jan 2004 07:22:45 GMT
    
    

    Hi will,

       I owuld try downloading and ruinning filemon from www.sysinternals.com.
    start capturing and then reproduce the error. Then in filemon look for an
    acess denied like
    C:\Windows\system32\MSVBVM60.DLL ACCESS DENIED DOMAIN\ASPNET

    you can also see that error when your trying to call a vb6 com in aspx
    In order to run a custom task that was written in VB 6.0 (or any other
    Apartment Threaded task), you must include the directive
    <%@ Page ASPCompat="true" %>

    Best regards,
    Jason M. Murray [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.
    Use of included script samples are subject to the terms specified at
    http://www.microsoft.com/info/cpyright.htm.

    --------------------
    | Content-Class: urn:content-classes:message
    | From: "Will Walsh" <will@walshweb.org>
    | Sender: "Will Walsh" <will@walshweb.org>
    | Subject: establishing ASP.NET user on Windows 2003 Server Standard
    | Date: Sat, 3 Jan 2004 14:15:39 -0800
    | Lines: 11
    | Message-ID: <01ae01c3d247$1e9a3740$a501280a@phx.gbl>
    | MIME-Version: 1.0
    | Content-Type: text/plain;
    | charset="iso-8859-1"
    | Content-Transfer-Encoding: 7bit
    | X-Newsreader: Microsoft CDO for Windows 2000
    | Thread-Index: AcPSRx6akFfYM59yTqGIo5SSQ79dDQ==
    | X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300
    | Newsgroups: microsoft.public.inetserver.iis.security
    | Path: cpmsftngxa07.phx.gbl
    | Xref: cpmsftngxa07.phx.gbl microsoft.public.inetserver.iis.security:8272
    | NNTP-Posting-Host: tk2msftngxa13.phx.gbl 10.40.1.165
    | X-Tomcat-NG: microsoft.public.inetserver.iis.security
    |
    | I have installed Windows 2003 Server Standard. I have
    | installed the option Application Server. I can server
    | up .html pages just fine. However, when I try and serve
    | up .aspx pages I get a "ASP.NET is not authorized to
    | access the requested resource" error.
    |
    | I assume I need to establish an ASPNET user, just as I do
    | on my Windows XP Pro machine using IIS 5.0. However, this
    | does not seem to do the trick.
    |
    | What am I missing?
    |


  • Next message: Jason M. Murray: "RE: virtual directory prompts for password"

    Relevant Pages