473,763 Members | 9,161 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Web Configuration issue

In my web.config file I have placed the following settings:
<authenticati on mode="Forms">
<forms
name=".tqSecure "
loginUrl="/Login.aspx"
protection="All "
timeout="80"
/>
</authentication>
<authorizatio n>
<deny users="?" />
</authorization>

when I try to access a page in the directory where I placed this config file
I get the following error:

Exception Details: System.Configur ation.Configura tionException: Unable to
retreive configuration section 'system.web/healthMonitorin g'.

I have no idea what this means or what the problem could be because I should
be redirected to the login page but I am getting the above exception error
message. Can someone tell me whats wrong here or could it be that the path
to the login page is incorrect?

Anyhow help with this question will be greatly appreciated.

Thank you in advance.

Sam-
Nov 18 '05 #1
2 1128
Check for the section <healthMonitori ng> in <system.web>.

It seems, you do not have a <sectionGroup > or <section> defined. It has
nothing to do with <authentication > and <authorizatio n>

--

Happy Hacking,
Gaurav Vaish
http://www.mastergaurav.org
-----------------------------------
"I am Sam" <Ia****@discuss ions.microsoft. com> wrote in message
news:3F******** *************** ***********@mic rosoft.com...
In my web.config file I have placed the following settings:
<authenticati on mode="Forms">
<forms
name=".tqSecure "
loginUrl="/Login.aspx"
protection="All "
timeout="80"
/>
</authentication>
<authorizatio n>
<deny users="?" />
</authorization>

when I try to access a page in the directory where I placed this config file I get the following error:

Exception Details: System.Configur ation.Configura tionException: Unable to
retreive configuration section 'system.web/healthMonitorin g'.

I have no idea what this means or what the problem could be because I should be redirected to the login page but I am getting the above exception error
message. Can someone tell me whats wrong here or could it be that the path to the login page is incorrect?

Anyhow help with this question will be greatly appreciated.

Thank you in advance.

Sam-

Nov 18 '05 #2
I have the same trouble, My sites are placed on different HDD's. ON C: drive it work fine but on the other drive where sites are, it give me a similar error ! Please advice me at ad***@talente.r o
In my web.config file I have placed the following settings:
<authenticati on mode="Forms">
<forms
name=".tqSecure "
loginUrl="/Login.aspx"
protection="All "
timeout="80"
/>
</authentication>
<authorizatio n>
<deny users="?" />
</authorization>

when I try to access a page in the directory where I placed this config file
I get the following error:

Exception Details: System.Configur ation.Configura tionException: Unable to
retreive configuration section 'system.web/healthMonitorin g'.

I have no idea what this means or what the problem could be because I should
be redirected to the login page but I am getting the above exception error
message. Can someone tell me whats wrong here or could it be that the path
to the login page is incorrect?

Anyhow help with this question will be greatly appreciated.

Thank you in advance.

Sam


User submitted from AEWNET (http://www.aewnet.com/)
Nov 19 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3898
by: Larry Trutter | last post by:
Environment: Windows 2000 DB2 Version 8 fixpack 4 I am attempting to use DB2 Configuration Advisor. But when I get to the end of that wizard process (sequentially - I went through all the steps and did not skip any)and "Review the performance configuration recommendations" screen displayed the all current values and all new values to be exactly the same every time. For a specific example, I changed the memory usage percentage and the...
2
1611
by: Chris_24 | last post by:
To all, I am experiencing difficulties with an asp.net web application and its web.config file. No matter what I try I keep getting the following error: Server Error in '/action' Application. -------------------------------------------------------------------------------- Runtime Error Description: An application error occurred on the server. The current custom
2
390
by: Terry Holland | last post by:
I posted a follow up to an earlier post but did not receive response so here it is again (with original post and response) > This could be because you are running the index service over this web > application. try to stop indexing this application (from IIS management > console, clear "Index this resource") or stop the index service to test if > you still get error or not. I removed this option but still get the error. The error...
10
3735
by: Rider | last post by:
Hi, simple(?) question about asp.net configuration.. I've installed ASP.NET 2.0 QuickStart Sample successfully. But, When I'm first start application the follow message shown. ========= Server Error in '/QuickStartv20' Application. -------------------------------------------------------------------------------- Configuration Error Description: An error occurred during the processing of a configuration file
3
1555
by: Richard Bysouth | last post by:
Hi I'm trying to create a series of config files for my Windows app (some of which may reside in arbitary locations unrelated to the exe file) and have been reading various examples using the System.Configuration namespace. However, I just can't get anything to work using these examples e.g. http://msdn2.microsoft.com/en-us/library/2tw134k3.aspx - have adapted that one to work with a win app but get the error :
2
1424
by: Matt | last post by:
I am getting the following Error. 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...
0
1648
by: craigwfl | last post by:
This is really a lame error. I've spent two days scouring the internet for a proper solution to my problem. My issue is that I have an ASP.NET website using a VB.NET COM object to send emails (code below). This sporadically works to send emails, but mostly gets the error mentioned. Once an email does go out then the server sends emails fine until IIS is reset. I found this "SendUsing Configuration is Invalid" error attempting to be...
1
15520
by: Shannon Richards | last post by:
Hello All: I have implemented a custom configuration section in my app.config file as follows: <configSections> <section name="AdminUIConfig" type="TestMgr.UIConfigSection,TestMgr"/> </configSections> <AdminUIConfig name="Admin" caption="Administrator" captionLC="administrator">
4
1751
by: =?Utf-8?B?SmFzb24gUmljaG1laWVy?= | last post by:
Is there a way to catch an application configuration error on startup? I have written a windows service. If there is an error in the configuration file (such as invalid xml) the exception is thrown before the OnStart method is invoked. Is there a way to catch this exception? Thank you, Jason Richmeier
1
1632
by: =?Utf-8?B?SmFzb24gUmljaG1laWVy?= | last post by:
This may have been addressed in another post but I was unable to find what I was looking for. I am trying to create a custom configuration section that is element-centric instead of attribute-centric (mostly out of preference). For example... <Date> <Year>2008</Year>
0
9564
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9387
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9823
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8822
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7368
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5270
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3917
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3528
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2794
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.