From: Doug on
Last week I had a .net 2.0 webiste running locally on my machine perfectly. I
could access it locally by hitting http://localhost/ and others could hit it
just as well, using http://computername/. Then came day when I thought it
would be a good idea to download some software for a Sprint wireless card
(bad move), and everything went crazy.

Now, I can't hit localhost without getting an error (below), although I can
hit http://computername/ (from the actual machine) and it works fine. When
other's try to hit http://computername/ they have the same issue I have when
I try to hit localhost (again, below).

I've unistalled the software that caused this issue, reinstalled/rebuilt the
Enterprise Library .dll's that it's erroring on, and adjusted my
computername/ASPNET account to be an Administrator on my machine all with no
luck!

Does anyone have any suggestions?!?!?!?


Error -->

Key not valid for use in specified state.

Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information about
the error and where it originated in the code.

Exception Details: System.Security.Cryptography.CryptographicException: Key
not valid for use in specified state.
From: effervescent on
I have exactly the same issue(Win XP Pro, IIS 5.1), except that I am able to
uninstall the Sprint wireless card software and get my IIS sites back.

Now, though I do see an error in the MMC next to each and every ASP.net page
in the status column:
Unexpected error 0x8007010d occurred.

but my pages do work correctly. With the Sprint wireless software installed,
IIS just hangs and loads infinitely.. Anybody know what's up?

--
Thanks,
Eff
---


"Doug" wrote:

> Last week I had a .net 2.0 webiste running locally on my machine perfectly. I
> could access it locally by hitting http://localhost/ and others could hit it
> just as well, using http://computername/. Then came day when I thought it
> would be a good idea to download some software for a Sprint wireless card
> (bad move), and everything went crazy.
>
> Now, I can't hit localhost without getting an error (below), although I can
> hit http://computername/ (from the actual machine) and it works fine. When
> other's try to hit http://computername/ they have the same issue I have when
> I try to hit localhost (again, below).
>
> I've unistalled the software that caused this issue, reinstalled/rebuilt the
> Enterprise Library .dll's that it's erroring on, and adjusted my
> computername/ASPNET account to be an Administrator on my machine all with no
> luck!
>
> Does anyone have any suggestions?!?!?!?
>
>
> Error -->
>
> Key not valid for use in specified state.
>
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information about
> the error and where it originated in the code.
>
> Exception Details: System.Security.Cryptography.CryptographicException: Key
> not valid for use in specified state.
From: effervescent on
I have exactly the same issue(Win XP Pro, IIS 5.1), except that I am able to
uninstall the Sprint wireless card software and get my IIS sites back.

Now, though I do see an error in the MMC next to each and every ASP.net page
in the status column:
Unexpected error 0x8007010d occurred.

but my pages do work correctly. With the Sprint wireless software installed,
IIS just hangs and loads infinitely.. Anybody know what's up?

--
Thanks,
Eff
---


"Doug" wrote:

> Last week I had a .net 2.0 webiste running locally on my machine perfectly. I
> could access it locally by hitting http://localhost/ and others could hit it
> just as well, using http://computername/. Then came day when I thought it
> would be a good idea to download some software for a Sprint wireless card
> (bad move), and everything went crazy.
>
> Now, I can't hit localhost without getting an error (below), although I can
> hit http://computername/ (from the actual machine) and it works fine. When
> other's try to hit http://computername/ they have the same issue I have when
> I try to hit localhost (again, below).
>
> I've unistalled the software that caused this issue, reinstalled/rebuilt the
> Enterprise Library .dll's that it's erroring on, and adjusted my
> computername/ASPNET account to be an Administrator on my machine all with no
> luck!
>
> Does anyone have any suggestions?!?!?!?
>
>
> Error -->
>
> Key not valid for use in specified state.
>
> Description: An unhandled exception occurred during the execution of the
> current web request. Please review the stack trace for more information about
> the error and where it originated in the code.
>
> Exception Details: System.Security.Cryptography.CryptographicException: Key
> not valid for use in specified state.
From: Doug on
I'm not able to do it even when I uninstall the Sprint software. Unless
there's something I forgot to install, that still didn't work for me. I've
tried a million different ways to solve this problem, but no solutions that
I've found have worked.

I"ve uninstalled IIS, .NET2.0, tweaked access for both the I_USR acount and
the I_WAM acount, ran the script to sync up the I_WAM account, and everything
else on Google.

If you come up with a solution to this issue please keep me posted, I will
do the same!
From: Doug on
I'm not able to do it even when I uninstall the Sprint software. Unless
there's something I forgot to install, that still didn't work for me. I've
tried a million different ways to solve this problem, but no solutions that
I've found have worked.

I"ve uninstalled IIS, .NET2.0, tweaked access for both the I_USR acount and
the I_WAM acount, ran the script to sync up the I_WAM account, and everything
else on Google.

If you come up with a solution to this issue please keep me posted, I will
do the same!