deploying asp.net
-
http://www.beansoftware.com/ASP.NET-Tutorials/Set-Up-IIS-ASP.NET.aspx[^] i have followed this link to publish my web but when i am trying to test my application following error occurs on my browser 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 33: during development. Line 34: --> Line 35: <authentication mode="Windows"> Line 36: <forms loginUrl="Default.aspx" /> Line 37: </authentication> Source File: d:\inetpub\wwwroot\myapp\web.config Line: 35
-
http://www.beansoftware.com/ASP.NET-Tutorials/Set-Up-IIS-ASP.NET.aspx[^] i have followed this link to publish my web but when i am trying to test my application following error occurs on my browser 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 33: during development. Line 34: --> Line 35: <authentication mode="Windows"> Line 36: <forms loginUrl="Default.aspx" /> Line 37: </authentication> Source File: d:\inetpub\wwwroot\myapp\web.config Line: 35
-
http://www.beansoftware.com/ASP.NET-Tutorials/Set-Up-IIS-ASP.NET.aspx[^] i have followed this link to publish my web but when i am trying to test my application following error occurs on my browser 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 33: during development. Line 34: --> Line 35: <authentication mode="Windows"> Line 36: <forms loginUrl="Default.aspx" /> Line 37: </authentication> Source File: d:\inetpub\wwwroot\myapp\web.config Line: 35
Try opening IIS. Expand the Treeview that contains all sites/sub directories etc. Look for the virtual directory called "myapp" (or whatever you've named your site). Right click ->Properties. Under the Directory tab, click the button that says "Create" (which is inside the Application Settings group) then click OK. Hope that helps...