the first place to start is to make sure that the project is configured as a
virtual dir and correctly mapped in IIS. Is it? If it is, run the
application without using the debugger (Ctrl+F5) option
Regards,
Alvin Bruney [ASP.NET MVP]
Got tidbits? Get it here...
http://tinyurl.com/27cok
"Mark" <anonymous@dotnet.itags.org.discussions.microsoft.com> wrote in message
news:D503A006-F70A-4F1A-A56F-B94F962A63FC@dotnet.itags.org.microsoft.com...
> My old project is giving me that error:
> Server Error in '/processtree' 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 44: by Microsoft that offers a single logon and core
> profile services for member sites.
> Line 45: -->
> Line 46: <authentication mode="Windows" />
> Line 47:
> Line 48: <!-- AUTHORIZATION
>
> Source File: C:\Program Files\Microsoft Visual FoxPro
> 7\testarea\dotnet\treeview\processtree\p
rocesstree\web.config Line: 46
>
> ----
--
> Version Information: Microsoft .NET Framework Version:1.1.4322.573;
> ASP.NET Version:1.1.4322.573
> Can someone help me to understand what does that mean?did not help.
did not help.
Mark,
I noticed the path that was included in the error message. The very last di
rectory listed in your path needs to be marked as an application if you are
going to have a web.config file in that directory.
If I have a subdirectory/subweb under my main website and if it contains a w
eb.config, when I make that subdirectory NOT an application, I get the same
error you have listed below. It has to have something to do with the applic
ation settings associated w
ith the subdirectory.
Christopher Reed
Web Applications Supervisor
City of Lubbock
-- Mark wrote: --
My old project is giving me that error:
Server Error in '/processtree' 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 allowDef
inition='MachineToApplication' beyond application level. This error can be c
aused by a virtual directory not being configured as an application in IIS.
Source Error:
Line 44: by Microsoft that offers a single logon and core profile
services for member sites.
Line 45: -->
Line 46: <authentication mode="Windows" />
Line 47:
Line 48: <!-- AUTHORIZATION
Source File: C:\Program Files\Microsoft Visual FoxPro 7\testarea\dotnet\tree
view\processtree\processtree\web.config Line: 46
----
--
Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET
Version:1.1.4322.573
Can someone help me to understand what does that mean?
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment