ASP.NET 1.0 and 1.1 BasicsASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I receive the following error when trying to run my web app. I'm not sure what I'm doing wrong here.
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:
Make sure that the folder "AutomatedProjectNumbers" inside of IIS manager is configured as an application. You can check this in the properties for that folder. Go to the "Directory" tab, then to the bottom where you'll find "Application Settings". There is a text box for "Application Name" followed by a button. If that button is labeled with "Create", then click it and ok everything else. If the button is labeled "Remove", then you can try clicking that then once more to re-create the application. If that doesn't work, post back, there could be other problems.
Peter
------------------------------------------------------
Work smarter, not harder.