Posted on: 1/5/2015 11:43:40 AM | Views : 525

Hi,
I have uploaded my application into remote server root folder called httpdocs. When i am trying to access showing the following 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."
http://mchealthgrid.com/Svark_Website/Svark_Website/HomePage.aspx
Please let me know how to solve this.
Here is my web.config file
..................................................
<?xml version="1.0"?> <!-- For more information on how to configure your ASP.NET application, please visit http://go.microsoft.com/fwlink/?LinkId=169433 --> <configuration> <appSettings> <add key="ChartImageHandler" ...

Go to the complete details ...