Re: trying to post to aspx anonyomously is blocked?
From: Larry (Larry_at_froghaven.com)
Date: 04/20/04
- Next message: warlord: "Re: HttpWebRequest.GetResponse returns 404 No Found error"
- Previous message: [MSFT]: "RE: trying to post to aspx anonyomously is blocked?"
- In reply to: [MSFT]: "RE: trying to post to aspx anonyomously is blocked?"
- Next in thread: [MSFT]: "Re: trying to post to aspx anonyomously is blocked?"
- Reply: [MSFT]: "Re: trying to post to aspx anonyomously is blocked?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 19 Apr 2004 21:08:55 -0700
I had already tried the items you suggested with no luck. After a few more
hours with filemon and the support staff at MS we found the offending items.
For those that might be following the solution was having to change the
permissions for the system32 directory, and the assembly directory. I had
thought about the assembly directory but I didn't know how to access the
permission settings or about having to unregister/register that directory.
These accesses were caused by my use of CDONTS object. Something that the
examples and documentation I referenced never mentioned were these resources
reside and that I would need to grant additional access channels to the
afore named directories.
It's becoming one of my beef's with MS documentation that very little if any
mentioned is made of what resources (ie files) using these objects in dotnet
programs are used and which child services and objects they depend on, so
one can know were to grant permissions or safely remove or disable unused
items. A good tool is needed that would map out all the modules and services
any given application uses, and what permissions are required. So those of
use that don't live (or want to have to live) administrating servers can
focus on writing applications.
thanks for responding though.
-Larry
"[MSFT]" <lukezhan@online.microsoft.com> wrote in message
news:zKaFb8nJEHA.308@cpmsftngxa10.phx.gbl...
> 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.)
>
- Next message: warlord: "Re: HttpWebRequest.GetResponse returns 404 No Found error"
- Previous message: [MSFT]: "RE: trying to post to aspx anonyomously is blocked?"
- In reply to: [MSFT]: "RE: trying to post to aspx anonyomously is blocked?"
- Next in thread: [MSFT]: "Re: trying to post to aspx anonyomously is blocked?"
- Reply: [MSFT]: "Re: trying to post to aspx anonyomously is blocked?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|