HighTechTalks DotNet Forums  

Error:<authentication mode="Windows" />

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Error:<authentication mode="Windows" /> in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Frank Dulk
 
Posts: n/a

Default Error:<authentication mode="Windows" /> - 05-04-2006 , 07:31 PM






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 37: by Microsoft that offers a single logon and core profile
services for member sites.
Line 38: -->
Line 39: <authentication mode="Windows" />
Line 40:
Line 41: <!-- AUTHORIZATION

Source File: c:\inetpub\wwwroot\pscep\psc\PesquisaTalao\web.con fig Line:
39



Reply With Quote
  #2  
Old   
Josh Twist
 
Posts: n/a

Default Re: Error:<authentication mode="Windows" /> - 05-05-2006 , 04:13 AM






Sounds like your application is running in a folder below another
application. You need to create it as an application in IIS (so it
looks like a virtual directory) - otherwise you can't change certain
settings such as the authentication mode.

Let me know if that makes sense.

Josh
http://www.thejoyofcode.com/


Reply With Quote
  #3  
Old   
Josh Twist
 
Posts: n/a

Default Re: Error:<authentication mode="Windows" /> - 05-05-2006 , 04:15 AM



PS - it's pretty easy to 'create' it as an application in IIS.

Right click on the folder (in IIS Administration), choose Properties,
and hit the Create button.



Josh
http://www.thejoyofcode.com/


Reply With Quote
  #4  
Old   
Frank Dulk
 
Posts: n/a

Default Re: Error:<authentication mode="Windows" /> - 05-07-2006 , 10:01 AM



The virtual directory already this servant but it still continues the same
mistake.


"Josh Twist" <josh.twist (AT) gmail (DOT) com> escreveu na mensagem
news:1146816915.092448.34340 (AT) e56g2000cwe (DOT) googlegroups.com...
Quote:
PS - it's pretty easy to 'create' it as an application in IIS.

Right click on the folder (in IIS Administration), choose Properties,
and hit the Create button.



Josh
http://www.thejoyofcode.com/




Reply With Quote
  #5  
Old   
James
 
Posts: n/a

Default Re: Error:<authentication mode="Windows" /> - 05-25-2006 , 04:27 PM



I could not get rid of this errror so I deleted the line and now my system
works fine.

Not sure I would recomend this though as I am a new user, and this may have
hidden affects.

James

"Frank Dulk" wrote:

Quote:
The virtual directory already this servant but it still continues the same
mistake.


"Josh Twist" <josh.twist (AT) gmail (DOT) com> escreveu na mensagem
news:1146816915.092448.34340 (AT) e56g2000cwe (DOT) googlegroups.com...
PS - it's pretty easy to 'create' it as an application in IIS.

Right click on the folder (in IIS Administration), choose Properties,
and hit the Create button.



Josh
http://www.thejoyofcode.com/





Reply With Quote
  #6  
Old   
Akimoto
 
Posts: n/a

Default RE: Error:<authentication mode="Windows" /> - 12-05-2006 , 01:44 AM




Quote:
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 37: by Microsoft that offers a single logon and core profile
services for member sites.
Line 38: --
Line 39: <authentication mode="Windows" /
Line 40:
Line 41: <!-- AUTHORIZATION

Source File: c:\inetpub\wwwroot\pscep\psc\PesquisaTalao\web.con fig Line:
39

James;
I faced the same problem too in vb.net. Followed your advice and now my webs can be previewed. However, you were right about hidden effects. Now i am unable to view the design page in vb.net.

kill one problem to spawn another. lol!

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities


Reply With Quote
  #7  
Old   
mattmoo
 
Posts: n/a

Default RE: Error:<authentication mode="Windows" /> - 01-18-2007 , 08:01 AM




Quote:
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 37: by Microsoft that offers a single logon and core profile
services for member sites.
Line 38: --
Line 39: <authentication mode="Windows" /
Line 40:
Line 41: <!-- AUTHORIZATION

Source File: c:\inetpub\wwwroot\pscep\psc\PesquisaTalao\web.con fig Line:
39

Well i created an application and it seems to work for me so go with the above post on how to do it
matt

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities


Reply With Quote
  #8  
Old   
Alan
 
Posts: n/a

Default RE: Error:<authentication mode="Windows" /> - 03-20-2007 , 01:49 PM




Quote:
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 37: by Microsoft that offers a single logon and core profile
services for member sites.
Line 38: --
Line 39: <authentication mode="Windows" /
Line 40:
Line 41: <!-- AUTHORIZATION

Source File: c:\inetpub\wwwroot\pscep\psc\PesquisaTalao\web.con fig Line:
39

This worked. Thanks.

Sent date: 05/05/2006
From: "Josh Twist" <(email address - cut out)>
Message:

PS - it's pretty easy to 'create' it as an application in IIS.

Right click on the folder (in IIS Administration), choose Properties,
and hit the Create button.



Josh
http://www.thejoyofcode.com/

BizTalk Utilities - Frustration free BizTalk Adapters
http://www.topxml.com/biztalkutilities


Reply With Quote
  #9  
Old   
Thomas Gros
 
Posts: n/a

Default RE: Error:<authentication mode="Windows" /> - 07-24-2007 , 04:26 PM



Thx James,
It works perfectly !!

Best,
Thomas.

*** Sent via Developersdex http://www.developersdex.com ***

Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.