If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Asp.Net Build Error + IIS

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-17-09, 05:45
Ajith S Kulgod Ajith S Kulgod is offline
Registered User
 
Join Date: Dec 2008
Posts: 10
Asp.Net Build Error + IIS

Hi,
When I try to run an asp.net application iam getting this error :-
"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."






Regards
Ajith S Kulgod
Reply With Quote
  #2 (permalink)  
Old 02-17-09, 10:54
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
It's telling you that you have created a web.config that is not in the root of your application. Within this web.config, you have included sections that MUST be defined at the application level.

First thing I'd check is make sure you're not trying to change the authentication method.
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On