HELP PLEASE - new install of Server 2003 - ASPX not running

  • Thread starter Thread starter Scotter
  • Start date Start date
S

Scotter

Hi -

Simple ASPX application not running. I've given the ASP.NET, IWAM, and USR
accounts full permissions to the folder my application resides in. I don't
know what else needs done on the server so that .Net applications run on it.
I do see under "Control Panel --> Administrative Tools" two .Net related
items:
* Microsoft .Net Framework 1.1 Configuration
* Microsoft .Net Framework 1.1 Wizards
Do I need to use these to set something up? If so, what?
Thanks!
 
it may be hard to answer without any further details..
you may try to re register the ASP.net to IIS with the command

"aspnet_regiis.exe -i" from the VS Command Prompt

is there any exceptions? or is there nothing at all??????
 
Hi Scotter,

First of all, I would like to confirm my understanding of your issue. From
your description, I understand that your ASP.NET application failed to run.
If there is any misunderstanding, please feel free to let me know.

Based on the link you have provided, it seems that you have set
customErrors' mode to "RemoteOnly". This custom error setting for this
application prevent the details of the application error from being viewed
remotely for security reasons. It could, however, be viewed by browsers
running on the local server machine. Please set customErrors to "Off" so
that we can see the detailed information, and we can provide our assistance.

If anything is unclear, please feel free to reply to the post.

Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
 
Thanks for the advice!
I see only the "Custom Errors" tab in properties for this site but no
"on/off" checkbox.
Just a listbox with many Error codes.
I'll use help to see if I can find where to turn off custom errors.
 
Another clue:
The ASPX file runs fine when I go to that address using an IE window local
on the server.
Only remote do I get the error page.
 
Someone gave me the following advice:
"Ask your web server administrator to set the application directory for
asp.net"
I'm not sure what they mean by this. How does one set the application dir
for asp.net?

I'm also seeing in the application pool I set up for this app on the
"Identity" tab I have default settings ("network service",
"IWAM_machinename").
Should I change them?

Thanks!
 
ignore last msgs please.
Problem fixed!
Apparently, turning on web service extensions did the trick!
Thanks for all the help!
 
Back
Top