L
larkpics
Hi, I know this goes round and round... but here goes this thread yet
again. I just started at a new company which has strong security and
cannot get my IIS working. I know I'm doing something stupid but
what??? Here's the details.
http://localhost/ returns a "Server Application Error" and VS.NET
returns "The Web server reported the following error when attempting to
create or open the Web project located at the following URL:
'http://localhost/WebProject1', 'HTTP/1.1 500 Server Error'.
I have two virtual directories in wwwroot which work fine. I have
created and run the following bat file:
Echo "Stop IIS"
iisreset /stop
echo "----------------------"
echo "Deleting the ASPNET account."
net user ASPNET /delete
echo "----------------------"
echo "Reregistering ASP.NET and the ASPNET account."
aspnet_regiis -i
echo "Restarting IIS."
iisreset /start
echo "----------------------"
without success. I have also disabled McAfee's On-Access Scan.
Something tells me I have configured FrontPage extensions incorrectly.
Does anyone have any good suggestions? My thanks in advance.
Configuration details:
XP Professional
VS.NET 2003
McAfee VirusScan Enterprise 8.0.0
again. I just started at a new company which has strong security and
cannot get my IIS working. I know I'm doing something stupid but
what??? Here's the details.
http://localhost/ returns a "Server Application Error" and VS.NET
returns "The Web server reported the following error when attempting to
create or open the Web project located at the following URL:
'http://localhost/WebProject1', 'HTTP/1.1 500 Server Error'.
I have two virtual directories in wwwroot which work fine. I have
created and run the following bat file:
Echo "Stop IIS"
iisreset /stop
echo "----------------------"
echo "Deleting the ASPNET account."
net user ASPNET /delete
echo "----------------------"
echo "Reregistering ASP.NET and the ASPNET account."
aspnet_regiis -i
echo "Restarting IIS."
iisreset /start
echo "----------------------"
without success. I have also disabled McAfee's On-Access Scan.
Something tells me I have configured FrontPage extensions incorrectly.
Does anyone have any good suggestions? My thanks in advance.
Configuration details:
XP Professional
VS.NET 2003
McAfee VirusScan Enterprise 8.0.0