473,386 Members | 1,752 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Access denied, No indexing service running

Hi
I am trying to figure out why an application get this error when I am trying to open the application's asmx file from localhost. I don't have indexing service running(it set as manual and not started). I also created an .aspx file to do testing
The .aspx file opens fine in other directory from IE. As long as I put it in the application's directory, set a virtual directory
trying to open it, it also gives me the following error. I don't know what configuration is not setting right. Pls help

Jame

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: Access is denied: 'CISFramework'

Source Error:

Line 197: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/
Line 198: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/
Line 199: <add assembly="*"/
Line 200: </assemblies
Line 201
Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line: 199

-------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0
Nov 18 '05 #1
3 2178
KS
jliusolar <an*******@discussions.microsoft.com> wrote in message news:<50**********************************@microso ft.com>...
Hi ,
I am trying to figure out why an application get this error when I am trying to open the application's asmx file from localhost. I don't have indexing service running(it set as manual and not started). I also created an .aspx file to do testing.
The .aspx file opens fine in other directory from IE. As long as I put it in the application's directory, set a virtual directory,
trying to open it, it also gives me the following error. I don't know what configuration is not setting right. Pls help.

James

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: Access is denied: 'CISFramework'.

Source Error:
Line 197: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 198: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
Line 199: <add assembly="*"/>
Line 200: </assemblies>
Line 201:
Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line: 199
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:1.0.3705.0; ASP.NET Version:1.0.3705.0

I am having basic an identical issue. no indexing service is running
on my server. Any suggestions?

Thx,
KS
Nov 18 '05 #2
Have you tried the steps recommended in
http://support.microsoft.com/default...b;en-us;329065

--------------------------------------------------------------------
This reply is provided AS IS, without warranty (express or implied).
--------------------
From: js******@bellsouth.net (KS)
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Re: Access denied, No indexing service running
Date: 27 Jan 2004 21:38:31 -0800
Organization: http://groups.google.com
Lines: 35
Message-ID: <7d**************************@posting.google.com >
References: <50**********************************@microsoft.co m>
NNTP-Posting-Host: 68.154.184.227
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1075268312 32398 127.0.0.1 (28 Jan 2004 05:38:32 GMT)X-Complaints-To: gr**********@google.com
NNTP-Posting-Date: Wed, 28 Jan 2004 05:38:32 +0000 (UTC)
Path: cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08
phx.gbl!news-out.cwix.com!newsfeed.cwix.com!news.maxwell.syr.ed u!postnews1.
google.com!not-for-mailXref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:205604
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

jliusolar <an*******@discussions.microsoft.com> wrote in message news:<50**********************************@microso ft.com>...
Hi ,
I am trying to figure out why an application get this error when I am trying to open the application's asmx file from localhost. I don't have
indexing service running(it set as manual and not started). I also created
an .aspx file to do testing. The .aspx file opens fine in other directory from IE. As long as I put it in the application's directory, set a virtual directory, trying to open it, it also gives me the following error. I don't know what configuration is not setting right. Pls help.
James

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: Access is denied: 'CISFramework'.

Source Error:
Line 197: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 198: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 199: <add assembly="*"/>
Line 200: </assemblies>
Line 201:
Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line:
199

----------------------------------------------------------------------------
---- Version Information: Microsoft .NET Framework Version:1.0.3705.0;

ASP.NET Version:1.0.3705.0

I am having basic an identical issue. no indexing service is running
on my server. Any suggestions?

Thx,
KS


Nov 18 '05 #3
I just got off the phone with MS. I was receiving the same "access is
denied" message when I moved the site to my clients to their Domain
controller (I know, IIS should not be running on the DC) running Small
Business Server. I needed to add the IWAM_<machine name> account to my
dll. Everything worked from there.

Hope this helps.
David

Chee_Seong@VSU_Update.microsoft.com (Chee Seong Ong (MSFT)) wrote in message news:<63*************@cpmsftngxa07.phx.gbl>...
Have you tried the steps recommended in
http://support.microsoft.com/default...b;en-us;329065

--------------------------------------------------------------------
This reply is provided AS IS, without warranty (express or implied).
--------------------
From: js******@bellsouth.net (KS)
Newsgroups: microsoft.public.dotnet.framework.aspnet
Subject: Re: Access denied, No indexing service running
Date: 27 Jan 2004 21:38:31 -0800
Organization: http://groups.google.com
Lines: 35
Message-ID: <7d**************************@posting.google.com >
References: <50**********************************@microsoft.co m>
NNTP-Posting-Host: 68.154.184.227
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1075268312 32398 127.0.0.1 (28 Jan 2004

05:38:32 GMT)
X-Complaints-To: gr**********@google.com
NNTP-Posting-Date: Wed, 28 Jan 2004 05:38:32 +0000 (UTC)
Path:

cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08
.phx.gbl!news-out.cwix.com!newsfeed.cwix.com!news.maxwell.syr.ed u!postnews1.
google.com!not-for-mail
Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.aspnet:205604
X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet

jliusolar <an*******@discussions.microsoft.com> wrote in message

news:<50**********************************@microso ft.com>...
Hi ,
I am trying to figure out why an application get this error when I am trying to open the application's asmx file from localhost. I don't have
indexing service running(it set as manual and not started). I also created
an .aspx file to do testing. The .aspx file opens fine in other directory from IE. As long as I put it in the application's directory, set a virtual directory, trying to open it, it also gives me the following error. I don't know what configuration is not setting right. Pls help.
James

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: Access is denied: 'CISFramework'.

Source Error:
Line 197: <add assembly="System.Drawing, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 198: <add assembly="System.EnterpriseServices, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> Line 199: <add assembly="*"/>
Line 200: </assemblies>
Line 201:
Source File: c:\winnt\microsoft.net\framework\v1.0.3705\Config\ machine.config Line:
199

----------------------------------------------------------------------------
---- Version Information: Microsoft .NET Framework Version:1.0.3705.0;

ASP.NET Version:1.0.3705.0


I am having basic an identical issue. no indexing service is running
on my server. Any suggestions?

Thx,
KS

Nov 18 '05 #4

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

Similar topics

3
by: buran | last post by:
Dear ASP.NET Programmers, I encountered the following problem when running my project: Configuration Error Description: An error occurred during the processing of a configuration file...
1
by: buran | last post by:
Dear ASP.NET Programmers, I encountered the following problem when running my project: Configuration Error Description: An error occurred during the processing of a configuration file...
1
by: Uma | last post by:
Hi We have developed a C# Class Library dll which raises a error intermittently. We get error Access is denied looked at the google newsgroups etc., It all points to "Remove the Indexing service...
0
by: jliusolar | last post by:
Hi I am trying to figure out why an application get this error when I am trying to open the application's asmx file from localhost. I don't have indexing service running(it set as manual and not...
0
by: Brian Call | last post by:
We have a customer that is getting an "Access is denied" (to a specific dll in the application's bin directory) error on XP when trying to run an ASP.NET application. All the posts and KB articles...
6
by: Guoqi Zheng | last post by:
Sir, Some times, I developed class library to use on other sites. When I am testing the application, I often get an error of access is denied to that assembly. How can I check the problem? ...
7
by: Martin Strojek | last post by:
Hi, I have the following problem with developing some web site. I use Visual Studio 2003 to build a website. I tried Windows 2003 Server and switched now back to Windows XP with PWS but the...
1
by: SalamElias | last post by:
I have a VS 2003 VB web project which works fine, in IE, debug....After several browsing in IE or debugging several ti;mes I start to get the ugly error "Configuration Error ", Access is denied:...
0
by: Andy | last post by:
Thanks Peter, I thought I'd give an update on this problem. My application had 2 assemblies that contained classed for the Data access and business logic layer. It was on one of them that I was...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
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,...
0
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

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.