RE: trying to post to aspx anonyomously is blocked?

From: [MSFT] (lukezhan_at_online.microsoft.com)
Date: 04/20/04


Date: Tue, 20 Apr 2004 02:27:58 GMT

Hi Larry,

In Machine.config <ProcessModal> section, did you used the "machine" or
"system" account? If you use "machine" so far, you may try "System"
account", it is desired to have more permission than "machine" (ASPNET).

Additionally, you may take following test to see what is the result:

1. On the web server, create a new virtual folder and add a simple (Blank)
ASPX page, and same web.config. Will the problem also occur with the ASPX
page?
2. In web.config, remove impersonate=true. Does this help?

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)



Relevant Pages

  • Re: New Build in IIS 2003 will not Run .NET Files
    ... >ASPX or ASMX files in my browser. ... ASPNET Add to admin group ... >Failed to execute request because the App-Domain could ... >web server is currently unavailable. ...
    (microsoft.public.inetserver.misc)
  • Re: Can .NET Remoting or COM+ serviced component help performance?
    ... "Run both ASPX pages and our business objects on web server and use web farm ...
    (microsoft.public.dotnet.general)
  • Re: Can .NET Remoting or COM+ serviced component help performance?
    ... "Run both ASPX pages and our business objects on web server and use web farm technology" ?! ...
    (microsoft.public.dotnet.general)
  • Re: URGENT Getting null reference errors on 404??
    ... System.NullReferenceException: Object reference not set to an instance of an object. ... The connection to the Web server was lost. ... I have the 404, 404;2,404;3 in IIS set to go to an aspx page which works great if someone goes to an .html page that is no longer available. ... So if a user tries to visit a page that is no longer available and it ends in aspx, they don't get a 404 error, they get what is displayed above and then a null reference error occurs. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Problem understand code behind
    ... When you use VBNet with the Visual Studio Net IDE (Integrated Development ... Environment) than you have with ASPNET for every form at least two things. ... The compiled DLL is in intermidiate language code, ... I think that it is often easy possible to get an aspx page completly from a ...
    (microsoft.public.dotnet.languages.vb)