|
 |
aspx_beginners thread: ASP.NET ERROR??? NEED HELP!!!
Message #1 by "budihermawan" <budi@t...> on Fri, 14 Mar 2003 07:13:19
|
|
Whenever i want to run my asp.net application on my PC, i always get this
error messages :
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This
error can be caused by a virtual directory not being configured as an
application in IIS.
Source Error:
Line 23: "Forms", "Passport" and "None"Line 24: -->Line 25:
<authentication mode="none" />Line 26: <!--
AUTHORIZATION Line 27: This section sets the authorization
policies of the application. You can allow or deny access
Source File: c:\inetpub\wwwroot\web.config Line: 25
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET
Version:1.0.3705.0
i don't know what is the problem here so i hope someone can help me
solving this problem. thank you
Message #2 by irfan.syed@g... on Fri, 14 Mar 2003 15:13:19 +0800
|
|
Go to IIS manager, right click on virtual directory of your application
and choose properties. Then on Virtual Directory tab, in lower half,
under
Application Settings click on Create (application). You can change
application name if you want. Bingo! Magic!
In short, the root of your application should be configured as an
application in IIS, i.e. so that it can process global.asax and
web.config
etc.
-----Original Message-----
From: budihermawan [mailto:budi@t...]
Sent: Friday, March 14, 2003 3:13 PM
To: aspx_beginners
Subject: [aspx_beginners] ASP.NET ERROR??? NEED HELP!!!
Whenever i want to run my asp.net application on my PC, i always get
this
error messages :
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as
allowDefinition=3D'MachineToApplication' beyond application level. This
error can be caused by a virtual directory not being configured as an
application in IIS.
Source Error:
Line 23: "Forms", "Passport" and "None"Line 24: -->Line
25:
<authentication mode=3D"none" />Line 26: <!--
AUTHORIZATION Line 27: This section sets the authorization
policies of the application. You can allow or deny access
Source File: c:\inetpub\wwwroot\web.config Line: 25
Version Information: Microsoft .NET Framework Version:1.0.3705.0;
ASP.NET
Version:1.0.3705.0
i don't know what is the problem here so i hope someone can help me
solving this problem. thank you
Message #3 by "Alex Smotritsky" <alex.smotritsky@v...> on Fri, 14 Mar 2003 10:57:05 -0500
|
|
Try
http://support.microsoft.com/?id=306005
-----Original Message-----
From: budihermawan [mailto:budi@t...]
Sent: Friday, March 14, 2003 7:13 AM
To: aspx_beginners
Subject: [aspx_beginners] ASP.NET ERROR??? NEED HELP!!!
Whenever i want to run my asp.net application on my PC, i always get
this
error messages :
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This
error can be caused by a virtual directory not being configured as an
application in IIS.
Source Error:
Line 23: "Forms", "Passport" and "None"Line 24: -->Line
25:
<authentication mode="none" />Line 26: <!--
AUTHORIZATION Line 27: This section sets the authorization
policies of the application. You can allow or deny access
Source File: c:\inetpub\wwwroot\web.config Line: 25
Version Information: Microsoft .NET Framework Version:1.0.3705.0;
ASP.NET
Version:1.0.3705.0
i don't know what is the problem here so i hope someone can help me
solving this problem. thank you
Message #4 by "Stig Skovlind" <skovlind@m...> on Fri, 14 Mar 2003 17:26:11 +0100
|
|
Have you tried to enable (web)sharing on the folder?
Stig Skovlind
-----Original Message-----
From: Alex Smotritsky [mailto:alex.smotritsky@v...]
Sent: 14. marts 2003 16:57
To: aspx_beginners
Subject: [aspx_beginners] RE: ASP.NET ERROR??? NEED HELP!!!
Try
http://support.microsoft.com/?id=306005
-----Original Message-----
From: budihermawan [mailto:budi@t...]
Sent: Friday, March 14, 2003 7:13 AM
To: aspx_beginners
Subject: [aspx_beginners] ASP.NET ERROR??? NEED HELP!!!
Whenever i want to run my asp.net application on my PC, i always get
this
error messages :
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration
file required to service this request. Please review the specific error
details below and modify your configuration file appropriately.
Parser Error Message: It is an error to use a section registered as
allowDefinition='MachineToApplication' beyond application level. This
error can be caused by a virtual directory not being configured as an
application in IIS.
Source Error:
Line 23: "Forms", "Passport" and "None"Line 24: -->Line
25:
<authentication mode="none" />Line 26: <!--
AUTHORIZATION Line 27: This section sets the authorization
policies of the application. You can allow or deny access
Source File: c:\inetpub\wwwroot\web.config Line: 25
Version Information: Microsoft .NET Framework Version:1.0.3705.0;
ASP.NET
Version:1.0.3705.0
i don't know what is the problem here so i hope someone can help me
solving this problem. thank you
|
|
 |