Unhandled Exception - ASP.NET v1.1

  • Thread starter Thread starter Mikey
  • Start date Start date
M

Mikey

Hello,

When I request an ASP.NET document from my IIS 5 server, I
receive an unhandled exception error.

Here is an example: http://24.192.113.154/net/

What could be causing this? Thanks for the help.

- Mikey
 
I've been successful in identifying the problem. The IIS Lockdown
v2.1 utility denied access to the entire
%WinDir%\Microsoft.NET\Framework\ directory from the Web
Anonymous and Web Application groups (The later includes the
MACHINE\ASPNET account.)

Basically, I granted Read and Execute rights to the Web
Application group (And removed the references to the Web
Anonymous group) and propagated the changes to all child objects,
then granted modify rights to the
%WinDir%\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET
Files\ directory which appears to have corrected the problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top