473,508 Members | 4,628 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ASP scripts won't run after installing SP2

I just installed SP2.

now my .asp scripts won't run. .aspx scripts run fine. It's just .asp
for some reason. I keep getting the following error:

"Either a required impersonation level was not provided, or the
provided impersonation level is invalid."

I've tried deactivating the windows xp firewall, and that didn't help.

I'm perplexed and I can't roll my system back.

Any ideas?

Dan

Jul 22 '05 #1
13 3472

ow********@rocketmail.com wrote:
I just installed SP2.

now my .asp scripts won't run. .aspx scripts run fine. It's just ..asp for some reason. I keep getting the following error:

"Either a required impersonation level was not provided, or the
provided impersonation level is invalid."

Google that exact phase, you get a bunch of hits. (don't you guys try
that first??)

Jul 22 '05 #2
I did. I went through AT LEAST 50 of the links and none solved my
problem. just b/c you get a lot of hits doesn't mean you get answers.
Care to enlighten me? Or are you just being a jerk.
la**********@yahoo.com wrote:
ow********@rocketmail.com wrote:
I just installed SP2.

now my .asp scripts won't run. .aspx scripts run fine. It's just

.asp
for some reason. I keep getting the following error:

"Either a required impersonation level was not provided, or the
provided impersonation level is invalid."

Google that exact phase, you get a bunch of hits. (don't you guys try
that first??)


Jul 22 '05 #3
> Care to enlighten me? Or are you just being a jerk.
Good luck getting assistance after that!
I've never seen that error so I can't help much. Sounds like a permission
issue somewhere.

--
--Mark Schupp
Head of Development
Integrity eLearning
www.ielearning.com
<yu*******@yahoo.com> wrote in message
news:11********************@g14g2000cwa.googlegrou ps.com...
I did. I went through AT LEAST 50 of the links and none solved my
problem. just b/c you get a lot of hits doesn't mean you get answers.
Care to enlighten me? Or are you just being a jerk.
la**********@yahoo.com wrote:
ow********@rocketmail.com wrote:
> I just installed SP2.
>
> now my .asp scripts won't run. .aspx scripts run fine. It's just

.asp
> for some reason. I keep getting the following error:
>
> "Either a required impersonation level was not provided, or the
> provided impersonation level is invalid."

Google that exact phase, you get a bunch of hits. (don't you guys try
that first??)

Jul 22 '05 #4

yu*******@yahoo.com wrote:
I did. I went through AT LEAST 50 of the links and none solved my
problem. just b/c you get a lot of hits doesn't mean you get answers. Care to enlighten me? Or are you just being a jerk.


I'm being a jerk because I point out all the hits? Why don't you
enlighten us and tell us what you tried that didn't work so we don't
waste our time telling you the same shit?

Jul 22 '05 #5
> Good luck getting assistance after that!
I've never seen that error so I can't help much. Sounds like a permission issue somewhere.


I know I was testy, but i fail to see how providing no useful
information and telling someone to just google it is helpful.

I've looked through 4guysfromrolla, Aspfaq, asp101, groups.google,
google, askgeeves, micorosoft, and yahoo and haven't found an answer
yet.

Like you , I assumed it was a permissions issue, so I've given everyone
full control permissions on every folder. It still won't work. I'm
stumped. Which is why I thought someone here could help.

Jul 22 '05 #6
yu*******@yahoo.com wrote:
Good luck getting assistance after that!
I've never seen that error so I can't help much. Sounds like a
permission issue somewhere.


I know I was testy, but i fail to see how providing no useful
information and telling someone to just google it is helpful.

I've looked through 4guysfromrolla, Aspfaq, asp101, groups.google,
google, askgeeves, micorosoft, and yahoo and haven't found an answer
yet.

Like you , I assumed it was a permissions issue, so I've given
everyone full control permissions on every folder. It still won't
work. I'm stumped. Which is why I thought someone here could help.


Basically, you get help in proportion to the amount of information you
provide about your problem.

In your case, you gave us an error message, and described one thing you had
tried to fix it. No information about what gave you the idea to try what you
did, what searches you had tried, what blind alleys the searches had led you
up, and worst: no code to allow us to attempt to reproduce the problem.

Based on that, the only possible reply we can give (especially since this
problem is not one that many of us have encountered - I know I've never seen
this error) is a suggestion to google. We're not miracle workers. And we are
not psychic enough to be able to deduce that you have already tried google
with no meaningful results. Based on what Larry said, googling that phrase
returns a lot of hits. You should tell us why none of the hits are relevant
to your problem. We're not psychic.

When you say you gave "everyone" control, did you include the Internet Guest
Account?

My suggestion would be to reinstall IIS.

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 22 '05 #7
> In your case, you gave us an error message, and described one thing
you had
tried to fix it. No information about what gave you the idea to try what you did, what searches you had tried, what blind alleys the searches had led you up, and worst: no code to allow us to attempt to reproduce the

problem.

Well, I've listed the places I've checked. I didn't list anything I"ve
tried b/c just about every google link was a list of error codes. None
of them provided any solutions or suggestions in case you ever get this
error code.

I've re-installed IIS based on your suggestion, and that didn't work.

I've tried every combination of user rights I can think of. Right now,
I've granted full permissions to IUSR, IWAM, administrator, and system.
Still no joy.

Jul 22 '05 #8
yu*******@yahoo.com wrote:
In your case, you gave us an error message, and described one thing
you had tried to fix it. No information about what gave you the idea
to try what you did, what searches you had tried, what blind alleys
the searches had led you up, and worst: no code to allow us to
attempt to reproduce the problem.


Well, I've listed the places I've checked. I didn't list anything
I"ve tried b/c just about every google link was a list of error
codes. None of them provided any solutions or suggestions in case
you ever get this error code.

I've re-installed IIS based on your suggestion, and that didn't work.

I've tried every combination of user rights I can think of. Right
now, I've granted full permissions to IUSR, IWAM, administrator, and
system.
Still no joy.


Well, I've just tried my own google search and you are correct: there is no
information about this to be had anywhere.

Let's be clear: no asp code runs? How about a simple <%response.write "Hello
world"%> page? If a simple page such as this produces your error, it sounds
as if you are going to have to make a call to MS Product Support. If this
turns out to be a bug, you will not be charged for the call.

If the simple page runs, then you are going to need to determine exactly
what code raises that error. Are you using xmlhttprequest anywhere?

Bob Barrows

--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 22 '05 #9
yu*******@yahoo.com wrote:
Like you , I assumed it was a permissions issue, so I've given
everyone full control permissions on every folder. It still won't
work. I'm stumped. Which is why I thought someone here could help.


We saw something similar on a handful of Server 2003 machines after applying
SP1 last week. Moving the web root to a folder outside the entire \inetpub\
tree worked, so we assumed it was a permission problem. We then found that
we could fix the problem by removing IIS and reinstalling it. This did not
require deletion of the Inetpub file structure, so it probably can't hurt
you to try this.

--
Dave Anderson

Unsolicited commercial email will be read at a cost of $500 per message. Use
of this email address implies consent to these terms. Please do not contact
me directly or ask me to contact you directly for assistance. If your
question is worth asking, it's worth posting.
Jul 22 '05 #10
> Let's be clear: no asp code runs? How about a simple <%response.write
"Hello
world"%> page? If a simple page such as this produces your error, it sounds as if you are going to have to make a call to MS Product Support. If this turns out to be a bug, you will not be charged for the call.


That is correct. Even a simple "Hello World" script brings up the
error message.

This is very frustrating.

Jul 22 '05 #11
yu*******@yahoo.com wrote:
Let's be clear: no asp code runs? How about a simple
<%response.write "Hello world"%> page? If a simple page such as this
produces your error, it sounds as if you are going to have to make a
call to MS Product Support. If this turns out to be a bug, you will
not be charged for the call.


That is correct. Even a simple "Hello World" script brings up the
error message.

This is very frustrating.


Check these out before calling MS:
http://www.aspfaq.com/show.asp?id=2147
http://www.aspfaq.com/show.asp?id=2476

Especially this link in 2476:
http://support.microsoft.com/default.aspx/kb/812614

Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Jul 22 '05 #12
THANK YOU! THANK YOU! THANK YOU!

You can't imagine how relieved I am now. It was article
(http://www.aspfaq.com/show.asp*?id=2147 ) that provided the
resolution.

I changed the application protection level to "LOW" and it's running
now.

Thanks SO MUCH for your efforts on this.

Jul 22 '05 #13

Hi Dan

Not sure if you've solved this yet, but the only way I have been able
to get round this problem is by setting the Application Protection of
the site to Low.

I haven't got to the bottom as to why yet - but I'm still trying - but
it's clearly a process permissions issue and SP2 is blocking
something!

Cheers

Matt
ow********@rocketmail.com wrote:
*I just installed SP2.

now my .asp scripts won't run. .aspx scripts run fine. It's just
.asp
for some reason. I keep getting the following error:

"Either a required impersonation level was not provided, or the
provided impersonation level is invalid."

I've tried deactivating the windows xp firewall, and that didn't
help.

I'm perplexed and I can't roll my system back.

Any ideas?

Dan *


--
mrahman
------------------------------------------------------------------------
Posted via http://www.codecomments.com
------------------------------------------------------------------------

Aug 31 '05 #14

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

Similar topics

1
1972
by: Aaron | last post by:
I've been using MySQL for several months and enjoyed great success when installing other people's scripts to databses I make using phpMyAdmin. My challenge is developing from scratch the...
13
3186
by: Jon Cosby | last post by:
I'm having trouble executing Python scripts in IIS. I have the error message "%1 is not a valid Win32 application". Anyone know what this is about? Jon Cosby
3
5877
by: hepp | last post by:
Is it possible to run a Python script in Windows without installing Python on your machine first? At my work we are using a mixed environment - some have Solaris workstations and others PC's. I...
4
466
by: Vince | last post by:
I'm getting this message when I try and run a .net web app in the development system: CS0016: Could not write to output file 'c#:\windows nt\Microsoft..net framework\v1.1.4322\Temporary ASP.NET...
8
2004
by: Jan Danielsson | last post by:
Hello all, How do I make a python script actually a _python_ in unix:ish environments? I know about adding: #!/bin/sh ..as the first row in a shell script, but when I installed python on...
2
4213
by: Jeffry van de Vuurst | last post by:
Hi, (sorry for the crosspost, I wasn't sure which was the best place to put this). I was just thinking about something and wondered if any of you has some ideas about this. I'm using the...
0
3266
by: pioboyle | last post by:
Hi I am trying to install and connect printers via scripts i am using ms server 2003 and am trying to setup scripts where the user can install the printers via a script if i have...
1
1285
by: =?Utf-8?B?S2l3aWJydWNl?= | last post by:
After installing IE7 my computer hangs at "Turn off Computer" specifically it says that it can't end ctfmon.exe and explorer.exe (I can close them manually and machine shuts down ok). This occurred...
0
1328
by: Alan Isaac | last post by:
What is the recommended packaging of demo scripts or test scripts for a package that has modules that use relative imports? Example: Suppose I have the package structure: package/...
0
7228
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
7128
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
7393
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...
1
7058
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
5635
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
3206
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
3191
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1565
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 ...
1
769
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.