473,506 Members | 17,266 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help, Please: Server Error in '/' Application.

"Description: An application error occurred on the server. The current custom
error settings 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. "

This is happening when I ry to process an aspx in my default directory
(inetpub\wwwroot).

Well, I'm viewing it on the local machine so why is it saying that?

I've tried editing the web.config file to no effect - it doesn't make any
difference.

I've tried editing the application name and that does have an effect (it
changes the error page, but not the basic message).

I've tried using an asp file istead, but still no joy.

I've tried using an html file and it works. So IIS does have permission to
read files in the root directory, but it cant execute asp or aspx.

Anyone have any ideas, please?

Nov 19 '05 #1
13 3894
in IE, turn off "Friendly Error Messages" once...

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"JebBushell" wrote:
"Description: An application error occurred on the server. The current custom
error settings 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. "

This is happening when I ry to process an aspx in my default directory
(inetpub\wwwroot).

Well, I'm viewing it on the local machine so why is it saying that?

I've tried editing the web.config file to no effect - it doesn't make any
difference.

I've tried editing the application name and that does have an effect (it
changes the error page, but not the basic message).

I've tried using an asp file istead, but still no joy.

I've tried using an html file and it works. So IIS does have permission to
read files in the root directory, but it cant execute asp or aspx.

Anyone have any ideas, please?

Nov 19 '05 #2
JebBushell wrote:
"Description: An application error occurred on the server. The
current custom error settings 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. "

This is happening when I ry to process an aspx in my default directory
(inetpub\wwwroot).

Well, I'm viewing it on the local machine so why is it saying that?

I've tried editing the web.config file to no effect - it doesn't make
any difference.

I've tried editing the application name and that does have an effect
(it changes the error page, but not the basic message).

I've tried using an asp file istead, but still no joy.

I've tried using an html file and it works. So IIS does have
permission to read files in the root directory, but it cant execute
asp or aspx.

Anyone have any ideas, please?


What OS? If on non-Win2003, give the process account (ASPNET by default)
the default permissions on wwwroot. If on Win2003, give the IIS_WPG group
the same ACLs on wwwroot.

--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com

FrontPage add-ins for FrontPage 2000 - 2003


Nov 19 '05 #3
i set the "Show friendly HTTP Messages" to off in IE Internet Options but it
made no difference. I get a 500 status when I look at it over a GPRS
connection (mobile phone).

"Curt_C [MVP]" wrote:
in IE, turn off "Friendly Error Messages" once...

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"JebBushell" wrote:
"Description: An application error occurred on the server. The current custom
error settings 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. "

This is happening when I ry to process an aspx in my default directory
(inetpub\wwwroot).

Well, I'm viewing it on the local machine so why is it saying that?

I've tried editing the web.config file to no effect - it doesn't make any
difference.

I've tried editing the application name and that does have an effect (it
changes the error page, but not the basic message).

I've tried using an asp file istead, but still no joy.

I've tried using an html file and it works. So IIS does have permission to
read files in the root directory, but it cant execute asp or aspx.

Anyone have any ideas, please?

Nov 19 '05 #4
The OS is XP and I am using simple sharing so I do not know how to grant
access rights. Is it possible to manage rights without tossing simple
sharing? I'm somewhat reluctant to put my whole network at risk. It took
weeks to set up.

"JIMCO Software" wrote:
JebBushell wrote:
"Description: An application error occurred on the server. The
current custom error settings 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. "

This is happening when I ry to process an aspx in my default directory
(inetpub\wwwroot).

Well, I'm viewing it on the local machine so why is it saying that?

I've tried editing the web.config file to no effect - it doesn't make
any difference.

I've tried editing the application name and that does have an effect
(it changes the error page, but not the basic message).

I've tried using an asp file istead, but still no joy.

I've tried using an html file and it works. So IIS does have
permission to read files in the root directory, but it cant execute
asp or aspx.

Anyone have any ideas, please?


What OS? If on non-Win2003, give the process account (ASPNET by default)
the default permissions on wwwroot. If on Win2003, give the IIS_WPG group
the same ACLs on wwwroot.

--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com

FrontPage add-ins for FrontPage 2000 - 2003


Nov 19 '05 #5
Thanks, I forgot to mention that I had already checked that.

"John Morales" wrote:
Hello JebBushell" jebbushell AT yahoo DOT com,

Check that you have the "scripts" or "scripts and executables" options selected in IIS for your wwwroot/ website.
attached is a screenshot of the option in question.

-john
"Description: An application error occurred on the server. The current
custom error settings 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. "

This is happening when I ry to process an aspx in my default directory
(inetpub\wwwroot).

Well, I'm viewing it on the local machine so why is it saying that?

I've tried editing the web.config file to no effect - it doesn't make
any difference.

I've tried editing the application name and that does have an effect
(it changes the error page, but not the basic message).

I've tried using an asp file istead, but still no joy.

I've tried using an html file and it works. So IIS does have
permission to read files in the root directory, but it cant execute
asp or aspx.

Anyone have any ideas, please?

Nov 19 '05 #6
Hello JebBushell" jebbushell AT yahoo DOT com,
How are you accessing the machine, if you are accessing from a local browser
then the error doesnt make sense?
have you tried
http://127.0.0.1/
?
Thanks, I forgot to mention that I had already checked that.

"John Morales" wrote:
Hello JebBushell" jebbushell AT yahoo DOT com,

Check that you have the "scripts" or "scripts and executables"
options selected in IIS for your wwwroot/ website.

attached is a screenshot of the option in question.

-john
"Description: An application error occurred on the server. The
current custom error settings 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. "

This is happening when I ry to process an aspx in my default
directory (inetpub\wwwroot).

Well, I'm viewing it on the local machine so why is it saying that?

I've tried editing the web.config file to no effect - it doesn't
make any difference.

I've tried editing the application name and that does have an effect
(it changes the error page, but not the basic message).

I've tried using an asp file istead, but still no joy.

I've tried using an html file and it works. So IIS does have
permission to read files in the root directory, but it cant execute
asp or aspx.

Anyone have any ideas, please?

Nov 19 '05 #7
JebBushell wrote:
The OS is XP and I am using simple sharing so I do not know how to
grant access rights. Is it possible to manage rights without
tossing simple sharing? I'm somewhat reluctant to put my whole
network at risk. It took weeks to set up.


I'm going to have to bow out. I have no idea how Simple Sharing would
affect this. I have never dealt with anyone who was using it. Sorry.

--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com

FrontPage add-ins for FrontPage 2000 - 2003


Nov 19 '05 #8
Reinstall IIS.

"JebBushell" wrote:
"Description: An application error occurred on the server. The current custom
error settings 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. "

This is happening when I ry to process an aspx in my default directory
(inetpub\wwwroot).

Well, I'm viewing it on the local machine so why is it saying that?

I've tried editing the web.config file to no effect - it doesn't make any
difference.

I've tried editing the application name and that does have an effect (it
changes the error page, but not the basic message).

I've tried using an asp file istead, but still no joy.

I've tried using an html file and it works. So IIS does have permission to
read files in the root directory, but it cant execute asp or aspx.

Anyone have any ideas, please?

Nov 19 '05 #9
Thanks, yes I'd tried that as well, not that I understand its significance.
However, I have now fixed the problem, I think, by reinstalling IIS. Phew!
What a sweat.

Thanks to you and Jimco and Curt_C for helping.

"John Morales" wrote:
Hello JebBushell" jebbushell AT yahoo DOT com,
How are you accessing the machine, if you are accessing from a local browser
then the error doesnt make sense?
have you tried
http://127.0.0.1/
?
Thanks, I forgot to mention that I had already checked that.

"John Morales" wrote:
Hello JebBushell" jebbushell AT yahoo DOT com,

Check that you have the "scripts" or "scripts and executables"
options selected in IIS for your wwwroot/ website.

attached is a screenshot of the option in question.

-john

"Description: An application error occurred on the server. The
current custom error settings 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. "

This is happening when I ry to process an aspx in my default
directory (inetpub\wwwroot).

Well, I'm viewing it on the local machine so why is it saying that?

I've tried editing the web.config file to no effect - it doesn't
make any difference.

I've tried editing the application name and that does have an effect
(it changes the error page, but not the basic message).

I've tried using an asp file istead, but still no joy.

I've tried using an html file and it works. So IIS does have
permission to read files in the root directory, but it cant execute
asp or aspx.

Anyone have any ideas, please?


Nov 19 '05 #10
Thanks for trying. I reinstalled IIS in the end and it seems to have worked.

"JIMCO Software" wrote:
JebBushell wrote:
The OS is XP and I am using simple sharing so I do not know how to
grant access rights. Is it possible to manage rights without
tossing simple sharing? I'm somewhat reluctant to put my whole
network at risk. It took weeks to set up.


I'm going to have to bow out. I have no idea how Simple Sharing would
affect this. I have never dealt with anyone who was using it. Sorry.

--
Jim Cheshire
JIMCO Software
http://www.jimcosoftware.com

FrontPage add-ins for FrontPage 2000 - 2003


Nov 19 '05 #11
How do you reinstall IIS? I"m having a page won't display issue that no-one
seems to understand or know how to fix. Maybe reinstalling IIS will help me,
but I wouldn't have a clue how to.

Thanks,
Sarah

"JebBushell" wrote:
Reinstall IIS.

"JebBushell" wrote:
"Description: An application error occurred on the server. The current custom
error settings 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. "

This is happening when I ry to process an aspx in my default directory
(inetpub\wwwroot).

Well, I'm viewing it on the local machine so why is it saying that?

I've tried editing the web.config file to no effect - it doesn't make any
difference.

I've tried editing the application name and that does have an effect (it
changes the error page, but not the basic message).

I've tried using an asp file istead, but still no joy.

I've tried using an html file and it works. So IIS does have permission to
read files in the root directory, but it cant execute asp or aspx.

Anyone have any ideas, please?

Nov 19 '05 #12
Add/Remove - Windows Components
Uncheck IIS, click ok, reboot.
Go in again, check it.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Sarah Sarah" wrote:
How do you reinstall IIS? I"m having a page won't display issue that no-one
seems to understand or know how to fix. Maybe reinstalling IIS will help me,
but I wouldn't have a clue how to.

Thanks,
Sarah

"JebBushell" wrote:
Reinstall IIS.

"JebBushell" wrote:
"Description: An application error occurred on the server. The current custom
error settings 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. "

This is happening when I ry to process an aspx in my default directory
(inetpub\wwwroot).

Well, I'm viewing it on the local machine so why is it saying that?

I've tried editing the web.config file to no effect - it doesn't make any
difference.

I've tried editing the application name and that does have an effect (it
changes the error page, but not the basic message).

I've tried using an asp file istead, but still no joy.

I've tried using an html file and it works. So IIS does have permission to
read files in the root directory, but it cant execute asp or aspx.

Anyone have any ideas, please?

Nov 19 '05 #13
Thanks, I'll try that.

"Curt_C [MVP]" wrote:
Add/Remove - Windows Components
Uncheck IIS, click ok, reboot.
Go in again, check it.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"Sarah Sarah" wrote:
How do you reinstall IIS? I"m having a page won't display issue that no-one
seems to understand or know how to fix. Maybe reinstalling IIS will help me,
but I wouldn't have a clue how to.

Thanks,
Sarah

"JebBushell" wrote:
Reinstall IIS.

"JebBushell" wrote:

> "Description: An application error occurred on the server. The current custom
> error settings 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. "
>
> This is happening when I ry to process an aspx in my default directory
> (inetpub\wwwroot).
>
> Well, I'm viewing it on the local machine so why is it saying that?
>
> I've tried editing the web.config file to no effect - it doesn't make any
> difference.
>
> I've tried editing the application name and that does have an effect (it
> changes the error page, but not the basic message).
>
> I've tried using an asp file istead, but still no joy.
>
> I've tried using an html file and it works. So IIS does have permission to
> read files in the root directory, but it cant execute asp or aspx.
>
> Anyone have any ideas, please?
>

Nov 19 '05 #14

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
5481
by: Alpha | last post by:
I have a Window based application that shows up still running in the task manager when I close it. It reaches the "this.close" statement and then it stops at the "}" at the section of the...
3
4837
by: Kris van der Mast | last post by:
Hi, I've created a little site for my sports club. In the root folder there are pages that are viewable by every anonymous user but at a certain subfolder my administration pages should be...
1
1198
by: sean | last post by:
Hi There, I have an asp .net application that I am trying to debug remotely, unfortunatley I do not have access to the server itself. I have verified the application is working on my local...
3
1618
by: Justnew | last post by:
Hei All Can some body help me here: I have a database name Customers, I a trying to connect to SQL server through vb.net using asp.net webform. I want to connect to the server programatically...
25
2818
by: n3crius | last post by:
hi, i just got a web host with asp.net , seemed really cool. aspx with the c# or vb IN the actual main page run fine, but when i use codebehind and make another source file ( a .cs) to go with...
5
1481
by: hb | last post by:
Hi, In my ASP.Net application 'MyWebApp' , the mode="StateServer" in <sessionState> of Web.config file, and the ASP.NET State Service is set to start automatically on the server. But every...
20
2034
by: RWC | last post by:
Hi Folks, I have a windows 2000 server installation, IIS is running and the ASP.NET 1.1 SDK has been installed. I'm reading a book on ASP.NET and the lessons call for the first line to read <%@...
2
1465
by: Brett | last post by:
I uploaded an ASP.NET website from my developer machine to a remote server. The paths differ slightly as follows: Local Path: C:\Inetpub\wwwroot\mysite Server Path: C:\Inetpub\mysite.com\ I...
3
3967
by: Ramesh Dodamani | last post by:
Environment: XP Pro, VS.Net 2003, .Net 1.1.4322 with SP1 & KB Hotfix 886903 P4 2.2GHz, 1 GB RAM My system was working fine till a few weeks back when I started seeing the following errors. ...
4
2203
by: Brad Isaacs | last post by:
I am working with ASP.NET 2.0 and using an SQL Server 2000 database. I am using Visual Studio 2005 and developing on my Local machine. I am working with Login controls ASP.Configuration, I...
0
7308
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
7371
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7479
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5617
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5037
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4702
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3188
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3178
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
757
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.