473,467 Members | 1,402 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

ASP Page Generates: The requested resource is in use error.

I have a very simple ASP page that when I try and access it, I get the
following error:

The requested resource is in use.

I went through the event viewer and noticed the system log is
generating the following entry every time I try and access this ASP
page.

The application-specific permission settings do not grant Local
Activation permission for the COM Server application with CLSID
{A9E69610-B80D-11D0-B9B9-00A0C922E750} to the user SERVER01
\IWAM_SERVER01 SID (S-1-5-21-2001668317-4232441795-3553794744-1006).
This security permission can be modified using the Component Services
administrative tool.

I changed the Identity settings under the IIS-Out-Of-Process Pooled
Applications Property settings from "This User" to "System Account",
but this didn't make any difference.

Any other suggestions on how to troubleshoot?

Thanks!
Dale
Jun 27 '08 #1
3 2619


"Dale" <da******@gmail.comwrote in message
news:bd**********************************@e39g2000 hsf.googlegroups.com...
I have a very simple ASP page that when I try and access it, I get the
following error:

The requested resource is in use.

I went through the event viewer and noticed the system log is
generating the following entry every time I try and access this ASP
page.

The application-specific permission settings do not grant Local
Activation permission for the COM Server application with CLSID
{A9E69610-B80D-11D0-B9B9-00A0C922E750} to the user SERVER01
\IWAM_SERVER01 SID (S-1-5-21-2001668317-4232441795-3553794744-1006).
This security permission can be modified using the Component Services
administrative tool.

I changed the Identity settings under the IIS-Out-Of-Process Pooled
Applications Property settings from "This User" to "System Account",
but this didn't make any difference.

Any other suggestions on how to troubleshoot?
http://classicasp.aspfaq.com/general...se-errors.html
It might help if you told us what the page is doing.

The COM server refered to in the event is the IIS Admin service. Have you
been fiddling with security settings of such services?

--
Anthony Jones - MVP ASP/ASP.NET
Jun 27 '08 #2
On Apr 15, 12:53*am, "Anthony Jones" <A...@yadayadayada.comwrote:
It might help if you told us what the page is doing.
The page isn't loading at all, just generating the error I described.
The COM server refered to in the event is the IIS Admin service. *Have you
been fiddling with security settings of such services?
No, I haven't "fiddled" with any security settings.
Jun 27 '08 #3
"Dale" <da******@gmail.comwrote in message
news:a3**********************************@y21g2000 hsf.googlegroups.com...
On Apr 15, 12:53 am, "Anthony Jones" <A...@yadayadayada.comwrote:
>It might help if you told us what the page is doing.

The page isn't loading at all, just generating the error I described.
I'll re-phrase the question. What is the page supposed to be doing?


--
Anthony Jones - MVP ASP/ASP.NET
Jun 27 '08 #4

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

Similar topics

14
by: sinister | last post by:
I have some CGI programs that spit out error pages when the user enters illegal form input. These custom error pages, while informing the user of errors, are otherwise just standard web pages. ...
6
by: Quick Function | last post by:
Hi, I developed a site and used css. I put almost all style information in the css and used a lot of "id=my_css_class" in the html. They is little style specification in the html. I found that on...
15
by: Ajay DSouza | last post by:
When I try to validate my page http://www.ajaydsouza.com/wordpress/wpthemes/ I get this: I got the following unexpected response when trying to retrieve...
2
by: kapila Wijethilaka | last post by:
Hello, I want to invoke clients iExplorer from my axpx page. I did a some cod eto dot this.but it gave me below error. can anybody help me with this thanks Access is denied.
3
by: Jheitmuller | last post by:
Hi, I would like to convert a VB.NET application from being a Windows app to an ASP.NET app. I'm new to web development, so this may be a simple question. Is it possible to render simple drawing...
0
by: Thiago Campos Pereira | last post by:
Hi, I am with the following problem. I have installed a IIS 6.0 / Windows 2003 and created a simple HTML Page (with a simple text, for test - Test.HTML). I am trying access the page with the IE...
3
by: Jensen Bredal | last post by:
Hello, I'm doing localhost developpement on a win2k3 server . When i lunch the default page i get the following. How do i resolve it? many thanks in advance Server Error in '/MultiTest'...
5
by: jonhyland | last post by:
Hey all, I'm writing a .NET application where I want all HTTP errors such as 404 to redirect back to the home page. Since .NET only handles HTTP errors if the client is requesting a .NET...
0
by: Scott | last post by:
On a fresh rebuild of XP Pro SP2 and new install of VS.Net 2003, I get the following error whenever I try running a very simple page from the IDE; ...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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,...
0
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...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
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 ...

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.