Solution to Configuration error- authentication mode = "Windows" in ASP.NET
This article tell how to resolve configuration error in line authentication mode = "Windows" of web.config file for dotnet application.
This article tell how to resolve configuration error in line authentication mode = "Windows" of web.config file for dotnet 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 37: by Microsoft that offers a single logon and core profile services for member sites. Line 38: --> Line 39: Line 40:Line 41:
Source File: C:\Inetpub\wwwroot\Jmsreports\web.config Line: 39
The above error comes in situation when you have manually created the virtual directory and have not configured this as an application. In this case you won't be able to browse the application.
In above scenario I transferred my web application folder jmsreports from one machine to another and created virtual directory with alias JMS and browsed to the Jmsreport folder.
By typing http:// localhost /JMS / report.aspx in address bar browser diplayed the above error.
To resolve this error ,
Go to IIS (Control Panel -> Administrative Tools -> Internet information Services)
Go to Default Website
Select the Virtual Directory (in my case JMS) from list
Right Click it
Select properties from the list.
And then click on Create button next to the Application's textbox
It will create the application with the same name as of virtual directory name. Now the application can be accessed.
Happy Coding.
-
How To Show Up For Your Authentic LIfe! (Third House Zodiac Stuff)
| By PaulaAndreaPyle | in Astrology
Ready to chomp down into the 3rd house slice of your MODE of Cosmic Therapy astrological pie? [This is the third le...
-
PASSION: Artistic Mode of Cosmic Healing Therapy
| By PaulaAndreaPyle | in General
Take the word, Passion, for instance, a seven letter double ‘S’ word, embodies the natural instinctive ‘fire ...
-
Specific Colors Reveal Esoteric Clues for Benefit/ Pleasure/Disparity
| By PaulaAndreaPyle | in General
Gratitude is a naturally imbued quality of man. But, not the indebted gratitude one feels for another human being b...
-
Art The Sacred Sexual Creative Instinct
| By PaulaAndreaPyle | in General
With an incessant mocking inner voice, taunting and accusing, we try every available outer distraction and apparent...
-
Build A Free Ecommerce Store Front In Less Than An Hour | By AaronMeagher | in Web Development
Are you looking to start selling online and want a quick and easy solution for your ecommerce storefront? While yo...
-
Black Hat SEO Techniques | By ChandraK | in Web Development
Black hat SEO is a technique that is used to get higher ranking for the website in a base manner. Black hat SEO is ...
-
White Hat SEO Techniques | By ChandraK | in Web Development
White hat SEO is a method that follows all the required webmaster guidelines in effective building of the website. ...
-
Create a panoramic image slideshow in Dreamweaver | By extendstudio | in Web Development
In this tutorial we will make a moving panorama slideshow using Creative DW ImageshowPro and Dreamweaver. We will c...
-
Google Development and Google API Topics | By OGolden | in Web Development
Abundant information is available on Google Data API topics....
-
Using remote desktop in windows XP | By rajeshchoudhary | in Computers
if you want to connect to a machine remotly using Remote Desktop Connection, remote Desktop in target machine needs...
-
setting password wisely for your accounts | By rajeshchoudhary | in Computers
Incidents of information phishing and hacking are happening every now and then. One fine day morning you wake up to...
-
Web.config –configuration file for ASP.NET web application. | By rajeshchoudhary | in Web Development
This article tells what web.config file is, how to write this and how this file is used by run time to apply settin...
-
LAMP-Open Source Solution Stack for web develpoment | By rajeshchoudhary | in Web Development
This article tells about LAMP solution stack which is being used to develop and deploy complete website....
-
php.ini –configuration file for PHP | By rajeshchoudhary | in Web Development
This article tells about PHP’s configuration file php.ini and how to write your own php.ini file to apply custom ...








No comments yet.