473,394 Members | 1,965 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,394 software developers and data experts.

urgent: beta 2.0 error

Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I
keep getting the following error:-

Error In:
http://www.mywebsite.org/WebResource...14619884218750

--------------------------------------------------------------------------------
System.Security.Cryptography.CryptographicExceptio n: Padding is invalid and
cannot be removed. at
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer,
Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount) at
System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean
useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s) at
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRequest(HttpContext
context) at
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
--------------------------------------------------------------------------------
Error In: http://www.mywebsite.org/WebResource.axd

--------------------------------------------------------------------------------
System.Web.HttpException: This is an invalid webresource request. at
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRequest(HttpContext
context) at
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
--------------------------------------------------------------------------------
Any ideas?

TIA!
Nov 19 '05 #1
16 2873
You'd have to show the code line(s).
Most likely your DecryptData call is wrapped incorrectly.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"pa***@community.nospam" wrote:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I
keep getting the following error:-

Error In:
http://www.mywebsite.org/WebResource...14619884218750

--------------------------------------------------------------------------------
System.Security.Cryptography.CryptographicExceptio n: Padding is invalid and
cannot be removed. at
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer,
Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount) at
System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean
useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s) at
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRequest(HttpContext
context) at
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
--------------------------------------------------------------------------------
Error In: http://www.mywebsite.org/WebResource.axd

--------------------------------------------------------------------------------
System.Web.HttpException: This is an invalid webresource request. at
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRequest(HttpContext
context) at
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
--------------------------------------------------------------------------------
Any ideas?

TIA!

Nov 19 '05 #2
Curt, I am not making any call to DecryptData. It is the runtime that is
doing it.

thanks!

"Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
news:CA**********************************@microsof t.com...
You'd have to show the code line(s).
Most likely your DecryptData call is wrapped incorrectly.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com

"pa***@community.nospam" wrote:
Hi all, I have a website running on beta 2.0 on server 2003 web sp1 and I
keep getting the following error:-

Error In:
http://www.mywebsite.org/WebResource...14619884218750

--------------------------------------------------------------------------------
System.Security.Cryptography.CryptographicExceptio n: Padding is invalid
and
cannot be removed. at
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer,
Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount) at
System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean
useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s) at
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRequest(HttpContext
context) at
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
--------------------------------------------------------------------------------
Error In: http://www.mywebsite.org/WebResource.axd

--------------------------------------------------------------------------------
System.Web.HttpException: This is an invalid webresource request. at
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRequest(HttpContext
context) at
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
--------------------------------------------------------------------------------
Any ideas?

TIA!

Nov 19 '05 #3
Hi Param,

From the error callstack, the problem occurs when trying to decryting the
url string so as to locate a dynamic webresource. Can you locate the code
period which cause this error or is a randomly occured problem that can't
make sure the code point whether fail into the problem? If it's a
reproduceable problem, we can make some further test into it regarding on
the detailed code.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
| Subject: Re: urgent: beta 2.0 error
| Date: Tue, 6 Sep 2005 11:42:33 -0500
| Lines: 66
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:122651
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Curt, I am not making any call to DecryptData. It is the runtime that is
| doing it.
|
| thanks!
|
| "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| news:CA**********************************@microsof t.com...
| > You'd have to show the code line(s).
| > Most likely your DecryptData call is wrapped incorrectly.
| >
| > --
| > Curt Christianson
| > site: http://www.darkfalz.com
| > blog: http://blog.darkfalz.com
| >
| >
| >
| > "pa***@community.nospam" wrote:
| >
| >> Hi all, I have a website running on beta 2.0 on server 2003 web sp1
and I
| >> keep getting the following error:-
| >>
| >> Error In:
| >>
http://www.mywebsite.org/WebResource...gdA2&t=6326146
19884218750
| >>
| >>
----------------------------------------------------------------------------
----
| >> System.Security.Cryptography.CryptographicExceptio n: Padding is
invalid
| >> and
| >> cannot be removed. at
| >>
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| >> inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer,
| >> Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| >>
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
te[]
| >> inputBuffer, Int32 inputOffset, Int32 inputCount) at
| >> System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| >> System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
Boolean
| >> useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s) at
| >>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| >> context) at
| >>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
| >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
| >> completedSynchronously)
| >>
----------------------------------------------------------------------------
----
| >>
| >>
| >> Error In: http://www.mywebsite.org/WebResource.axd
| >>
| >>
----------------------------------------------------------------------------
----
| >> System.Web.HttpException: This is an invalid webresource request. at
| >>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| >> context) at
| >>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
| >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
| >> completedSynchronously)
| >>
----------------------------------------------------------------------------
----
| >>
| >>
| >> Any ideas?
| >>
| >> TIA!
| >>
| >>
| >>
|
|
|

Nov 19 '05 #4
Steven, it is totally random and only happening on my public boxes. On my
test boxes it doesnt happen. I turned on IIS logging and noticed that
whenever there is a referrer being logged i.e. user clicked a link from web
based email or other website does this happen every now and then. Any ideas?

TIA!

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:Aa**************@TK2MSFTNGXA01.phx.gbl...
Hi Param,

From the error callstack, the problem occurs when trying to decryting the
url string so as to locate a dynamic webresource. Can you locate the code
period which cause this error or is a randomly occured problem that can't
make sure the code point whether fail into the problem? If it's a
reproduceable problem, we can make some further test into it regarding on
the detailed code.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
| Subject: Re: urgent: beta 2.0 error
| Date: Tue, 6 Sep 2005 11:42:33 -0500
| Lines: 66
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:122651
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Curt, I am not making any call to DecryptData. It is the runtime that is
| doing it.
|
| thanks!
|
| "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| news:CA**********************************@microsof t.com...
| > You'd have to show the code line(s).
| > Most likely your DecryptData call is wrapped incorrectly.
| >
| > --
| > Curt Christianson
| > site: http://www.darkfalz.com
| > blog: http://blog.darkfalz.com
| >
| >
| >
| > "pa***@community.nospam" wrote:
| >
| >> Hi all, I have a website running on beta 2.0 on server 2003 web sp1
and I
| >> keep getting the following error:-
| >>
| >> Error In:
| >>
http://www.mywebsite.org/WebResource...gdA2&t=6326146
19884218750
| >>
| >>
----------------------------------------------------------------------------
----
| >> System.Security.Cryptography.CryptographicExceptio n: Padding is
invalid
| >> and
| >> cannot be removed. at
| >>
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| >> inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
outputBuffer,
| >> Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| >>
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
te[]
| >> inputBuffer, Int32 inputOffset, Int32 inputCount) at
| >> System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| >>
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
Boolean
| >> useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s)
at
| >>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| >> context) at
| >>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
| >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean&
| >> completedSynchronously)
| >>
----------------------------------------------------------------------------
----
| >>
| >>
| >> Error In: http://www.mywebsite.org/WebResource.axd
| >>
| >>
----------------------------------------------------------------------------
----
| >> System.Web.HttpException: This is an invalid webresource request. at
| >>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| >> context) at
| >>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
| >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean&
| >> completedSynchronously)
| >>
----------------------------------------------------------------------------
----
| >>
| >>
| >> Any ideas?
| >>
| >> TIA!
| >>
| >>
| >>
|
|
|

Nov 19 '05 #5
OK this problem is serious now. It is happening more frequently:-

Error In:
http://www.mywebsite.org/WebResource...14619884218750

--------------------------------------------------------------------------------
System.Security.Cryptography.CryptographicExceptio n: Padding is invalid and
cannot be removed. at
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer,
Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount) at
System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean
useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s) at
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRequest(HttpContext
context) at
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
--------------------------------------------------------------------------------
<pa***@community.nospam> wrote in message
news:eW**************@TK2MSFTNGP10.phx.gbl...
Steven, it is totally random and only happening on my public boxes. On my
test boxes it doesnt happen. I turned on IIS logging and noticed that
whenever there is a referrer being logged i.e. user clicked a link from
web based email or other website does this happen every now and then. Any
ideas?

TIA!

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:Aa**************@TK2MSFTNGXA01.phx.gbl...
Hi Param,

From the error callstack, the problem occurs when trying to decryting the
url string so as to locate a dynamic webresource. Can you locate the code
period which cause this error or is a randomly occured problem that can't
make sure the code point whether fail into the problem? If it's a
reproduceable problem, we can make some further test into it regarding on
the detailed code.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
| Subject: Re: urgent: beta 2.0 error
| Date: Tue, 6 Sep 2005 11:42:33 -0500
| Lines: 66
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:122651
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Curt, I am not making any call to DecryptData. It is the runtime that
is
| doing it.
|
| thanks!
|
| "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| news:CA**********************************@microsof t.com...
| > You'd have to show the code line(s).
| > Most likely your DecryptData call is wrapped incorrectly.
| >
| > --
| > Curt Christianson
| > site: http://www.darkfalz.com
| > blog: http://blog.darkfalz.com
| >
| >
| >
| > "pa***@community.nospam" wrote:
| >
| >> Hi all, I have a website running on beta 2.0 on server 2003 web sp1
and I
| >> keep getting the following error:-
| >>
| >> Error In:
| >>
http://www.mywebsite.org/WebResource...gdA2&t=6326146
19884218750
| >>
| >>
----------------------------------------------------------------------------
----
| >> System.Security.Cryptography.CryptographicExceptio n: Padding is
invalid
| >> and
| >> cannot be removed. at
| >>
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| >> inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
outputBuffer,
| >> Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| >>
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
te[]
| >> inputBuffer, Int32 inputOffset, Int32 inputCount) at
| >> System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| >>
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
Boolean
| >> useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s)
at
| >>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| >> context) at
| >>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
| >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean&
| >> completedSynchronously)
| >>
----------------------------------------------------------------------------
----
| >>
| >>
| >> Error In: http://www.mywebsite.org/WebResource.axd
| >>
| >>
----------------------------------------------------------------------------
----
| >> System.Web.HttpException: This is an invalid webresource request. at
| >>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| >> context) at
| >>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
| >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean&
| >> completedSynchronously)
| >>
----------------------------------------------------------------------------
----
| >>
| >>
| >> Any ideas?
| >>
| >> TIA!
| >>
| >>
| >>
|
|
|


Nov 19 '05 #6
Here is error logged in Application event log:-

Event code: 3005

Event message: An unhandled exception has occurred.

Event time: 9/7/2005 7:21:02 AM

Event time (UTC): 9/7/2005 12:21:02 PM

Event ID: aefc9f98817b49b4a5bc52f0a8bbb1f8

Event sequence: 640

Event occurrence: 9

Event detail code: 0
Application information:

Application domain: /LM/W3SVC/1804169627/Root-1-127705589313252916

Trust level: Full

Application Virtual Path: /

Application Path: D:\website files\prc\

Machine name: WEB2
Process information:

Process ID: 1692

Process name: w3wp.exe

Account name: APPONEDC\prc
Exception information:

Exception type: CryptographicException

Exception message: Padding is invalid and cannot be removed.
Request information:

Request URL:
http://www.mywebsite.org/WebResource...14619884218750

Request path: /WebResource.axd

User host address: 64.12.116.132

User:

Is authenticated: False

Authentication Type:

Thread account name: APPONEDC\prc
Thread information:

Thread ID: 6

Thread account name: APPONEDC\prc

Is impersonating: False

Stack trace: at
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer,
Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)

at
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount)

at System.Security.Cryptography.CryptoStream.FlushFin alBlock()

at System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean
useValidationSymAlgo)

at System.Web.UI.Page.DecryptString(String s)

at
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRequest(HttpContext
context)

at
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()

at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)

Custom event details:

For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.

TIA!

<pa***@community.nospam> wrote in message
news:e6****************@TK2MSFTNGP14.phx.gbl...
OK this problem is serious now. It is happening more frequently:-

Error In:
http://www.mywebsite.org/WebResource...14619884218750

--------------------------------------------------------------------------------
System.Security.Cryptography.CryptographicExceptio n: Padding is invalid
and cannot be removed. at
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer,
Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(Byte[]
inputBuffer, Int32 inputOffset, Int32 inputCount) at
System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean
useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s) at
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRequest(HttpContext
context) at
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplication.IExecutionStep.Execut e()
at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
completedSynchronously)
--------------------------------------------------------------------------------
<pa***@community.nospam> wrote in message
news:eW**************@TK2MSFTNGP10.phx.gbl...
Steven, it is totally random and only happening on my public boxes. On my
test boxes it doesnt happen. I turned on IIS logging and noticed that
whenever there is a referrer being logged i.e. user clicked a link from
web based email or other website does this happen every now and then. Any
ideas?

TIA!

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:Aa**************@TK2MSFTNGXA01.phx.gbl...
Hi Param,

From the error callstack, the problem occurs when trying to decryting
the
url string so as to locate a dynamic webresource. Can you locate the
code
period which cause this error or is a randomly occured problem that
can't
make sure the code point whether fail into the problem? If it's a
reproduceable problem, we can make some further test into it regarding
on
the detailed code.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
| Subject: Re: urgent: beta 2.0 error
| Date: Tue, 6 Sep 2005 11:42:33 -0500
| Lines: 66
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:122651
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Curt, I am not making any call to DecryptData. It is the runtime that
is
| doing it.
|
| thanks!
|
| "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| news:CA**********************************@microsof t.com...
| > You'd have to show the code line(s).
| > Most likely your DecryptData call is wrapped incorrectly.
| >
| > --
| > Curt Christianson
| > site: http://www.darkfalz.com
| > blog: http://blog.darkfalz.com
| >
| >
| >
| > "pa***@community.nospam" wrote:
| >
| >> Hi all, I have a website running on beta 2.0 on server 2003 web sp1
and I
| >> keep getting the following error:-
| >>
| >> Error In:
| >>
http://www.mywebsite.org/WebResource...gdA2&t=6326146
19884218750
| >>
| >>
----------------------------------------------------------------------------
----
| >> System.Security.Cryptography.CryptographicExceptio n: Padding is
invalid
| >> and
| >> cannot be removed. at
| >>
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| >> inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
outputBuffer,
| >> Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| >>
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
te[]
| >> inputBuffer, Int32 inputOffset, Int32 inputCount) at
| >> System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| >>
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
Boolean
| >> useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s)
at
| >>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| >> context) at
| >>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
| >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean&
| >> completedSynchronously)
| >>
----------------------------------------------------------------------------
----
| >>
| >>
| >> Error In: http://www.mywebsite.org/WebResource.axd
| >>
| >>
----------------------------------------------------------------------------
----
| >> System.Web.HttpException: This is an invalid webresource request.
at
| >>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| >> context) at
| >>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
| >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean&
| >> completedSynchronously)
| >>
----------------------------------------------------------------------------
----
| >>
| >>
| >> Any ideas?
| >>
| >> TIA!
| >>
| >>
| >>
|
|
|



Nov 19 '05 #7
Hi Param,

I'm afraid the problem is quite hard to throubleshoot. Is your
webapplication built on the same machine with the same running .net
framework(2.0) or built on other machine and move to this problem server?
Just to check whether it could be a version mismatch issue. Also, is this
problem occurable for any 2.0 asp.net web application or this particular
application? If you can also repro this problem with some other
application, I'm afraid there must be something wrong with the underlying
runtime framework, I'd suggest you reinstalling the 2.0 framework on the
server. Otherwise, we can try looking into the application's code to see
which portion of the app may be the root cause.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)



--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
<Oe**************@TK2MSFTNGP12.phx.gbl>
<Aa**************@TK2MSFTNGXA01.phx.gbl>
<eW**************@TK2MSFTNGP10.phx.gbl>
<e6**************@TK2MSFTNGP14.phx.gbl>
| Subject: Re: urgent: beta 2.0 error
| Date: Wed, 7 Sep 2005 08:57:52 -0500
| Lines: 301
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Response
| Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:122879
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Here is error logged in Application event log:-
|
| Event code: 3005
|
| Event message: An unhandled exception has occurred.
|
| Event time: 9/7/2005 7:21:02 AM
|
| Event time (UTC): 9/7/2005 12:21:02 PM
|
| Event ID: aefc9f98817b49b4a5bc52f0a8bbb1f8
|
| Event sequence: 640
|
| Event occurrence: 9
|
| Event detail code: 0
|
|
| Application information:
|
| Application domain: /LM/W3SVC/1804169627/Root-1-127705589313252916
|
| Trust level: Full
|
| Application Virtual Path: /
|
| Application Path: D:\website files\prc\
|
| Machine name: WEB2
|
|
| Process information:
|
| Process ID: 1692
|
| Process name: w3wp.exe
|
| Account name: APPONEDC\prc
|
|
| Exception information:
|
| Exception type: CryptographicException
|
| Exception message: Padding is invalid and cannot be removed.
|
|
| Request information:
|
| Request URL:
|
http://www.mywebsite.org/WebResource...cog2&t=6326146
19884218750
|
| Request path: /WebResource.axd
|
| User host address: 64.12.116.132
|
| User:
|
| Is authenticated: False
|
| Authentication Type:
|
| Thread account name: APPONEDC\prc
|
|
| Thread information:
|
| Thread ID: 6
|
| Thread account name: APPONEDC\prc
|
| Is impersonating: False
|
| Stack trace: at
| System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer,
| Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
|
| at
|
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
te[]
| inputBuffer, Int32 inputOffset, Int32 inputCount)
|
| at System.Security.Cryptography.CryptoStream.FlushFin alBlock()
|
| at
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Boolean
| useValidationSymAlgo)
|
| at System.Web.UI.Page.DecryptString(String s)
|
| at
|
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| context)
|
| at
|
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
|
| at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
| completedSynchronously)
|
|
|
| Custom event details:
|
| For more information, see Help and Support Center at
| http://go.microsoft.com/fwlink/events.asp.
|
|
|
| TIA!
|
| <pa***@community.nospam> wrote in message
| news:e6****************@TK2MSFTNGP14.phx.gbl...
| > OK this problem is serious now. It is happening more frequently:-
| >
| > Error In:
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
19884218750
| >
| >
----------------------------------------------------------------------------
----
| > System.Security.Cryptography.CryptographicExceptio n: Padding is invalid
| > and cannot be removed. at
| >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer,
| > Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
te[]
| > inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
Boolean
| > useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s) at
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| > context) at
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
| > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
| > completedSynchronously)
| >
----------------------------------------------------------------------------
----
| >
| >
| > <pa***@community.nospam> wrote in message
| > news:eW**************@TK2MSFTNGP10.phx.gbl...
| >> Steven, it is totally random and only happening on my public boxes. On
my
| >> test boxes it doesnt happen. I turned on IIS logging and noticed that
| >> whenever there is a referrer being logged i.e. user clicked a link
from
| >> web based email or other website does this happen every now and then.
Any
| >> ideas?
| >>
| >> TIA!
| >>
| >> "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| >> news:Aa**************@TK2MSFTNGXA01.phx.gbl...
| >>> Hi Param,
| >>>
| >>> From the error callstack, the problem occurs when trying to decryting
| >>> the
| >>> url string so as to locate a dynamic webresource. Can you locate the
| >>> code
| >>> period which cause this error or is a randomly occured problem that
| >>> can't
| >>> make sure the code point whether fail into the problem? If it's a
| >>> reproduceable problem, we can make some further test into it
regarding
| >>> on
| >>> the detailed code.
| >>>
| >>> Thanks,
| >>>
| >>> Steven Cheng
| >>> Microsoft Online Support
| >>>
| >>> Get Secure! www.microsoft.com/security
| >>> (This posting is provided "AS IS", with no warranties, and confers no
| >>> rights.)
| >>>
| >>>
| >>>
| >>>
| >>> --------------------
| >>> | From: <pa***@community.nospam>
| >>> | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| >>> <CA**********************************@microsoft.co m>
| >>> | Subject: Re: urgent: beta 2.0 error
| >>> | Date: Tue, 6 Sep 2005 11:42:33 -0500
| >>> | Lines: 66
| >>> | X-Priority: 3
| >>> | X-MSMail-Priority: Normal
| >>> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| >>> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| >>> | X-RFC2646: Format=Flowed; Original
| >>> | Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| >>> | Newsgroups: microsoft.public.dotnet.framework.aspnet
| >>> | NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| >>> | Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| >>> | Xref: TK2MSFTNGXA01.phx.gbl
| >>> microsoft.public.dotnet.framework.aspnet:122651
| >>> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| >>> |
| >>> | Curt, I am not making any call to DecryptData. It is the runtime
that
| >>> is
| >>> | doing it.
| >>> |
| >>> | thanks!
| >>> |
| >>> | "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| >>> | news:CA**********************************@microsof t.com...
| >>> | > You'd have to show the code line(s).
| >>> | > Most likely your DecryptData call is wrapped incorrectly.
| >>> | >
| >>> | > --
| >>> | > Curt Christianson
| >>> | > site: http://www.darkfalz.com
| >>> | > blog: http://blog.darkfalz.com
| >>> | >
| >>> | >
| >>> | >
| >>> | > "pa***@community.nospam" wrote:
| >>> | >
| >>> | >> Hi all, I have a website running on beta 2.0 on server 2003 web
sp1
| >>> and I
| >>> | >> keep getting the following error:-
| >>> | >>
| >>> | >> Error In:
| >>> | >>
| >>>
http://www.mywebsite.org/WebResource...gdA2&t=6326146
| >>> 19884218750
| >>> | >>
| >>> | >>
| >>>
----------------------------------------------------------------------------
| >>> ----
| >>> | >> System.Security.Cryptography.CryptographicExceptio n: Padding is
| >>> invalid
| >>> | >> and
| >>> | >> cannot be removed. at
| >>> | >>
| >>>
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| >>> outputBuffer,
| >>> | >> Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| >>> | >>
| >>>
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| >>> te[]
| >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount) at
| >>> | >> System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| >>> | >>
| >>>
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| >>> | >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
| >>> Boolean
| >>> | >> useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String
s)
| >>> at
| >>> | >>
| >>>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| >>> quest(HttpContext
| >>> | >> context) at
| >>> | >>
| >>>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| >>> on.IExecutionStep.Execute()
| >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
| >>> Boolean&
| >>> | >> completedSynchronously)
| >>> | >>
| >>>
----------------------------------------------------------------------------
| >>> ----
| >>> | >>
| >>> | >>
| >>> | >> Error In: http://www.mywebsite.org/WebResource.axd
| >>> | >>
| >>> | >>
| >>>
----------------------------------------------------------------------------
| >>> ----
| >>> | >> System.Web.HttpException: This is an invalid webresource
request.
| >>> at
| >>> | >>
| >>>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| >>> quest(HttpContext
| >>> | >> context) at
| >>> | >>
| >>>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| >>> on.IExecutionStep.Execute()
| >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
| >>> Boolean&
| >>> | >> completedSynchronously)
| >>> | >>
| >>>
----------------------------------------------------------------------------
| >>> ----
| >>> | >>
| >>> | >>
| >>> | >> Any ideas?
| >>> | >>
| >>> | >> TIA!
| >>> | >>
| >>> | >>
| >>> | >>
| >>> |
| >>> |
| >>> |
| >>>
| >>
| >>
| >
| >
|
|
|

Nov 19 '05 #8
Steve, this problem is happening on 2 machines for the same website. Here
are the specs:-

Dev Machine:- running Yukon June CTP and the version of .net that came with
it. Does not occur there, but then again no real world traffic coming to it.
OS - Server 2003 Std SP1

Prod Machines - running latest beta version of .net 2.0 downloaded from web
1 week ago. OS - Server 2003 Web SP1.

Again, I dont see anything in code that could cause this since it is
referencing webresource.axd which is something generated by the runtime...
Any ideas?

thanks!

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:50****************@TK2MSFTNGXA02.phx.gbl...
Hi Param,

I'm afraid the problem is quite hard to throubleshoot. Is your
webapplication built on the same machine with the same running .net
framework(2.0) or built on other machine and move to this problem server?
Just to check whether it could be a version mismatch issue. Also, is this
problem occurable for any 2.0 asp.net web application or this particular
application? If you can also repro this problem with some other
application, I'm afraid there must be something wrong with the underlying
runtime framework, I'd suggest you reinstalling the 2.0 framework on the
server. Otherwise, we can try looking into the application's code to see
which portion of the app may be the root cause.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)



--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
<Oe**************@TK2MSFTNGP12.phx.gbl>
<Aa**************@TK2MSFTNGXA01.phx.gbl>
<eW**************@TK2MSFTNGP10.phx.gbl>
<e6**************@TK2MSFTNGP14.phx.gbl>
| Subject: Re: urgent: beta 2.0 error
| Date: Wed, 7 Sep 2005 08:57:52 -0500
| Lines: 301
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| X-RFC2646: Format=Flowed; Response
| Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:122879
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Here is error logged in Application event log:-
|
| Event code: 3005
|
| Event message: An unhandled exception has occurred.
|
| Event time: 9/7/2005 7:21:02 AM
|
| Event time (UTC): 9/7/2005 12:21:02 PM
|
| Event ID: aefc9f98817b49b4a5bc52f0a8bbb1f8
|
| Event sequence: 640
|
| Event occurrence: 9
|
| Event detail code: 0
|
|
| Application information:
|
| Application domain: /LM/W3SVC/1804169627/Root-1-127705589313252916
|
| Trust level: Full
|
| Application Virtual Path: /
|
| Application Path: D:\website files\prc\
|
| Machine name: WEB2
|
|
| Process information:
|
| Process ID: 1692
|
| Process name: w3wp.exe
|
| Account name: APPONEDC\prc
|
|
| Exception information:
|
| Exception type: CryptographicException
|
| Exception message: Padding is invalid and cannot be removed.
|
|
| Request information:
|
| Request URL:
|
http://www.mywebsite.org/WebResource...cog2&t=6326146
19884218750
|
| Request path: /WebResource.axd
|
| User host address: 64.12.116.132
|
| User:
|
| Is authenticated: False
|
| Authentication Type:
|
| Thread account name: APPONEDC\prc
|
|
| Thread information:
|
| Thread ID: 6
|
| Thread account name: APPONEDC\prc
|
| Is impersonating: False
|
| Stack trace: at
| System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer,
| Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
|
| at
|
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
te[]
| inputBuffer, Int32 inputOffset, Int32 inputCount)
|
| at System.Security.Cryptography.CryptoStream.FlushFin alBlock()
|
| at
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
Boolean
| useValidationSymAlgo)
|
| at System.Web.UI.Page.DecryptString(String s)
|
| at
|
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| context)
|
| at
|
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
|
| at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step, Boolean&
| completedSynchronously)
|
|
|
| Custom event details:
|
| For more information, see Help and Support Center at
| http://go.microsoft.com/fwlink/events.asp.
|
|
|
| TIA!
|
| <pa***@community.nospam> wrote in message
| news:e6****************@TK2MSFTNGP14.phx.gbl...
| > OK this problem is serious now. It is happening more frequently:-
| >
| > Error In:
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
19884218750
| >
| >
----------------------------------------------------------------------------
----
| > System.Security.Cryptography.CryptographicExceptio n: Padding is
invalid
| > and cannot be removed. at
| >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
outputBuffer,
| > Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
te[]
| > inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
Boolean
| > useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s) at
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
quest(HttpContext
| > context) at
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
on.IExecutionStep.Execute()
| > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean&
| > completedSynchronously)
| >
----------------------------------------------------------------------------
----
| >
| >
| > <pa***@community.nospam> wrote in message
| > news:eW**************@TK2MSFTNGP10.phx.gbl...
| >> Steven, it is totally random and only happening on my public boxes.
On
my
| >> test boxes it doesnt happen. I turned on IIS logging and noticed that
| >> whenever there is a referrer being logged i.e. user clicked a link
from
| >> web based email or other website does this happen every now and then.
Any
| >> ideas?
| >>
| >> TIA!
| >>
| >> "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| >> news:Aa**************@TK2MSFTNGXA01.phx.gbl...
| >>> Hi Param,
| >>>
| >>> From the error callstack, the problem occurs when trying to
decryting
| >>> the
| >>> url string so as to locate a dynamic webresource. Can you locate the
| >>> code
| >>> period which cause this error or is a randomly occured problem that
| >>> can't
| >>> make sure the code point whether fail into the problem? If it's a
| >>> reproduceable problem, we can make some further test into it
regarding
| >>> on
| >>> the detailed code.
| >>>
| >>> Thanks,
| >>>
| >>> Steven Cheng
| >>> Microsoft Online Support
| >>>
| >>> Get Secure! www.microsoft.com/security
| >>> (This posting is provided "AS IS", with no warranties, and confers
no
| >>> rights.)
| >>>
| >>>
| >>>
| >>>
| >>> --------------------
| >>> | From: <pa***@community.nospam>
| >>> | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| >>> <CA**********************************@microsoft.co m>
| >>> | Subject: Re: urgent: beta 2.0 error
| >>> | Date: Tue, 6 Sep 2005 11:42:33 -0500
| >>> | Lines: 66
| >>> | X-Priority: 3
| >>> | X-MSMail-Priority: Normal
| >>> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| >>> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| >>> | X-RFC2646: Format=Flowed; Original
| >>> | Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| >>> | Newsgroups: microsoft.public.dotnet.framework.aspnet
| >>> | NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| >>> | Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| >>> | Xref: TK2MSFTNGXA01.phx.gbl
| >>> microsoft.public.dotnet.framework.aspnet:122651
| >>> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| >>> |
| >>> | Curt, I am not making any call to DecryptData. It is the runtime
that
| >>> is
| >>> | doing it.
| >>> |
| >>> | thanks!
| >>> |
| >>> | "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| >>> | news:CA**********************************@microsof t.com...
| >>> | > You'd have to show the code line(s).
| >>> | > Most likely your DecryptData call is wrapped incorrectly.
| >>> | >
| >>> | > --
| >>> | > Curt Christianson
| >>> | > site: http://www.darkfalz.com
| >>> | > blog: http://blog.darkfalz.com
| >>> | >
| >>> | >
| >>> | >
| >>> | > "pa***@community.nospam" wrote:
| >>> | >
| >>> | >> Hi all, I have a website running on beta 2.0 on server 2003 web
sp1
| >>> and I
| >>> | >> keep getting the following error:-
| >>> | >>
| >>> | >> Error In:
| >>> | >>
| >>>
http://www.mywebsite.org/WebResource...gdA2&t=6326146
| >>> 19884218750
| >>> | >>
| >>> | >>
| >>>
----------------------------------------------------------------------------
| >>> ----
| >>> | >> System.Security.Cryptography.CryptographicExceptio n: Padding is
| >>> invalid
| >>> | >> and
| >>> | >> cannot be removed. at
| >>> | >>
| >>>
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| >>> outputBuffer,
| >>> | >> Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| >>> | >>
| >>>
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| >>> te[]
| >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount) at
| >>> | >> System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| >>> | >>
| >>>
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| >>> | >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32
length,
| >>> Boolean
| >>> | >> useValidationSymAlgo) at
System.Web.UI.Page.DecryptString(String
s)
| >>> at
| >>> | >>
| >>>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| >>> quest(HttpContext
| >>> | >> context) at
| >>> | >>
| >>>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| >>> on.IExecutionStep.Execute()
| >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
| >>> Boolean&
| >>> | >> completedSynchronously)
| >>> | >>
| >>>
----------------------------------------------------------------------------
| >>> ----
| >>> | >>
| >>> | >>
| >>> | >> Error In: http://www.mywebsite.org/WebResource.axd
| >>> | >>
| >>> | >>
| >>>
----------------------------------------------------------------------------
| >>> ----
| >>> | >> System.Web.HttpException: This is an invalid webresource
request.
| >>> at
| >>> | >>
| >>>
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| >>> quest(HttpContext
| >>> | >> context) at
| >>> | >>
| >>>
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| >>> on.IExecutionStep.Execute()
| >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
| >>> Boolean&
| >>> | >> completedSynchronously)
| >>> | >>
| >>>
----------------------------------------------------------------------------
| >>> ----
| >>> | >>
| >>> | >>
| >>> | >> Any ideas?
| >>> | >>
| >>> | >> TIA!
| >>> | >>
| >>> | >>
| >>> | >>
| >>> |
| >>> |
| >>> |
| >>>
| >>
| >>
| >
| >
|
|
|

Nov 19 '05 #9
Thanks for your followup Param,

So would you provide me a simple page which will cause the problem on your
side so that I can perform some tests on my side? I'll try have a trace in
the underlying code to see whether we can find any clues.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
<Oe**************@TK2MSFTNGP12.phx.gbl>
<Aa**************@TK2MSFTNGXA01.phx.gbl>
<eW**************@TK2MSFTNGP10.phx.gbl>
<e6**************@TK2MSFTNGP14.phx.gbl>
<#G*************@TK2MSFTNGP11.phx.gbl>
<50**************@TK2MSFTNGXA02.phx.gbl>
| Subject: Re: urgent: beta 2.0 error
| Date: Thu, 8 Sep 2005 13:11:44 -0500
| Lines: 429
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| Message-ID: <#q**************@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGP08.phx.gbl!TK2MSFTNGP1
1.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:342694
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Steve, this problem is happening on 2 machines for the same website. Here
| are the specs:-
|
| Dev Machine:- running Yukon June CTP and the version of .net that came
with
| it. Does not occur there, but then again no real world traffic coming to
it.
| OS - Server 2003 Std SP1
|
| Prod Machines - running latest beta version of .net 2.0 downloaded from
web
| 1 week ago. OS - Server 2003 Web SP1.
|
| Again, I dont see anything in code that could cause this since it is
| referencing webresource.axd which is something generated by the
runtime...
| Any ideas?
|
| thanks!
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:50****************@TK2MSFTNGXA02.phx.gbl...
| > Hi Param,
| >
| > I'm afraid the problem is quite hard to throubleshoot. Is your
| > webapplication built on the same machine with the same running .net
| > framework(2.0) or built on other machine and move to this problem
server?
| > Just to check whether it could be a version mismatch issue. Also, is
this
| > problem occurable for any 2.0 asp.net web application or this particular
| > application? If you can also repro this problem with some other
| > application, I'm afraid there must be something wrong with the
underlying
| > runtime framework, I'd suggest you reinstalling the 2.0 framework on the
| > server. Otherwise, we can try looking into the application's code to see
| > which portion of the app may be the root cause.
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| >
| >
| >
| >
| >
| > --------------------
| > | From: <pa***@community.nospam>
| > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > <CA**********************************@microsoft.co m>
| > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > <eW**************@TK2MSFTNGP10.phx.gbl>
| > <e6**************@TK2MSFTNGP14.phx.gbl>
| > | Subject: Re: urgent: beta 2.0 error
| > | Date: Wed, 7 Sep 2005 08:57:52 -0500
| > | Lines: 301
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | X-RFC2646: Format=Flowed; Response
| > | Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:122879
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | Here is error logged in Application event log:-
| > |
| > | Event code: 3005
| > |
| > | Event message: An unhandled exception has occurred.
| > |
| > | Event time: 9/7/2005 7:21:02 AM
| > |
| > | Event time (UTC): 9/7/2005 12:21:02 PM
| > |
| > | Event ID: aefc9f98817b49b4a5bc52f0a8bbb1f8
| > |
| > | Event sequence: 640
| > |
| > | Event occurrence: 9
| > |
| > | Event detail code: 0
| > |
| > |
| > | Application information:
| > |
| > | Application domain: /LM/W3SVC/1804169627/Root-1-127705589313252916
| > |
| > | Trust level: Full
| > |
| > | Application Virtual Path: /
| > |
| > | Application Path: D:\website files\prc\
| > |
| > | Machine name: WEB2
| > |
| > |
| > | Process information:
| > |
| > | Process ID: 1692
| > |
| > | Process name: w3wp.exe
| > |
| > | Account name: APPONEDC\prc
| > |
| > |
| > | Exception information:
| > |
| > | Exception type: CryptographicException
| > |
| > | Exception message: Padding is invalid and cannot be removed.
| > |
| > |
| > | Request information:
| > |
| > | Request URL:
| > |
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > 19884218750
| > |
| > | Request path: /WebResource.axd
| > |
| > | User host address: 64.12.116.132
| > |
| > | User:
| > |
| > | Is authenticated: False
| > |
| > | Authentication Type:
| > |
| > | Thread account name: APPONEDC\prc
| > |
| > |
| > | Thread information:
| > |
| > | Thread ID: 6
| > |
| > | Thread account name: APPONEDC\prc
| > |
| > | Is impersonating: False
| > |
| > | Stack trace: at
| > |
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
outputBuffer,
| > | Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
| > |
| > | at
| > |
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > te[]
| > | inputBuffer, Int32 inputOffset, Int32 inputCount)
| > |
| > | at System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > |
| > | at
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
| > Boolean
| > | useValidationSymAlgo)
| > |
| > | at System.Web.UI.Page.DecryptString(String s)
| > |
| > | at
| > |
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > quest(HttpContext
| > | context)
| > |
| > | at
| > |
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > on.IExecutionStep.Execute()
| > |
| > | at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean&
| > | completedSynchronously)
| > |
| > |
| > |
| > | Custom event details:
| > |
| > | For more information, see Help and Support Center at
| > | http://go.microsoft.com/fwlink/events.asp.
| > |
| > |
| > |
| > | TIA!
| > |
| > | <pa***@community.nospam> wrote in message
| > | news:e6****************@TK2MSFTNGP14.phx.gbl...
| > | > OK this problem is serious now. It is happening more frequently:-
| > | >
| > | > Error In:
| > | >
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > 19884218750
| > | >
| > | >
| >
----------------------------------------------------------------------------
| > ----
| > | > System.Security.Cryptography.CryptographicExceptio n: Padding is
| > invalid
| > | > and cannot be removed. at
| > | >
| > System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | > inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > outputBuffer,
| > | > Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| > | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > te[]
| > | > inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > | > System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| > | >
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | > fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
| > Boolean
| > | > useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String s)
at
| > | >
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > quest(HttpContext
| > | > context) at
| > | >
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > on.IExecutionStep.Execute()
| > | > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
| > Boolean&
| > | > completedSynchronously)
| > | >
| >
----------------------------------------------------------------------------
| > ----
| > | >
| > | >
| > | > <pa***@community.nospam> wrote in message
| > | > news:eW**************@TK2MSFTNGP10.phx.gbl...
| > | >> Steven, it is totally random and only happening on my public
boxes.
| > On
| > my
| > | >> test boxes it doesnt happen. I turned on IIS logging and noticed
that
| > | >> whenever there is a referrer being logged i.e. user clicked a link
| > from
| > | >> web based email or other website does this happen every now and
then.
| > Any
| > | >> ideas?
| > | >>
| > | >> TIA!
| > | >>
| > | >> "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in
message
| > | >> news:Aa**************@TK2MSFTNGXA01.phx.gbl...
| > | >>> Hi Param,
| > | >>>
| > | >>> From the error callstack, the problem occurs when trying to
| > decryting
| > | >>> the
| > | >>> url string so as to locate a dynamic webresource. Can you locate
the
| > | >>> code
| > | >>> period which cause this error or is a randomly occured problem
that
| > | >>> can't
| > | >>> make sure the code point whether fail into the problem? If it's a
| > | >>> reproduceable problem, we can make some further test into it
| > regarding
| > | >>> on
| > | >>> the detailed code.
| > | >>>
| > | >>> Thanks,
| > | >>>
| > | >>> Steven Cheng
| > | >>> Microsoft Online Support
| > | >>>
| > | >>> Get Secure! www.microsoft.com/security
| > | >>> (This posting is provided "AS IS", with no warranties, and
confers
| > no
| > | >>> rights.)
| > | >>>
| > | >>>
| > | >>>
| > | >>>
| > | >>> --------------------
| > | >>> | From: <pa***@community.nospam>
| > | >>> | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | >>> <CA**********************************@microsoft.co m>
| > | >>> | Subject: Re: urgent: beta 2.0 error
| > | >>> | Date: Tue, 6 Sep 2005 11:42:33 -0500
| > | >>> | Lines: 66
| > | >>> | X-Priority: 3
| > | >>> | X-MSMail-Priority: Normal
| > | >>> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | >>> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | >>> | X-RFC2646: Format=Flowed; Original
| > | >>> | Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | >>> | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | >>> | NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| > | >>> | Path:
| > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| > | >>> | Xref: TK2MSFTNGXA01.phx.gbl
| > | >>> microsoft.public.dotnet.framework.aspnet:122651
| > | >>> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | >>> |
| > | >>> | Curt, I am not making any call to DecryptData. It is the runtime
| > that
| > | >>> is
| > | >>> | doing it.
| > | >>> |
| > | >>> | thanks!
| > | >>> |
| > | >>> | "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| > | >>> | news:CA**********************************@microsof t.com...
| > | >>> | > You'd have to show the code line(s).
| > | >>> | > Most likely your DecryptData call is wrapped incorrectly.
| > | >>> | >
| > | >>> | > --
| > | >>> | > Curt Christianson
| > | >>> | > site: http://www.darkfalz.com
| > | >>> | > blog: http://blog.darkfalz.com
| > | >>> | >
| > | >>> | >
| > | >>> | >
| > | >>> | > "pa***@community.nospam" wrote:
| > | >>> | >
| > | >>> | >> Hi all, I have a website running on beta 2.0 on server 2003
web
| > sp1
| > | >>> and I
| > | >>> | >> keep getting the following error:-
| > | >>> | >>
| > | >>> | >> Error In:
| > | >>> | >>
| > | >>>
| >
http://www.mywebsite.org/WebResource...gdA2&t=6326146
| > | >>> 19884218750
| > | >>> | >>
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >> System.Security.Cryptography.CryptographicExceptio n: Padding
is
| > | >>> invalid
| > | >>> | >> and
| > | >>> | >> cannot be removed. at
| > | >>> | >>
| > | >>>
| > System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > | >>> outputBuffer,
| > | >>> | >> Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
at
| > | >>> | >>
| > | >>>
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | >>> te[]
| > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > | >>> | >> System.Security.Cryptography.CryptoStream.FlushFin alBlock()
at
| > | >>> | >>
| > | >>>
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | >>> | >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32
| > length,
| > | >>> Boolean
| > | >>> | >> useValidationSymAlgo) at
| > System.Web.UI.Page.DecryptString(String
| > s)
| > | >>> at
| > | >>> | >>
| > | >>>
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | >>> quest(HttpContext
| > | >>> | >> context) at
| > | >>> | >>
| > | >>>
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | >>> on.IExecutionStep.Execute()
| > | >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
step,
| > | >>> Boolean&
| > | >>> | >> completedSynchronously)
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >>
| > | >>> | >>
| > | >>> | >> Error In: http://www.mywebsite.org/WebResource.axd
| > | >>> | >>
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >> System.Web.HttpException: This is an invalid webresource
| > request.
| > | >>> at
| > | >>> | >>
| > | >>>
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | >>> quest(HttpContext
| > | >>> | >> context) at
| > | >>> | >>
| > | >>>
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | >>> on.IExecutionStep.Execute()
| > | >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
step,
| > | >>> Boolean&
| > | >>> | >> completedSynchronously)
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >>
| > | >>> | >>
| > | >>> | >> Any ideas?
| > | >>> | >>
| > | >>> | >> TIA!
| > | >>> | >>
| > | >>> | >>
| > | >>> | >>
| > | >>> |
| > | >>> |
| > | >>> |
| > | >>>
| > | >>
| > | >>
| > | >
| > | >
| > |
| > |
| > |
| >
|
|
|

Nov 19 '05 #10
Steve, where can I email you the code?

thanks!

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:qo**************@TK2MSFTNGXA01.phx.gbl...
Thanks for your followup Param,

So would you provide me a simple page which will cause the problem on your
side so that I can perform some tests on my side? I'll try have a trace
in
the underlying code to see whether we can find any clues.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
<Oe**************@TK2MSFTNGP12.phx.gbl>
<Aa**************@TK2MSFTNGXA01.phx.gbl>
<eW**************@TK2MSFTNGP10.phx.gbl>
<e6**************@TK2MSFTNGP14.phx.gbl>
<#G*************@TK2MSFTNGP11.phx.gbl>
<50**************@TK2MSFTNGXA02.phx.gbl>
| Subject: Re: urgent: beta 2.0 error
| Date: Thu, 8 Sep 2005 13:11:44 -0500
| Lines: 429
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| Message-ID: <#q**************@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGP08.phx.gbl!TK2MSFTNGP1
1.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:342694
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Steve, this problem is happening on 2 machines for the same website.
Here
| are the specs:-
|
| Dev Machine:- running Yukon June CTP and the version of .net that came
with
| it. Does not occur there, but then again no real world traffic coming to
it.
| OS - Server 2003 Std SP1
|
| Prod Machines - running latest beta version of .net 2.0 downloaded from
web
| 1 week ago. OS - Server 2003 Web SP1.
|
| Again, I dont see anything in code that could cause this since it is
| referencing webresource.axd which is something generated by the
runtime...
| Any ideas?
|
| thanks!
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:50****************@TK2MSFTNGXA02.phx.gbl...
| > Hi Param,
| >
| > I'm afraid the problem is quite hard to throubleshoot. Is your
| > webapplication built on the same machine with the same running .net
| > framework(2.0) or built on other machine and move to this problem
server?
| > Just to check whether it could be a version mismatch issue. Also, is
this
| > problem occurable for any 2.0 asp.net web application or this
particular
| > application? If you can also repro this problem with some other
| > application, I'm afraid there must be something wrong with the
underlying
| > runtime framework, I'd suggest you reinstalling the 2.0 framework on
the
| > server. Otherwise, we can try looking into the application's code to
see
| > which portion of the app may be the root cause.
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| >
| >
| >
| >
| >
| > --------------------
| > | From: <pa***@community.nospam>
| > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > <CA**********************************@microsoft.co m>
| > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > <eW**************@TK2MSFTNGP10.phx.gbl>
| > <e6**************@TK2MSFTNGP14.phx.gbl>
| > | Subject: Re: urgent: beta 2.0 error
| > | Date: Wed, 7 Sep 2005 08:57:52 -0500
| > | Lines: 301
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | X-RFC2646: Format=Flowed; Response
| > | Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:122879
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | Here is error logged in Application event log:-
| > |
| > | Event code: 3005
| > |
| > | Event message: An unhandled exception has occurred.
| > |
| > | Event time: 9/7/2005 7:21:02 AM
| > |
| > | Event time (UTC): 9/7/2005 12:21:02 PM
| > |
| > | Event ID: aefc9f98817b49b4a5bc52f0a8bbb1f8
| > |
| > | Event sequence: 640
| > |
| > | Event occurrence: 9
| > |
| > | Event detail code: 0
| > |
| > |
| > | Application information:
| > |
| > | Application domain: /LM/W3SVC/1804169627/Root-1-127705589313252916
| > |
| > | Trust level: Full
| > |
| > | Application Virtual Path: /
| > |
| > | Application Path: D:\website files\prc\
| > |
| > | Machine name: WEB2
| > |
| > |
| > | Process information:
| > |
| > | Process ID: 1692
| > |
| > | Process name: w3wp.exe
| > |
| > | Account name: APPONEDC\prc
| > |
| > |
| > | Exception information:
| > |
| > | Exception type: CryptographicException
| > |
| > | Exception message: Padding is invalid and cannot be removed.
| > |
| > |
| > | Request information:
| > |
| > | Request URL:
| > |
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > 19884218750
| > |
| > | Request path: /WebResource.axd
| > |
| > | User host address: 64.12.116.132
| > |
| > | User:
| > |
| > | Is authenticated: False
| > |
| > | Authentication Type:
| > |
| > | Thread account name: APPONEDC\prc
| > |
| > |
| > | Thread information:
| > |
| > | Thread ID: 6
| > |
| > | Thread account name: APPONEDC\prc
| > |
| > | Is impersonating: False
| > |
| > | Stack trace: at
| > |
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
outputBuffer,
| > | Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
| > |
| > | at
| > |
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > te[]
| > | inputBuffer, Int32 inputOffset, Int32 inputCount)
| > |
| > | at System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > |
| > | at
| >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
| > Boolean
| > | useValidationSymAlgo)
| > |
| > | at System.Web.UI.Page.DecryptString(String s)
| > |
| > | at
| > |
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > quest(HttpContext
| > | context)
| > |
| > | at
| > |
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > on.IExecutionStep.Execute()
| > |
| > | at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean&
| > | completedSynchronously)
| > |
| > |
| > |
| > | Custom event details:
| > |
| > | For more information, see Help and Support Center at
| > | http://go.microsoft.com/fwlink/events.asp.
| > |
| > |
| > |
| > | TIA!
| > |
| > | <pa***@community.nospam> wrote in message
| > | news:e6****************@TK2MSFTNGP14.phx.gbl...
| > | > OK this problem is serious now. It is happening more frequently:-
| > | >
| > | > Error In:
| > | >
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > 19884218750
| > | >
| > | >
| >
----------------------------------------------------------------------------
| > ----
| > | > System.Security.Cryptography.CryptographicExceptio n: Padding is
| > invalid
| > | > and cannot be removed. at
| > | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | > inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > outputBuffer,
| > | > Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| > | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > te[]
| > | > inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > | > System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| > | >
| >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | > fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
| > Boolean
| > | > useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String
s)
at
| > | >
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > quest(HttpContext
| > | > context) at
| > | >
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > on.IExecutionStep.Execute()
| > | > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
| > Boolean&
| > | > completedSynchronously)
| > | >
| >
----------------------------------------------------------------------------
| > ----
| > | >
| > | >
| > | > <pa***@community.nospam> wrote in message
| > | > news:eW**************@TK2MSFTNGP10.phx.gbl...
| > | >> Steven, it is totally random and only happening on my public
boxes.
| > On
| > my
| > | >> test boxes it doesnt happen. I turned on IIS logging and noticed
that
| > | >> whenever there is a referrer being logged i.e. user clicked a
link
| > from
| > | >> web based email or other website does this happen every now and
then.
| > Any
| > | >> ideas?
| > | >>
| > | >> TIA!
| > | >>
| > | >> "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in
message
| > | >> news:Aa**************@TK2MSFTNGXA01.phx.gbl...
| > | >>> Hi Param,
| > | >>>
| > | >>> From the error callstack, the problem occurs when trying to
| > decryting
| > | >>> the
| > | >>> url string so as to locate a dynamic webresource. Can you locate
the
| > | >>> code
| > | >>> period which cause this error or is a randomly occured problem
that
| > | >>> can't
| > | >>> make sure the code point whether fail into the problem? If it's
a
| > | >>> reproduceable problem, we can make some further test into it
| > regarding
| > | >>> on
| > | >>> the detailed code.
| > | >>>
| > | >>> Thanks,
| > | >>>
| > | >>> Steven Cheng
| > | >>> Microsoft Online Support
| > | >>>
| > | >>> Get Secure! www.microsoft.com/security
| > | >>> (This posting is provided "AS IS", with no warranties, and
confers
| > no
| > | >>> rights.)
| > | >>>
| > | >>>
| > | >>>
| > | >>>
| > | >>> --------------------
| > | >>> | From: <pa***@community.nospam>
| > | >>> | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | >>> <CA**********************************@microsoft.co m>
| > | >>> | Subject: Re: urgent: beta 2.0 error
| > | >>> | Date: Tue, 6 Sep 2005 11:42:33 -0500
| > | >>> | Lines: 66
| > | >>> | X-Priority: 3
| > | >>> | X-MSMail-Priority: Normal
| > | >>> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | >>> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | >>> | X-RFC2646: Format=Flowed; Original
| > | >>> | Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | >>> | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | >>> | NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| > | >>> | Path:
| > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| > | >>> | Xref: TK2MSFTNGXA01.phx.gbl
| > | >>> microsoft.public.dotnet.framework.aspnet:122651
| > | >>> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | >>> |
| > | >>> | Curt, I am not making any call to DecryptData. It is the
runtime
| > that
| > | >>> is
| > | >>> | doing it.
| > | >>> |
| > | >>> | thanks!
| > | >>> |
| > | >>> | "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| > | >>> | news:CA**********************************@microsof t.com...
| > | >>> | > You'd have to show the code line(s).
| > | >>> | > Most likely your DecryptData call is wrapped incorrectly.
| > | >>> | >
| > | >>> | > --
| > | >>> | > Curt Christianson
| > | >>> | > site: http://www.darkfalz.com
| > | >>> | > blog: http://blog.darkfalz.com
| > | >>> | >
| > | >>> | >
| > | >>> | >
| > | >>> | > "pa***@community.nospam" wrote:
| > | >>> | >
| > | >>> | >> Hi all, I have a website running on beta 2.0 on server 2003
web
| > sp1
| > | >>> and I
| > | >>> | >> keep getting the following error:-
| > | >>> | >>
| > | >>> | >> Error In:
| > | >>> | >>
| > | >>>
| >
http://www.mywebsite.org/WebResource...gdA2&t=6326146
| > | >>> 19884218750
| > | >>> | >>
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >> System.Security.Cryptography.CryptographicExceptio n:
Padding
is
| > | >>> invalid
| > | >>> | >> and
| > | >>> | >> cannot be removed. at
| > | >>> | >>
| > | >>>
| >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > | >>> outputBuffer,
| > | >>> | >> Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
at
| > | >>> | >>
| > | >>>
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | >>> te[]
| > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > | >>> | >> System.Security.Cryptography.CryptoStream.FlushFin alBlock()
at
| > | >>> | >>
| > | >>>
| >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | >>> | >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32
| > length,
| > | >>> Boolean
| > | >>> | >> useValidationSymAlgo) at
| > System.Web.UI.Page.DecryptString(String
| > s)
| > | >>> at
| > | >>> | >>
| > | >>>
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | >>> quest(HttpContext
| > | >>> | >> context) at
| > | >>> | >>
| > | >>>
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | >>> on.IExecutionStep.Execute()
| > | >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
step,
| > | >>> Boolean&
| > | >>> | >> completedSynchronously)
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >>
| > | >>> | >>
| > | >>> | >> Error In: http://www.mywebsite.org/WebResource.axd
| > | >>> | >>
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >> System.Web.HttpException: This is an invalid webresource
| > request.
| > | >>> at
| > | >>> | >>
| > | >>>
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | >>> quest(HttpContext
| > | >>> | >> context) at
| > | >>> | >>
| > | >>>
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | >>> on.IExecutionStep.Execute()
| > | >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
step,
| > | >>> Boolean&
| > | >>> | >> completedSynchronously)
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >>
| > | >>> | >>
| > | >>> | >> Any ideas?
| > | >>> | >>
| > | >>> | >> TIA!
| > | >>> | >>
| > | >>> | >>
| > | >>> | >>
| > | >>> |
| > | >>> |
| > | >>> |
| > | >>>
| > | >>
| > | >>
| > | >
| > | >
| > |
| > |
| > |
| >
|
|
|

Nov 19 '05 #11
You can email me at
no**********@sterlingware.com.remove...n. nospam.orh

TIA!

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:qo**************@TK2MSFTNGXA01.phx.gbl...
Thanks for your followup Param,

So would you provide me a simple page which will cause the problem on your
side so that I can perform some tests on my side? I'll try have a trace
in
the underlying code to see whether we can find any clues.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
<Oe**************@TK2MSFTNGP12.phx.gbl>
<Aa**************@TK2MSFTNGXA01.phx.gbl>
<eW**************@TK2MSFTNGP10.phx.gbl>
<e6**************@TK2MSFTNGP14.phx.gbl>
<#G*************@TK2MSFTNGP11.phx.gbl>
<50**************@TK2MSFTNGXA02.phx.gbl>
| Subject: Re: urgent: beta 2.0 error
| Date: Thu, 8 Sep 2005 13:11:44 -0500
| Lines: 429
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| Message-ID: <#q**************@TK2MSFTNGP11.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| Path:
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGP08.phx.gbl!TK2MSFTNGP1
1.phx.gbl
| Xref: TK2MSFTNGXA02.phx.gbl
microsoft.public.dotnet.framework.aspnet:342694
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Steve, this problem is happening on 2 machines for the same website.
Here
| are the specs:-
|
| Dev Machine:- running Yukon June CTP and the version of .net that came
with
| it. Does not occur there, but then again no real world traffic coming to
it.
| OS - Server 2003 Std SP1
|
| Prod Machines - running latest beta version of .net 2.0 downloaded from
web
| 1 week ago. OS - Server 2003 Web SP1.
|
| Again, I dont see anything in code that could cause this since it is
| referencing webresource.axd which is something generated by the
runtime...
| Any ideas?
|
| thanks!
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:50****************@TK2MSFTNGXA02.phx.gbl...
| > Hi Param,
| >
| > I'm afraid the problem is quite hard to throubleshoot. Is your
| > webapplication built on the same machine with the same running .net
| > framework(2.0) or built on other machine and move to this problem
server?
| > Just to check whether it could be a version mismatch issue. Also, is
this
| > problem occurable for any 2.0 asp.net web application or this
particular
| > application? If you can also repro this problem with some other
| > application, I'm afraid there must be something wrong with the
underlying
| > runtime framework, I'd suggest you reinstalling the 2.0 framework on
the
| > server. Otherwise, we can try looking into the application's code to
see
| > which portion of the app may be the root cause.
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| >
| >
| >
| >
| >
| >
| > --------------------
| > | From: <pa***@community.nospam>
| > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > <CA**********************************@microsoft.co m>
| > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > <eW**************@TK2MSFTNGP10.phx.gbl>
| > <e6**************@TK2MSFTNGP14.phx.gbl>
| > | Subject: Re: urgent: beta 2.0 error
| > | Date: Wed, 7 Sep 2005 08:57:52 -0500
| > | Lines: 301
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | X-RFC2646: Format=Flowed; Response
| > | Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:122879
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | Here is error logged in Application event log:-
| > |
| > | Event code: 3005
| > |
| > | Event message: An unhandled exception has occurred.
| > |
| > | Event time: 9/7/2005 7:21:02 AM
| > |
| > | Event time (UTC): 9/7/2005 12:21:02 PM
| > |
| > | Event ID: aefc9f98817b49b4a5bc52f0a8bbb1f8
| > |
| > | Event sequence: 640
| > |
| > | Event occurrence: 9
| > |
| > | Event detail code: 0
| > |
| > |
| > | Application information:
| > |
| > | Application domain: /LM/W3SVC/1804169627/Root-1-127705589313252916
| > |
| > | Trust level: Full
| > |
| > | Application Virtual Path: /
| > |
| > | Application Path: D:\website files\prc\
| > |
| > | Machine name: WEB2
| > |
| > |
| > | Process information:
| > |
| > | Process ID: 1692
| > |
| > | Process name: w3wp.exe
| > |
| > | Account name: APPONEDC\prc
| > |
| > |
| > | Exception information:
| > |
| > | Exception type: CryptographicException
| > |
| > | Exception message: Padding is invalid and cannot be removed.
| > |
| > |
| > | Request information:
| > |
| > | Request URL:
| > |
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > 19884218750
| > |
| > | Request path: /WebResource.axd
| > |
| > | User host address: 64.12.116.132
| > |
| > | User:
| > |
| > | Is authenticated: False
| > |
| > | Authentication Type:
| > |
| > | Thread account name: APPONEDC\prc
| > |
| > |
| > | Thread information:
| > |
| > | Thread ID: 6
| > |
| > | Thread account name: APPONEDC\prc
| > |
| > | Is impersonating: False
| > |
| > | Stack trace: at
| > |
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
outputBuffer,
| > | Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
| > |
| > | at
| > |
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > te[]
| > | inputBuffer, Int32 inputOffset, Int32 inputCount)
| > |
| > | at System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > |
| > | at
| >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
| > Boolean
| > | useValidationSymAlgo)
| > |
| > | at System.Web.UI.Page.DecryptString(String s)
| > |
| > | at
| > |
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > quest(HttpContext
| > | context)
| > |
| > | at
| > |
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > on.IExecutionStep.Execute()
| > |
| > | at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
Boolean&
| > | completedSynchronously)
| > |
| > |
| > |
| > | Custom event details:
| > |
| > | For more information, see Help and Support Center at
| > | http://go.microsoft.com/fwlink/events.asp.
| > |
| > |
| > |
| > | TIA!
| > |
| > | <pa***@community.nospam> wrote in message
| > | news:e6****************@TK2MSFTNGP14.phx.gbl...
| > | > OK this problem is serious now. It is happening more frequently:-
| > | >
| > | > Error In:
| > | >
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > 19884218750
| > | >
| > | >
| >
----------------------------------------------------------------------------
| > ----
| > | > System.Security.Cryptography.CryptographicExceptio n: Padding is
| > invalid
| > | > and cannot be removed. at
| > | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | > inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > outputBuffer,
| > | > Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| > | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > te[]
| > | > inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > | > System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| > | >
| >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | > fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
| > Boolean
| > | > useValidationSymAlgo) at System.Web.UI.Page.DecryptString(String
s)
at
| > | >
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > quest(HttpContext
| > | > context) at
| > | >
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > on.IExecutionStep.Execute()
| > | > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
| > Boolean&
| > | > completedSynchronously)
| > | >
| >
----------------------------------------------------------------------------
| > ----
| > | >
| > | >
| > | > <pa***@community.nospam> wrote in message
| > | > news:eW**************@TK2MSFTNGP10.phx.gbl...
| > | >> Steven, it is totally random and only happening on my public
boxes.
| > On
| > my
| > | >> test boxes it doesnt happen. I turned on IIS logging and noticed
that
| > | >> whenever there is a referrer being logged i.e. user clicked a
link
| > from
| > | >> web based email or other website does this happen every now and
then.
| > Any
| > | >> ideas?
| > | >>
| > | >> TIA!
| > | >>
| > | >> "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in
message
| > | >> news:Aa**************@TK2MSFTNGXA01.phx.gbl...
| > | >>> Hi Param,
| > | >>>
| > | >>> From the error callstack, the problem occurs when trying to
| > decryting
| > | >>> the
| > | >>> url string so as to locate a dynamic webresource. Can you locate
the
| > | >>> code
| > | >>> period which cause this error or is a randomly occured problem
that
| > | >>> can't
| > | >>> make sure the code point whether fail into the problem? If it's
a
| > | >>> reproduceable problem, we can make some further test into it
| > regarding
| > | >>> on
| > | >>> the detailed code.
| > | >>>
| > | >>> Thanks,
| > | >>>
| > | >>> Steven Cheng
| > | >>> Microsoft Online Support
| > | >>>
| > | >>> Get Secure! www.microsoft.com/security
| > | >>> (This posting is provided "AS IS", with no warranties, and
confers
| > no
| > | >>> rights.)
| > | >>>
| > | >>>
| > | >>>
| > | >>>
| > | >>> --------------------
| > | >>> | From: <pa***@community.nospam>
| > | >>> | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | >>> <CA**********************************@microsoft.co m>
| > | >>> | Subject: Re: urgent: beta 2.0 error
| > | >>> | Date: Tue, 6 Sep 2005 11:42:33 -0500
| > | >>> | Lines: 66
| > | >>> | X-Priority: 3
| > | >>> | X-MSMail-Priority: Normal
| > | >>> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | >>> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | >>> | X-RFC2646: Format=Flowed; Original
| > | >>> | Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | >>> | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | >>> | NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| > | >>> | Path:
| > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| > | >>> | Xref: TK2MSFTNGXA01.phx.gbl
| > | >>> microsoft.public.dotnet.framework.aspnet:122651
| > | >>> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | >>> |
| > | >>> | Curt, I am not making any call to DecryptData. It is the
runtime
| > that
| > | >>> is
| > | >>> | doing it.
| > | >>> |
| > | >>> | thanks!
| > | >>> |
| > | >>> | "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| > | >>> | news:CA**********************************@microsof t.com...
| > | >>> | > You'd have to show the code line(s).
| > | >>> | > Most likely your DecryptData call is wrapped incorrectly.
| > | >>> | >
| > | >>> | > --
| > | >>> | > Curt Christianson
| > | >>> | > site: http://www.darkfalz.com
| > | >>> | > blog: http://blog.darkfalz.com
| > | >>> | >
| > | >>> | >
| > | >>> | >
| > | >>> | > "pa***@community.nospam" wrote:
| > | >>> | >
| > | >>> | >> Hi all, I have a website running on beta 2.0 on server 2003
web
| > sp1
| > | >>> and I
| > | >>> | >> keep getting the following error:-
| > | >>> | >>
| > | >>> | >> Error In:
| > | >>> | >>
| > | >>>
| >
http://www.mywebsite.org/WebResource...gdA2&t=6326146
| > | >>> 19884218750
| > | >>> | >>
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >> System.Security.Cryptography.CryptographicExceptio n:
Padding
is
| > | >>> invalid
| > | >>> | >> and
| > | >>> | >> cannot be removed. at
| > | >>> | >>
| > | >>>
| >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > | >>> outputBuffer,
| > | >>> | >> Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
at
| > | >>> | >>
| > | >>>
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | >>> te[]
| > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > | >>> | >> System.Security.Cryptography.CryptoStream.FlushFin alBlock()
at
| > | >>> | >>
| > | >>>
| >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | >>> | >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32
| > length,
| > | >>> Boolean
| > | >>> | >> useValidationSymAlgo) at
| > System.Web.UI.Page.DecryptString(String
| > s)
| > | >>> at
| > | >>> | >>
| > | >>>
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | >>> quest(HttpContext
| > | >>> | >> context) at
| > | >>> | >>
| > | >>>
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | >>> on.IExecutionStep.Execute()
| > | >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
step,
| > | >>> Boolean&
| > | >>> | >> completedSynchronously)
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >>
| > | >>> | >>
| > | >>> | >> Error In: http://www.mywebsite.org/WebResource.axd
| > | >>> | >>
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >> System.Web.HttpException: This is an invalid webresource
| > request.
| > | >>> at
| > | >>> | >>
| > | >>>
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | >>> quest(HttpContext
| > | >>> | >> context) at
| > | >>> | >>
| > | >>>
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | >>> on.IExecutionStep.Execute()
| > | >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
step,
| > | >>> Boolean&
| > | >>> | >> completedSynchronously)
| > | >>> | >>
| > | >>>
| >
----------------------------------------------------------------------------
| > | >>> ----
| > | >>> | >>
| > | >>> | >>
| > | >>> | >> Any ideas?
| > | >>> | >>
| > | >>> | >> TIA!
| > | >>> | >>
| > | >>> | >>
| > | >>> | >>
| > | >>> |
| > | >>> |
| > | >>> |
| > | >>>
| > | >>
| > | >>
| > | >
| > | >
| > |
| > |
| > |
| >
|
|
|

Nov 19 '05 #12
Hi Param,

You can send me through the email in my signature by removing the "online".

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
<Oe**************@TK2MSFTNGP12.phx.gbl>
<Aa**************@TK2MSFTNGXA01.phx.gbl>
<eW**************@TK2MSFTNGP10.phx.gbl>
<e6**************@TK2MSFTNGP14.phx.gbl>
<#G*************@TK2MSFTNGP11.phx.gbl>
<50**************@TK2MSFTNGXA02.phx.gbl>
<#q**************@TK2MSFTNGP11.phx.gbl>
<qo**************@TK2MSFTNGXA01.phx.gbl>
| Subject: Re: urgent: beta 2.0 error
| Date: Fri, 9 Sep 2005 16:20:21 -0500
| Lines: 542
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| Message-ID: <eU*************@TK2MSFTNGP15.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:123599
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Steve, where can I email you the code?
|
| thanks!
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:qo**************@TK2MSFTNGXA01.phx.gbl...
| > Thanks for your followup Param,
| >
| > So would you provide me a simple page which will cause the problem on
your
| > side so that I can perform some tests on my side? I'll try have a
trace
| > in
| > the underlying code to see whether we can find any clues.
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| > --------------------
| > | From: <pa***@community.nospam>
| > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > <CA**********************************@microsoft.co m>
| > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > <eW**************@TK2MSFTNGP10.phx.gbl>
| > <e6**************@TK2MSFTNGP14.phx.gbl>
| > <#G*************@TK2MSFTNGP11.phx.gbl>
| > <50**************@TK2MSFTNGXA02.phx.gbl>
| > | Subject: Re: urgent: beta 2.0 error
| > | Date: Thu, 8 Sep 2005 13:11:44 -0500
| > | Lines: 429
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | X-RFC2646: Format=Flowed; Original
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | Message-ID: <#q**************@TK2MSFTNGP11.phx.gbl>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | Path:
| >
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGP08.phx.gbl!TK2MSFTNGP1
| > 1.phx.gbl
| > | Xref: TK2MSFTNGXA02.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:342694
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | Steve, this problem is happening on 2 machines for the same website.
| > Here
| > | are the specs:-
| > |
| > | Dev Machine:- running Yukon June CTP and the version of .net that came
| > with
| > | it. Does not occur there, but then again no real world traffic coming
to
| > it.
| > | OS - Server 2003 Std SP1
| > |
| > | Prod Machines - running latest beta version of .net 2.0 downloaded
from
| > web
| > | 1 week ago. OS - Server 2003 Web SP1.
| > |
| > | Again, I dont see anything in code that could cause this since it is
| > | referencing webresource.axd which is something generated by the
| > runtime...
| > | Any ideas?
| > |
| > | thanks!
| > |
| > | "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| > | news:50****************@TK2MSFTNGXA02.phx.gbl...
| > | > Hi Param,
| > | >
| > | > I'm afraid the problem is quite hard to throubleshoot. Is your
| > | > webapplication built on the same machine with the same running .net
| > | > framework(2.0) or built on other machine and move to this problem
| > server?
| > | > Just to check whether it could be a version mismatch issue. Also, is
| > this
| > | > problem occurable for any 2.0 asp.net web application or this
| > particular
| > | > application? If you can also repro this problem with some other
| > | > application, I'm afraid there must be something wrong with the
| > underlying
| > | > runtime framework, I'd suggest you reinstalling the 2.0 framework
on
| > the
| > | > server. Otherwise, we can try looking into the application's code
to
| > see
| > | > which portion of the app may be the root cause.
| > | >
| > | > Thanks,
| > | >
| > | > Steven Cheng
| > | > Microsoft Online Support
| > | >
| > | > Get Secure! www.microsoft.com/security
| > | > (This posting is provided "AS IS", with no warranties, and confers
no
| > | > rights.)
| > | >
| > | >
| > | >
| > | >
| > | >
| > | >
| > | >
| > | > --------------------
| > | > | From: <pa***@community.nospam>
| > | > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | > <CA**********************************@microsoft.co m>
| > | > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > | > <eW**************@TK2MSFTNGP10.phx.gbl>
| > | > <e6**************@TK2MSFTNGP14.phx.gbl>
| > | > | Subject: Re: urgent: beta 2.0 error
| > | > | Date: Wed, 7 Sep 2005 08:57:52 -0500
| > | > | Lines: 301
| > | > | X-Priority: 3
| > | > | X-MSMail-Priority: Normal
| > | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | > | X-RFC2646: Format=Flowed; Response
| > | > | Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| > | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | > | Path:
| > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| > | > | Xref: TK2MSFTNGXA01.phx.gbl
| > | > microsoft.public.dotnet.framework.aspnet:122879
| > | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | > |
| > | > | Here is error logged in Application event log:-
| > | > |
| > | > | Event code: 3005
| > | > |
| > | > | Event message: An unhandled exception has occurred.
| > | > |
| > | > | Event time: 9/7/2005 7:21:02 AM
| > | > |
| > | > | Event time (UTC): 9/7/2005 12:21:02 PM
| > | > |
| > | > | Event ID: aefc9f98817b49b4a5bc52f0a8bbb1f8
| > | > |
| > | > | Event sequence: 640
| > | > |
| > | > | Event occurrence: 9
| > | > |
| > | > | Event detail code: 0
| > | > |
| > | > |
| > | > | Application information:
| > | > |
| > | > | Application domain: /LM/W3SVC/1804169627/Root-1-127705589313252916
| > | > |
| > | > | Trust level: Full
| > | > |
| > | > | Application Virtual Path: /
| > | > |
| > | > | Application Path: D:\website files\prc\
| > | > |
| > | > | Machine name: WEB2
| > | > |
| > | > |
| > | > | Process information:
| > | > |
| > | > | Process ID: 1692
| > | > |
| > | > | Process name: w3wp.exe
| > | > |
| > | > | Account name: APPONEDC\prc
| > | > |
| > | > |
| > | > | Exception information:
| > | > |
| > | > | Exception type: CryptographicException
| > | > |
| > | > | Exception message: Padding is invalid and cannot be removed.
| > | > |
| > | > |
| > | > | Request information:
| > | > |
| > | > | Request URL:
| > | > |
| > | >
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > | > 19884218750
| > | > |
| > | > | Request path: /WebResource.axd
| > | > |
| > | > | User host address: 64.12.116.132
| > | > |
| > | > | User:
| > | > |
| > | > | Is authenticated: False
| > | > |
| > | > | Authentication Type:
| > | > |
| > | > | Thread account name: APPONEDC\prc
| > | > |
| > | > |
| > | > | Thread information:
| > | > |
| > | > | Thread ID: 6
| > | > |
| > | > | Thread account name: APPONEDC\prc
| > | > |
| > | > | Is impersonating: False
| > | > |
| > | > | Stack trace: at
| > | > |
| > System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | > | inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > outputBuffer,
| > | > | Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
| > | > |
| > | > | at
| > | > |
| > | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | > te[]
| > | > | inputBuffer, Int32 inputOffset, Int32 inputCount)
| > | > |
| > | > | at System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > | > |
| > | > | at
| > | >
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | > | fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32 length,
| > | > Boolean
| > | > | useValidationSymAlgo)
| > | > |
| > | > | at System.Web.UI.Page.DecryptString(String s)
| > | > |
| > | > | at
| > | > |
| > | >
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | > quest(HttpContext
| > | > | context)
| > | > |
| > | > | at
| > | > |
| > | >
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | > on.IExecutionStep.Execute()
| > | > |
| > | > | at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
| > Boolean&
| > | > | completedSynchronously)
| > | > |
| > | > |
| > | > |
| > | > | Custom event details:
| > | > |
| > | > | For more information, see Help and Support Center at
| > | > | http://go.microsoft.com/fwlink/events.asp.
| > | > |
| > | > |
| > | > |
| > | > | TIA!
| > | > |
| > | > | <pa***@community.nospam> wrote in message
| > | > | news:e6****************@TK2MSFTNGP14.phx.gbl...
| > | > | > OK this problem is serious now. It is happening more
frequently:-
| > | > | >
| > | > | > Error In:
| > | > | >
| > | >
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > | > 19884218750
| > | > | >
| > | > | >
| > | >
| >
----------------------------------------------------------------------------
| > | > ----
| > | > | > System.Security.Cryptography.CryptographicExceptio n: Padding is
| > | > invalid
| > | > | > and cannot be removed. at
| > | > | >
| > | >
| > System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | > | > inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > | > outputBuffer,
| > | > | > Int32 outputOffset, PaddingMode paddingMode, Boolean fLast) at
| > | > | >
| > | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | > te[]
| > | > | > inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > | > | > System.Security.Cryptography.CryptoStream.FlushFin alBlock() at
| > | > | >
| > | >
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | > | > fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32
length,
| > | > Boolean
| > | > | > useValidationSymAlgo) at
System.Web.UI.Page.DecryptString(String
| > s)
| > at
| > | > | >
| > | >
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | > quest(HttpContext
| > | > | > context) at
| > | > | >
| > | >
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | > on.IExecutionStep.Execute()
| > | > | > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
| > | > Boolean&
| > | > | > completedSynchronously)
| > | > | >
| > | >
| >
----------------------------------------------------------------------------
| > | > ----
| > | > | >
| > | > | >
| > | > | > <pa***@community.nospam> wrote in message
| > | > | > news:eW**************@TK2MSFTNGP10.phx.gbl...
| > | > | >> Steven, it is totally random and only happening on my public
| > boxes.
| > | > On
| > | > my
| > | > | >> test boxes it doesnt happen. I turned on IIS logging and
noticed
| > that
| > | > | >> whenever there is a referrer being logged i.e. user clicked a
| > link
| > | > from
| > | > | >> web based email or other website does this happen every now and
| > then.
| > | > Any
| > | > | >> ideas?
| > | > | >>
| > | > | >> TIA!
| > | > | >>
| > | > | >> "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in
| > message
| > | > | >> news:Aa**************@TK2MSFTNGXA01.phx.gbl...
| > | > | >>> Hi Param,
| > | > | >>>
| > | > | >>> From the error callstack, the problem occurs when trying to
| > | > decryting
| > | > | >>> the
| > | > | >>> url string so as to locate a dynamic webresource. Can you
locate
| > the
| > | > | >>> code
| > | > | >>> period which cause this error or is a randomly occured problem
| > that
| > | > | >>> can't
| > | > | >>> make sure the code point whether fail into the problem? If
it's
| > a
| > | > | >>> reproduceable problem, we can make some further test into it
| > | > regarding
| > | > | >>> on
| > | > | >>> the detailed code.
| > | > | >>>
| > | > | >>> Thanks,
| > | > | >>>
| > | > | >>> Steven Cheng
| > | > | >>> Microsoft Online Support
| > | > | >>>
| > | > | >>> Get Secure! www.microsoft.com/security
| > | > | >>> (This posting is provided "AS IS", with no warranties, and
| > confers
| > | > no
| > | > | >>> rights.)
| > | > | >>>
| > | > | >>>
| > | > | >>>
| > | > | >>>
| > | > | >>> --------------------
| > | > | >>> | From: <pa***@community.nospam>
| > | > | >>> | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | > | >>> <CA**********************************@microsoft.co m>
| > | > | >>> | Subject: Re: urgent: beta 2.0 error
| > | > | >>> | Date: Tue, 6 Sep 2005 11:42:33 -0500
| > | > | >>> | Lines: 66
| > | > | >>> | X-Priority: 3
| > | > | >>> | X-MSMail-Priority: Normal
| > | > | >>> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | > | >>> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | > | >>> | X-RFC2646: Format=Flowed; Original
| > | > | >>> | Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | > | >>> | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | > | >>> | NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| > | > | >>> | Path:
| > | > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| > | > | >>> | Xref: TK2MSFTNGXA01.phx.gbl
| > | > | >>> microsoft.public.dotnet.framework.aspnet:122651
| > | > | >>> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | > | >>> |
| > | > | >>> | Curt, I am not making any call to DecryptData. It is the
| > runtime
| > | > that
| > | > | >>> is
| > | > | >>> | doing it.
| > | > | >>> |
| > | > | >>> | thanks!
| > | > | >>> |
| > | > | >>> | "Curt_C [MVP]" <software_at_darkfalz.com> wrote in message
| > | > | >>> | news:CA**********************************@microsof t.com...
| > | > | >>> | > You'd have to show the code line(s).
| > | > | >>> | > Most likely your DecryptData call is wrapped incorrectly.
| > | > | >>> | >
| > | > | >>> | > --
| > | > | >>> | > Curt Christianson
| > | > | >>> | > site: http://www.darkfalz.com
| > | > | >>> | > blog: http://blog.darkfalz.com
| > | > | >>> | >
| > | > | >>> | >
| > | > | >>> | >
| > | > | >>> | > "pa***@community.nospam" wrote:
| > | > | >>> | >
| > | > | >>> | >> Hi all, I have a website running on beta 2.0 on server
2003
| > web
| > | > sp1
| > | > | >>> and I
| > | > | >>> | >> keep getting the following error:-
| > | > | >>> | >>
| > | > | >>> | >> Error In:
| > | > | >>> | >>
| > | > | >>>
| > | >
| >
http://www.mywebsite.org/WebResource...gdA2&t=6326146
| > | > | >>> 19884218750
| > | > | >>> | >>
| > | > | >>> | >>
| > | > | >>>
| > | >
| >
----------------------------------------------------------------------------
| > | > | >>> ----
| > | > | >>> | >> System.Security.Cryptography.CryptographicExceptio n:
| > Padding
| > is
| > | > | >>> invalid
| > | > | >>> | >> and
| > | > | >>> | >> cannot be removed. at
| > | > | >>> | >>
| > | > | >>>
| > | >
| > System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > | > | >>> outputBuffer,
| > | > | >>> | >> Int32 outputOffset, PaddingMode paddingMode, Boolean
fLast)
| > at
| > | > | >>> | >>
| > | > | >>>
| > | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | > | >>> te[]
| > | > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > | > | >>> | >>
System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > at
| > | > | >>> | >>
| > | > | >>>
| > | >
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | > | >>> | >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32
| > | > length,
| > | > | >>> Boolean
| > | > | >>> | >> useValidationSymAlgo) at
| > | > System.Web.UI.Page.DecryptString(String
| > | > s)
| > | > | >>> at
| > | > | >>> | >>
| > | > | >>>
| > | >
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | > | >>> quest(HttpContext
| > | > | >>> | >> context) at
| > | > | >>> | >>
| > | > | >>>
| > | >
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | > | >>> on.IExecutionStep.Execute()
| > | > | >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > step,
| > | > | >>> Boolean&
| > | > | >>> | >> completedSynchronously)
| > | > | >>> | >>
| > | > | >>>
| > | >
| >
----------------------------------------------------------------------------
| > | > | >>> ----
| > | > | >>> | >>
| > | > | >>> | >>
| > | > | >>> | >> Error In: http://www.mywebsite.org/WebResource.axd
| > | > | >>> | >>
| > | > | >>> | >>
| > | > | >>>
| > | >
| >
----------------------------------------------------------------------------
| > | > | >>> ----
| > | > | >>> | >> System.Web.HttpException: This is an invalid webresource
| > | > request.
| > | > | >>> at
| > | > | >>> | >>
| > | > | >>>
| > | >
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | > | >>> quest(HttpContext
| > | > | >>> | >> context) at
| > | > | >>> | >>
| > | > | >>>
| > | >
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | > | >>> on.IExecutionStep.Execute()
| > | > | >>> | >> at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > step,
| > | > | >>> Boolean&
| > | > | >>> | >> completedSynchronously)
| > | > | >>> | >>
| > | > | >>>
| > | >
| >
----------------------------------------------------------------------------
| > | > | >>> ----
| > | > | >>> | >>
| > | > | >>> | >>
| > | > | >>> | >> Any ideas?
| > | > | >>> | >>
| > | > | >>> | >> TIA!
| > | > | >>> | >>
| > | > | >>> | >>
| > | > | >>> | >>
| > | > | >>> |
| > | > | >>> |
| > | > | >>> |
| > | > | >>>
| > | > | >>
| > | > | >>
| > | > | >
| > | > | >
| > | > |
| > | > |
| > | > |
| > | >
| > |
| > |
| > |
| >
|
|
|

Nov 19 '05 #13
Steve, the problem occurs on 2 servers both production with exact same setup
and config. Should I send you some of my dlls?

thanks!

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:EC*************@TK2MSFTNGXA01.phx.gbl...
Hi Param,

I've recieved your mail and performed some tests on the page you provided.
Since I haven't your other referenced component or controls , I just
comment those statements and create a simple dummy master page. However, I
didn't get any error on resource stream, my beta2 runtime version is

v2.0.50215

So, currently I'm still thinking there must have some problem with the
runtime framework on your beta2 server. I'd recommend you perform a
reinstall to see whether it works or alternatively, you can test on some
other server has beta2 framework to see whether those page works.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| X-Tomcat-ID: 244700773
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
<Oe**************@TK2MSFTNGP12.phx.gbl>
<Aa**************@TK2MSFTNGXA01.phx.gbl>
<eW**************@TK2MSFTNGP10.phx.gbl>
<e6**************@TK2MSFTNGP14.phx.gbl>
<#G*************@TK2MSFTNGP11.phx.gbl>
<50**************@TK2MSFTNGXA02.phx.gbl>
<#q**************@TK2MSFTNGP11.phx.gbl>
<qo**************@TK2MSFTNGXA01.phx.gbl>
<eU*************@TK2MSFTNGP15.phx.gbl>
| MIME-Version: 1.0
| Content-Type: text/plain
| Content-Transfer-Encoding: 7bit
| From: st*****@online.microsoft.com (Steven Cheng[MSFT])
| Organization: Microsoft
| Date: Mon, 12 Sep 2005 14:04:37 GMT
| Subject: Re: urgent: beta 2.0 error
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| Message-ID: <2e*************@TK2MSFTNGXA01.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| Lines: 489
| Path: TK2MSFTNGXA01.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:123892
| NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122
|
| Hi Param,
|
| You can send me through the email in my signature by removing the
"online".
|
| Thanks,
|
| Steven Cheng
| Microsoft Online Support
|
| Get Secure! www.microsoft.com/security
| (This posting is provided "AS IS", with no warranties, and confers no
| rights.)
|
| --------------------
| | From: <pa***@community.nospam>
| | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| <CA**********************************@microsoft.co m>
| <Oe**************@TK2MSFTNGP12.phx.gbl>
| <Aa**************@TK2MSFTNGXA01.phx.gbl>
| <eW**************@TK2MSFTNGP10.phx.gbl>
| <e6**************@TK2MSFTNGP14.phx.gbl>
| <#G*************@TK2MSFTNGP11.phx.gbl>
| <50**************@TK2MSFTNGXA02.phx.gbl>
| <#q**************@TK2MSFTNGP11.phx.gbl>
| <qo**************@TK2MSFTNGXA01.phx.gbl>
| | Subject: Re: urgent: beta 2.0 error
| | Date: Fri, 9 Sep 2005 16:20:21 -0500
| | Lines: 542
| | X-Priority: 3
| | X-MSMail-Priority: Normal
| | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| | X-RFC2646: Format=Flowed; Original
| | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| | Message-ID: <eU*************@TK2MSFTNGP15.phx.gbl>
| | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| | Xref: TK2MSFTNGXA01.phx.gbl
| microsoft.public.dotnet.framework.aspnet:123599
| | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| |
| | Steve, where can I email you the code?
| |
| | thanks!
| |
| | "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| | news:qo**************@TK2MSFTNGXA01.phx.gbl...
| | > Thanks for your followup Param,
| | >
| | > So would you provide me a simple page which will cause the problem
on
| your
| | > side so that I can perform some tests on my side? I'll try have a
| trace
| | > in
| | > the underlying code to see whether we can find any clues.
| | >
| | > Thanks,
| | >
| | > Steven Cheng
| | > Microsoft Online Support
| | >
| | > Get Secure! www.microsoft.com/security
| | > (This posting is provided "AS IS", with no warranties, and confers
no
| | > rights.)
| | >
| | > --------------------
| | > | From: <pa***@community.nospam>
| | > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| | > <CA**********************************@microsoft.co m>
| | > <Oe**************@TK2MSFTNGP12.phx.gbl>
| | > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| | > <eW**************@TK2MSFTNGP10.phx.gbl>
| | > <e6**************@TK2MSFTNGP14.phx.gbl>
| | > <#G*************@TK2MSFTNGP11.phx.gbl>
| | > <50**************@TK2MSFTNGXA02.phx.gbl>
| | > | Subject: Re: urgent: beta 2.0 error
| | > | Date: Thu, 8 Sep 2005 13:11:44 -0500
| | > | Lines: 429
| | > | X-Priority: 3
| | > | X-MSMail-Priority: Normal
| | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| | > | X-RFC2646: Format=Flowed; Original
| | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| | > | Message-ID: <#q**************@TK2MSFTNGP11.phx.gbl>
| | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| | > | Path:
| | >
|
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGP08.phx.gbl!TK2MSFTNGP1
| | > 1.phx.gbl
| | > | Xref: TK2MSFTNGXA02.phx.gbl
| | > microsoft.public.dotnet.framework.aspnet:342694
| | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | > |
| | > | Steve, this problem is happening on 2 machines for the same
website.
| | > Here
| | > | are the specs:-
| | > |
| | > | Dev Machine:- running Yukon June CTP and the version of .net that
came
| | > with
| | > | it. Does not occur there, but then again no real world traffic
coming
| to
| | > it.
| | > | OS - Server 2003 Std SP1
| | > |
| | > | Prod Machines - running latest beta version of .net 2.0 downloaded
| from
| | > web
| | > | 1 week ago. OS - Server 2003 Web SP1.
| | > |
| | > | Again, I dont see anything in code that could cause this since it
is
| | > | referencing webresource.axd which is something generated by the
| | > runtime...
| | > | Any ideas?
| | > |
| | > | thanks!
| | > |
| | > | "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in
message
| | > | news:50****************@TK2MSFTNGXA02.phx.gbl...
| | > | > Hi Param,
| | > | >
| | > | > I'm afraid the problem is quite hard to throubleshoot. Is your
| | > | > webapplication built on the same machine with the same running
net
| | > | > framework(2.0) or built on other machine and move to this
problem
| | > server?
| | > | > Just to check whether it could be a version mismatch issue.
Also,
is
| | > this
| | > | > problem occurable for any 2.0 asp.net web application or this
| | > particular
| | > | > application? If you can also repro this problem with some other
| | > | > application, I'm afraid there must be something wrong with the
| | > underlying
| | > | > runtime framework, I'd suggest you reinstalling the 2.0
framework
| on
| | > the
| | > | > server. Otherwise, we can try looking into the application's
code
| to
| | > see
| | > | > which portion of the app may be the root cause.
| | > | >
| | > | > Thanks,
| | > | >
| | > | > Steven Cheng
| | > | > Microsoft Online Support
| | > | >
| | > | > Get Secure! www.microsoft.com/security
| | > | > (This posting is provided "AS IS", with no warranties, and
confers
| no
| | > | > rights.)
| | > | >
| | > | >
| | > | >
| | > | >
| | > | >
| | > | >
| | > | >
| | > | > --------------------
| | > | > | From: <pa***@community.nospam>
| | > | > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| | > | > <CA**********************************@microsoft.co m>
| | > | > <Oe**************@TK2MSFTNGP12.phx.gbl>
| | > | > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| | > | > <eW**************@TK2MSFTNGP10.phx.gbl>
| | > | > <e6**************@TK2MSFTNGP14.phx.gbl>
| | > | > | Subject: Re: urgent: beta 2.0 error
| | > | > | Date: Wed, 7 Sep 2005 08:57:52 -0500
| | > | > | Lines: 301
| | > | > | X-Priority: 3
| | > | > | X-MSMail-Priority: Normal
| | > | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| | > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| | > | > | X-RFC2646: Format=Flowed; Response
| | > | > | Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| | > | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | > | > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| | > | > | Path:
| | > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| | > | > | Xref: TK2MSFTNGXA01.phx.gbl
| | > | > microsoft.public.dotnet.framework.aspnet:122879
| | > | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | > | > |
| | > | > | Here is error logged in Application event log:-
| | > | > |
| | > | > | Event code: 3005
| | > | > |
| | > | > | Event message: An unhandled exception has occurred.
| | > | > |
| | > | > | Event time: 9/7/2005 7:21:02 AM
| | > | > |
| | > | > | Event time (UTC): 9/7/2005 12:21:02 PM
| | > | > |
| | > | > | Event ID: aefc9f98817b49b4a5bc52f0a8bbb1f8
| | > | > |
| | > | > | Event sequence: 640
| | > | > |
| | > | > | Event occurrence: 9
| | > | > |
| | > | > | Event detail code: 0
| | > | > |
| | > | > |
| | > | > | Application information:
| | > | > |
| | > | > | Application domain:
/LM/W3SVC/1804169627/Root-1-127705589313252916
| | > | > |
| | > | > | Trust level: Full
| | > | > |
| | > | > | Application Virtual Path: /
| | > | > |
| | > | > | Application Path: D:\website files\prc\
| | > | > |
| | > | > | Machine name: WEB2
| | > | > |
| | > | > |
| | > | > | Process information:
| | > | > |
| | > | > | Process ID: 1692
| | > | > |
| | > | > | Process name: w3wp.exe
| | > | > |
| | > | > | Account name: APPONEDC\prc
| | > | > |
| | > | > |
| | > | > | Exception information:
| | > | > |
| | > | > | Exception type: CryptographicException
| | > | > |
| | > | > | Exception message: Padding is invalid and cannot be removed.
| | > | > |
| | > | > |
| | > | > | Request information:
| | > | > |
| | > | > | Request URL:
| | > | > |
| | > | >
| | >
|
http://www.mywebsite.org/WebResource...cog2&t=6326146
| | > | > 19884218750
| | > | > |
| | > | > | Request path: /WebResource.axd
| | > | > |
| | > | > | User host address: 64.12.116.132
| | > | > |
| | > | > | User:
| | > | > |
| | > | > | Is authenticated: False
| | > | > |
| | > | > | Authentication Type:
| | > | > |
| | > | > | Thread account name: APPONEDC\prc
| | > | > |
| | > | > |
| | > | > | Thread information:
| | > | > |
| | > | > | Thread ID: 6
| | > | > |
| | > | > | Thread account name: APPONEDC\prc
| | > | > |
| | > | > | Is impersonating: False
| | > | > |
| | > | > | Stack trace: at
| | > | > |
| | >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| | > | > | inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| | > outputBuffer,
| | > | > | Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
| | > | > |
| | > | > | at
| | > | > |
| | > | >
| | >
|
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| | > | > te[]
| | > | > | inputBuffer, Int32 inputOffset, Int32 inputCount)
| | > | > |
| | > | > | at System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| | > | > |
| | > | > | at
| | > | >
| | >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| | > | > | fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32
length,
| | > | > Boolean
| | > | > | useValidationSymAlgo)
| | > | > |
| | > | > | at System.Web.UI.Page.DecryptString(String s)
| | > | > |
| | > | > | at
| | > | > |
| | > | >
| | >
|
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| | > | > quest(HttpContext
| | > | > | context)
| | > | > |
| | > | > | at
| | > | > |
| | > | >
| | >
|
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| | > | > on.IExecutionStep.Execute()
| | > | > |
| | > | > | at System.Web.HttpApplication.ExecuteStep(IExecutionS tep step,
| | > Boolean&
| | > | > | completedSynchronously)
| | > | > |
| | > | > |
| | > | > |
| | > | > | Custom event details:
| | > | > |
| | > | > | For more information, see Help and Support Center at
| | > | > | http://go.microsoft.com/fwlink/events.asp.
| | > | > |
| | > | > |
| | > | > |
| | > | > | TIA!
| | > | > |
| | > | > | <pa***@community.nospam> wrote in message
| | > | > | news:e6****************@TK2MSFTNGP14.phx.gbl...
| | > | > | > OK this problem is serious now. It is happening more
| frequently:-
| | > | > | >
| | > | > | > Error In:
| | > | > | >
| | > | >
| | >
|
http://www.mywebsite.org/WebResource...cog2&t=6326146
| | > | > 19884218750
| | > | > | >
| | > | > | >
| | > | >
| | >
|
----------------------------------------------------------------------------
| | > | > ----
| | > | > | > System.Security.Cryptography.CryptographicExceptio n: Padding
is
| | > | > invalid
| | > | > | > and cannot be removed. at
| | > | > | >
| | > | >
| | >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| | > | > | > inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| | > | > outputBuffer,
| | > | > | > Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
at
| | > | > | >
| | > | >
| | >
|
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| | > | > te[]
| | > | > | > inputBuffer, Int32 inputOffset, Int32 inputCount) at
| | > | > | > System.Security.Cryptography.CryptoStream.FlushFin alBlock()
at
| | > | > | >
| | > | >
| | >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| | > | > | > fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32
| length,
| | > | > Boolean
| | > | > | > useValidationSymAlgo) at
| System.Web.UI.Page.DecryptString(String
| | > s)
| | > at
| | > | > | >
| | > | >
| | >
|
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| | > | > quest(HttpContext
| | > | > | > context) at
| | > | > | >
| | > | >
| | >
|
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| | > | > on.IExecutionStep.Execute()
| | > | > | > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
step,
| | > | > Boolean&
| | > | > | > completedSynchronously)
| | > | > | >
| | > | >
| | >
|
----------------------------------------------------------------------------
| | > | > ----
| | > | > | >
| | > | > | >
| | > | > | > <pa***@community.nospam> wrote in message
| | > | > | > news:eW**************@TK2MSFTNGP10.phx.gbl...
| | > | > | >> Steven, it is totally random and only happening on my
public
| | > boxes.
| | > | > On
| | > | > my
| | > | > | >> test boxes it doesnt happen. I turned on IIS logging and
| noticed
| | > that
| | > | > | >> whenever there is a referrer being logged i.e. user clicked
a
| | > link
| | > | > from
| | > | > | >> web based email or other website does this happen every now
and
| | > then.
| | > | > Any
| | > | > | >> ideas?
| | > | > | >>
| | > | > | >> TIA!
| | > | > | >>
| | > | > | >> "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote
in
| | > message
| | > | > | >> news:Aa**************@TK2MSFTNGXA01.phx.gbl...
| | > | > | >>> Hi Param,
| | > | > | >>>
| | > | > | >>> From the error callstack, the problem occurs when trying
to
| | > | > decryting
| | > | > | >>> the
| | > | > | >>> url string so as to locate a dynamic webresource. Can you
| locate
| | > the
| | > | > | >>> code
| | > | > | >>> period which cause this error or is a randomly occured
problem
| | > that
| | > | > | >>> can't
| | > | > | >>> make sure the code point whether fail into the problem? If
| it's
| | > a
| | > | > | >>> reproduceable problem, we can make some further test into
it
| | > | > regarding
| | > | > | >>> on
| | > | > | >>> the detailed code.
| | > | > | >>>
| | > | > | >>> Thanks,
| | > | > | >>>
| | > | > | >>> Steven Cheng
| | > | > | >>> Microsoft Online Support
| | > | > | >>>
| | > | > | >>> Get Secure! www.microsoft.com/security
| | > | > | >>> (This posting is provided "AS IS", with no warranties, and
| | > confers
| | > | > no
| | > | > | >>> rights.)
| | > | > | >>>
| | > | > | >>>
| | > | > | >>>
| | > | > | >>>
| | > | > | >>> --------------------
| | > | > | >>> | From: <pa***@community.nospam>
| | > | > | >>> | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| | > | > | >>> <CA**********************************@microsoft.co m>
| | > | > | >>> | Subject: Re: urgent: beta 2.0 error
| | > | > | >>> | Date: Tue, 6 Sep 2005 11:42:33 -0500
| | > | > | >>> | Lines: 66
| | > | > | >>> | X-Priority: 3
| | > | > | >>> | X-MSMail-Priority: Normal
| | > | > | >>> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| | > | > | >>> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| | > | > | >>> | X-RFC2646: Format=Flowed; Original
| | > | > | >>> | Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| | > | > | >>> | Newsgroups: microsoft.public.dotnet.framework.aspnet
| | > | > | >>> | NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| | > | > | >>> | Path:
| | > | > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| | > | > | >>> | Xref: TK2MSFTNGXA01.phx.gbl
| | > | > | >>> microsoft.public.dotnet.framework.aspnet:122651
| | > | > | >>> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| | > | > | >>> |
| | > | > | >>> | Curt, I am not making any call to DecryptData. It is the
| | > runtime
| | > | > that
| | > | > | >>> is
| | > | > | >>> | doing it.
| | > | > | >>> |
| | > | > | >>> | thanks!
| | > | > | >>> |
| | > | > | >>> | "Curt_C [MVP]" <software_at_darkfalz.com> wrote in
message
| | > | > | >>> |
news:CA**********************************@microsof t.com...
| | > | > | >>> | > You'd have to show the code line(s).
| | > | > | >>> | > Most likely your DecryptData call is wrapped
incorrectly.
| | > | > | >>> | >
| | > | > | >>> | > --
| | > | > | >>> | > Curt Christianson
| | > | > | >>> | > site: http://www.darkfalz.com
| | > | > | >>> | > blog: http://blog.darkfalz.com
| | > | > | >>> | >
| | > | > | >>> | >
| | > | > | >>> | >
| | > | > | >>> | > "pa***@community.nospam" wrote:
| | > | > | >>> | >
| | > | > | >>> | >> Hi all, I have a website running on beta 2.0 on
server
| 2003
| | > web
| | > | > sp1
| | > | > | >>> and I
| | > | > | >>> | >> keep getting the following error:-
| | > | > | >>> | >>
| | > | > | >>> | >> Error In:
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
|
http://www.mywebsite.org/WebResource...gdA2&t=6326146
| | > | > | >>> 19884218750
| | > | > | >>> | >>
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
|
----------------------------------------------------------------------------
| | > | > | >>> ----
| | > | > | >>> | >> System.Security.Cryptography.CryptographicExceptio n:
| | > Padding
| | > is
| | > | > | >>> invalid
| | > | > | >>> | >> and
| | > | > | >>> | >> cannot be removed. at
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| | > | > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount,
Byte[]&
| | > | > | >>> outputBuffer,
| | > | > | >>> | >> Int32 outputOffset, PaddingMode paddingMode, Boolean
| fLast)
| | > at
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
|
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| | > | > | >>> te[]
| | > | > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount) at
| | > | > | >>> | >>
| System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| | > at
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| | > | > | >>> | >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start,
Int32
| | > | > length,
| | > | > | >>> Boolean
| | > | > | >>> | >> useValidationSymAlgo) at
| | > | > System.Web.UI.Page.DecryptString(String
| | > | > s)
| | > | > | >>> at
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
|
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| | > | > | >>> quest(HttpContext
| | > | > | >>> | >> context) at
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
|
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| | > | > | >>> on.IExecutionStep.Execute()
| | > | > | >>> | >> at
System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| | > step,
| | > | > | >>> Boolean&
| | > | > | >>> | >> completedSynchronously)
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
|
----------------------------------------------------------------------------
| | > | > | >>> ----
| | > | > | >>> | >>
| | > | > | >>> | >>
| | > | > | >>> | >> Error In: http://www.mywebsite.org/WebResource.axd
| | > | > | >>> | >>
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
|
----------------------------------------------------------------------------
| | > | > | >>> ----
| | > | > | >>> | >> System.Web.HttpException: This is an invalid
webresource
| | > | > request.
| | > | > | >>> at
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
|
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| | > | > | >>> quest(HttpContext
| | > | > | >>> | >> context) at
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
|
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| | > | > | >>> on.IExecutionStep.Execute()
| | > | > | >>> | >> at
System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| | > step,
| | > | > | >>> Boolean&
| | > | > | >>> | >> completedSynchronously)
| | > | > | >>> | >>
| | > | > | >>>
| | > | >
| | >
|
----------------------------------------------------------------------------
| | > | > | >>> ----
| | > | > | >>> | >>
| | > | > | >>> | >>
| | > | > | >>> | >> Any ideas?
| | > | > | >>> | >>
| | > | > | >>> | >> TIA!
| | > | > | >>> | >>
| | > | > | >>> | >>
| | > | > | >>> | >>
| | > | > | >>> |
| | > | > | >>> |
| | > | > | >>> |
| | > | > | >>>
| | > | > | >>
| | > | > | >>
| | > | > | >
| | > | > | >
| | > | > |
| | > | > |
| | > | > |
| | > | >
| | > |
| | > |
| | > |
| | >
| |
| |
| |
|
|

Nov 19 '05 #14
Hi Param,

You can send me the simplified components so as to better isolate the
problem.(As simple as possible)

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
<Oe**************@TK2MSFTNGP12.phx.gbl>
<Aa**************@TK2MSFTNGXA01.phx.gbl>
<eW**************@TK2MSFTNGP10.phx.gbl>
<e6**************@TK2MSFTNGP14.phx.gbl>
<#G*************@TK2MSFTNGP11.phx.gbl>
<50**************@TK2MSFTNGXA02.phx.gbl>
<#q**************@TK2MSFTNGP11.phx.gbl>
<qo**************@TK2MSFTNGXA01.phx.gbl>
<eU*************@TK2MSFTNGP15.phx.gbl>
<2e*************@TK2MSFTNGXA01.phx.gbl>
<EC*************@TK2MSFTNGXA01.phx.gbl>
| Subject: Re: urgent: beta 2.0 error
| Date: Mon, 12 Sep 2005 23:36:02 -0500
| Lines: 749
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| Message-ID: <eq**************@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:124094
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Steve, the problem occurs on 2 servers both production with exact same
setup
| and config. Should I send you some of my dlls?
|
| thanks!
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:EC*************@TK2MSFTNGXA01.phx.gbl...
| > Hi Param,
| >
| > I've recieved your mail and performed some tests on the page you
provided.
| > Since I haven't your other referenced component or controls , I just
| > comment those statements and create a simple dummy master page.
However, I
| > didn't get any error on resource stream, my beta2 runtime version is
| >
| > v2.0.50215
| >
| > So, currently I'm still thinking there must have some problem with the
| > runtime framework on your beta2 server. I'd recommend you perform a
| > reinstall to see whether it works or alternatively, you can test on some
| > other server has beta2 framework to see whether those page works.
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| > --------------------
| > | X-Tomcat-ID: 244700773
| > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > <CA**********************************@microsoft.co m>
| > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > <eW**************@TK2MSFTNGP10.phx.gbl>
| > <e6**************@TK2MSFTNGP14.phx.gbl>
| > <#G*************@TK2MSFTNGP11.phx.gbl>
| > <50**************@TK2MSFTNGXA02.phx.gbl>
| > <#q**************@TK2MSFTNGP11.phx.gbl>
| > <qo**************@TK2MSFTNGXA01.phx.gbl>
| > <eU*************@TK2MSFTNGP15.phx.gbl>
| > | MIME-Version: 1.0
| > | Content-Type: text/plain
| > | Content-Transfer-Encoding: 7bit
| > | From: st*****@online.microsoft.com (Steven Cheng[MSFT])
| > | Organization: Microsoft
| > | Date: Mon, 12 Sep 2005 14:04:37 GMT
| > | Subject: Re: urgent: beta 2.0 error
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | Message-ID: <2e*************@TK2MSFTNGXA01.phx.gbl>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | Lines: 489
| > | Path: TK2MSFTNGXA01.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:123892
| > | NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122
| > |
| > | Hi Param,
| > |
| > | You can send me through the email in my signature by removing the
| > "online".
| > |
| > | Thanks,
| > |
| > | Steven Cheng
| > | Microsoft Online Support
| > |
| > | Get Secure! www.microsoft.com/security
| > | (This posting is provided "AS IS", with no warranties, and confers no
| > | rights.)
| > |
| > | --------------------
| > | | From: <pa***@community.nospam>
| > | | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | <CA**********************************@microsoft.co m>
| > | <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > | <eW**************@TK2MSFTNGP10.phx.gbl>
| > | <e6**************@TK2MSFTNGP14.phx.gbl>
| > | <#G*************@TK2MSFTNGP11.phx.gbl>
| > | <50**************@TK2MSFTNGXA02.phx.gbl>
| > | <#q**************@TK2MSFTNGP11.phx.gbl>
| > | <qo**************@TK2MSFTNGXA01.phx.gbl>
| > | | Subject: Re: urgent: beta 2.0 error
| > | | Date: Fri, 9 Sep 2005 16:20:21 -0500
| > | | Lines: 542
| > | | X-Priority: 3
| > | | X-MSMail-Priority: Normal
| > | | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | | X-RFC2646: Format=Flowed; Original
| > | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | | Message-ID: <eU*************@TK2MSFTNGP15.phx.gbl>
| > | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | | Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| > | | Xref: TK2MSFTNGXA01.phx.gbl
| > | microsoft.public.dotnet.framework.aspnet:123599
| > | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | |
| > | | Steve, where can I email you the code?
| > | |
| > | | thanks!
| > | |
| > | | "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| > | | news:qo**************@TK2MSFTNGXA01.phx.gbl...
| > | | > Thanks for your followup Param,
| > | | >
| > | | > So would you provide me a simple page which will cause the
problem
| > on
| > | your
| > | | > side so that I can perform some tests on my side? I'll try have a
| > | trace
| > | | > in
| > | | > the underlying code to see whether we can find any clues.
| > | | >
| > | | > Thanks,
| > | | >
| > | | > Steven Cheng
| > | | > Microsoft Online Support
| > | | >
| > | | > Get Secure! www.microsoft.com/security
| > | | > (This posting is provided "AS IS", with no warranties, and
confers
| > no
| > | | > rights.)
| > | | >
| > | | > --------------------
| > | | > | From: <pa***@community.nospam>
| > | | > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | | > <CA**********************************@microsoft.co m>
| > | | > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | | > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > | | > <eW**************@TK2MSFTNGP10.phx.gbl>
| > | | > <e6**************@TK2MSFTNGP14.phx.gbl>
| > | | > <#G*************@TK2MSFTNGP11.phx.gbl>
| > | | > <50**************@TK2MSFTNGXA02.phx.gbl>
| > | | > | Subject: Re: urgent: beta 2.0 error
| > | | > | Date: Thu, 8 Sep 2005 13:11:44 -0500
| > | | > | Lines: 429
| > | | > | X-Priority: 3
| > | | > | X-MSMail-Priority: Normal
| > | | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | | > | X-RFC2646: Format=Flowed; Original
| > | | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | | > | Message-ID: <#q**************@TK2MSFTNGP11.phx.gbl>
| > | | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | | > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | | > | Path:
| > | | >
| > |
| >
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGP08.phx.gbl!TK2MSFTNGP1
| > | | > 1.phx.gbl
| > | | > | Xref: TK2MSFTNGXA02.phx.gbl
| > | | > microsoft.public.dotnet.framework.aspnet:342694
| > | | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | | > |
| > | | > | Steve, this problem is happening on 2 machines for the same
| > website.
| > | | > Here
| > | | > | are the specs:-
| > | | > |
| > | | > | Dev Machine:- running Yukon June CTP and the version of .net
that
| > came
| > | | > with
| > | | > | it. Does not occur there, but then again no real world traffic
| > coming
| > | to
| > | | > it.
| > | | > | OS - Server 2003 Std SP1
| > | | > |
| > | | > | Prod Machines - running latest beta version of .net 2.0
downloaded
| > | from
| > | | > web
| > | | > | 1 week ago. OS - Server 2003 Web SP1.
| > | | > |
| > | | > | Again, I dont see anything in code that could cause this since
it
| > is
| > | | > | referencing webresource.axd which is something generated by the
| > | | > runtime...
| > | | > | Any ideas?
| > | | > |
| > | | > | thanks!
| > | | > |
| > | | > | "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in
| > message
| > | | > | news:50****************@TK2MSFTNGXA02.phx.gbl...
| > | | > | > Hi Param,
| > | | > | >
| > | | > | > I'm afraid the problem is quite hard to throubleshoot. Is your
| > | | > | > webapplication built on the same machine with the same running
| > net
| > | | > | > framework(2.0) or built on other machine and move to this
| > problem
| > | | > server?
| > | | > | > Just to check whether it could be a version mismatch issue.
| > Also,
| > is
| > | | > this
| > | | > | > problem occurable for any 2.0 asp.net web application or this
| > | | > particular
| > | | > | > application? If you can also repro this problem with some
other
| > | | > | > application, I'm afraid there must be something wrong with the
| > | | > underlying
| > | | > | > runtime framework, I'd suggest you reinstalling the 2.0
| > framework
| > | on
| > | | > the
| > | | > | > server. Otherwise, we can try looking into the application's
| > code
| > | to
| > | | > see
| > | | > | > which portion of the app may be the root cause.
| > | | > | >
| > | | > | > Thanks,
| > | | > | >
| > | | > | > Steven Cheng
| > | | > | > Microsoft Online Support
| > | | > | >
| > | | > | > Get Secure! www.microsoft.com/security
| > | | > | > (This posting is provided "AS IS", with no warranties, and
| > confers
| > | no
| > | | > | > rights.)
| > | | > | >
| > | | > | >
| > | | > | >
| > | | > | >
| > | | > | >
| > | | > | >
| > | | > | >
| > | | > | > --------------------
| > | | > | > | From: <pa***@community.nospam>
| > | | > | > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | | > | > <CA**********************************@microsoft.co m>
| > | | > | > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | | > | > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > | | > | > <eW**************@TK2MSFTNGP10.phx.gbl>
| > | | > | > <e6**************@TK2MSFTNGP14.phx.gbl>
| > | | > | > | Subject: Re: urgent: beta 2.0 error
| > | | > | > | Date: Wed, 7 Sep 2005 08:57:52 -0500
| > | | > | > | Lines: 301
| > | | > | > | X-Priority: 3
| > | | > | > | X-MSMail-Priority: Normal
| > | | > | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | | > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | | > | > | X-RFC2646: Format=Flowed; Response
| > | | > | > | Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| > | | > | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | | > | > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | | > | > | Path:
| > | | > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| > | | > | > | Xref: TK2MSFTNGXA01.phx.gbl
| > | | > | > microsoft.public.dotnet.framework.aspnet:122879
| > | | > | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | | > | > |
| > | | > | > | Here is error logged in Application event log:-
| > | | > | > |
| > | | > | > | Event code: 3005
| > | | > | > |
| > | | > | > | Event message: An unhandled exception has occurred.
| > | | > | > |
| > | | > | > | Event time: 9/7/2005 7:21:02 AM
| > | | > | > |
| > | | > | > | Event time (UTC): 9/7/2005 12:21:02 PM
| > | | > | > |
| > | | > | > | Event ID: aefc9f98817b49b4a5bc52f0a8bbb1f8
| > | | > | > |
| > | | > | > | Event sequence: 640
| > | | > | > |
| > | | > | > | Event occurrence: 9
| > | | > | > |
| > | | > | > | Event detail code: 0
| > | | > | > |
| > | | > | > |
| > | | > | > | Application information:
| > | | > | > |
| > | | > | > | Application domain:
| > /LM/W3SVC/1804169627/Root-1-127705589313252916
| > | | > | > |
| > | | > | > | Trust level: Full
| > | | > | > |
| > | | > | > | Application Virtual Path: /
| > | | > | > |
| > | | > | > | Application Path: D:\website files\prc\
| > | | > | > |
| > | | > | > | Machine name: WEB2
| > | | > | > |
| > | | > | > |
| > | | > | > | Process information:
| > | | > | > |
| > | | > | > | Process ID: 1692
| > | | > | > |
| > | | > | > | Process name: w3wp.exe
| > | | > | > |
| > | | > | > | Account name: APPONEDC\prc
| > | | > | > |
| > | | > | > |
| > | | > | > | Exception information:
| > | | > | > |
| > | | > | > | Exception type: CryptographicException
| > | | > | > |
| > | | > | > | Exception message: Padding is invalid and cannot be removed.
| > | | > | > |
| > | | > | > |
| > | | > | > | Request information:
| > | | > | > |
| > | | > | > | Request URL:
| > | | > | > |
| > | | > | >
| > | | >
| > |
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > | | > | > 19884218750
| > | | > | > |
| > | | > | > | Request path: /WebResource.axd
| > | | > | > |
| > | | > | > | User host address: 64.12.116.132
| > | | > | > |
| > | | > | > | User:
| > | | > | > |
| > | | > | > | Is authenticated: False
| > | | > | > |
| > | | > | > | Authentication Type:
| > | | > | > |
| > | | > | > | Thread account name: APPONEDC\prc
| > | | > | > |
| > | | > | > |
| > | | > | > | Thread information:
| > | | > | > |
| > | | > | > | Thread ID: 6
| > | | > | > |
| > | | > | > | Thread account name: APPONEDC\prc
| > | | > | > |
| > | | > | > | Is impersonating: False
| > | | > | > |
| > | | > | > | Stack trace: at
| > | | > | > |
| > | | >
| > System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | | > | > | inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > | | > outputBuffer,
| > | | > | > | Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)
| > | | > | > |
| > | | > | > | at
| > | | > | > |
| > | | > | >
| > | | >
| > |
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | | > | > te[]
| > | | > | > | inputBuffer, Int32 inputOffset, Int32 inputCount)
| > | | > | > |
| > | | > | > | at
System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > | | > | > |
| > | | > | > | at
| > | | > | >
| > | | >
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | | > | > | fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32
| > length,
| > | | > | > Boolean
| > | | > | > | useValidationSymAlgo)
| > | | > | > |
| > | | > | > | at System.Web.UI.Page.DecryptString(String s)
| > | | > | > |
| > | | > | > | at
| > | | > | > |
| > | | > | >
| > | | >
| > |
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | | > | > quest(HttpContext
| > | | > | > | context)
| > | | > | > |
| > | | > | > | at
| > | | > | > |
| > | | > | >
| > | | >
| > |
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | | > | > on.IExecutionStep.Execute()
| > | | > | > |
| > | | > | > | at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
step,
| > | | > Boolean&
| > | | > | > | completedSynchronously)
| > | | > | > |
| > | | > | > |
| > | | > | > |
| > | | > | > | Custom event details:
| > | | > | > |
| > | | > | > | For more information, see Help and Support Center at
| > | | > | > | http://go.microsoft.com/fwlink/events.asp.
| > | | > | > |
| > | | > | > |
| > | | > | > |
| > | | > | > | TIA!
| > | | > | > |
| > | | > | > | <pa***@community.nospam> wrote in message
| > | | > | > | news:e6****************@TK2MSFTNGP14.phx.gbl...
| > | | > | > | > OK this problem is serious now. It is happening more
| > | frequently:-
| > | | > | > | >
| > | | > | > | > Error In:
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > | | > | > 19884218750
| > | | > | > | >
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > ----
| > | | > | > | > System.Security.Cryptography.CryptographicExceptio n:
Padding
| > is
| > | | > | > invalid
| > | | > | > | > and cannot be removed. at
| > | | > | > | >
| > | | > | >
| > | | >
| > System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | | > | > | > inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > | | > | > outputBuffer,
| > | | > | > | > Int32 outputOffset, PaddingMode paddingMode, Boolean
fLast)
| > at
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | | > | > te[]
| > | | > | > | > inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > | | > | > | >
System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > at
| > | | > | > | >
| > | | > | >
| > | | >
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | | > | > | > fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32
| > | length,
| > | | > | > Boolean
| > | | > | > | > useValidationSymAlgo) at
| > | System.Web.UI.Page.DecryptString(String
| > | | > s)
| > | | > at
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | | > | > quest(HttpContext
| > | | > | > | > context) at
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | | > | > on.IExecutionStep.Execute()
| > | | > | > | > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > step,
| > | | > | > Boolean&
| > | | > | > | > completedSynchronously)
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > ----
| > | | > | > | >
| > | | > | > | >
| > | | > | > | > <pa***@community.nospam> wrote in message
| > | | > | > | > news:eW**************@TK2MSFTNGP10.phx.gbl...
| > | | > | > | >> Steven, it is totally random and only happening on my
| > public
| > | | > boxes.
| > | | > | > On
| > | | > | > my
| > | | > | > | >> test boxes it doesnt happen. I turned on IIS logging and
| > | noticed
| > | | > that
| > | | > | > | >> whenever there is a referrer being logged i.e. user
clicked
| > a
| > | | > link
| > | | > | > from
| > | | > | > | >> web based email or other website does this happen every
now
| > and
| > | | > then.
| > | | > | > Any
| > | | > | > | >> ideas?
| > | | > | > | >>
| > | | > | > | >> TIA!
| > | | > | > | >>
| > | | > | > | >> "Steven Cheng[MSFT]" <st*****@online.microsoft.com>
wrote
| > in
| > | | > message
| > | | > | > | >> news:Aa**************@TK2MSFTNGXA01.phx.gbl...
| > | | > | > | >>> Hi Param,
| > | | > | > | >>>
| > | | > | > | >>> From the error callstack, the problem occurs when
trying
| > to
| > | | > | > decryting
| > | | > | > | >>> the
| > | | > | > | >>> url string so as to locate a dynamic webresource. Can
you
| > | locate
| > | | > the
| > | | > | > | >>> code
| > | | > | > | >>> period which cause this error or is a randomly occured
| > problem
| > | | > that
| > | | > | > | >>> can't
| > | | > | > | >>> make sure the code point whether fail into the problem?
If
| > | it's
| > | | > a
| > | | > | > | >>> reproduceable problem, we can make some further test
into
| > it
| > | | > | > regarding
| > | | > | > | >>> on
| > | | > | > | >>> the detailed code.
| > | | > | > | >>>
| > | | > | > | >>> Thanks,
| > | | > | > | >>>
| > | | > | > | >>> Steven Cheng
| > | | > | > | >>> Microsoft Online Support
| > | | > | > | >>>
| > | | > | > | >>> Get Secure! www.microsoft.com/security
| > | | > | > | >>> (This posting is provided "AS IS", with no warranties,
and
| > | | > confers
| > | | > | > no
| > | | > | > | >>> rights.)
| > | | > | > | >>>
| > | | > | > | >>>
| > | | > | > | >>>
| > | | > | > | >>>
| > | | > | > | >>> --------------------
| > | | > | > | >>> | From: <pa***@community.nospam>
| > | | > | > | >>> | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | | > | > | >>> <CA**********************************@microsoft.co m>
| > | | > | > | >>> | Subject: Re: urgent: beta 2.0 error
| > | | > | > | >>> | Date: Tue, 6 Sep 2005 11:42:33 -0500
| > | | > | > | >>> | Lines: 66
| > | | > | > | >>> | X-Priority: 3
| > | | > | > | >>> | X-MSMail-Priority: Normal
| > | | > | > | >>> | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | | > | > | >>> | X-MimeOLE: Produced By Microsoft MimeOLE
V6.00.2900.2527
| > | | > | > | >>> | X-RFC2646: Format=Flowed; Original
| > | | > | > | >>> | Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | | > | > | >>> | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | | > | > | >>> | NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| > | | > | > | >>> | Path:
| > | | > | >
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| > | | > | > | >>> | Xref: TK2MSFTNGXA01.phx.gbl
| > | | > | > | >>> microsoft.public.dotnet.framework.aspnet:122651
| > | | > | > | >>> | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | | > | > | >>> |
| > | | > | > | >>> | Curt, I am not making any call to DecryptData. It is
the
| > | | > runtime
| > | | > | > that
| > | | > | > | >>> is
| > | | > | > | >>> | doing it.
| > | | > | > | >>> |
| > | | > | > | >>> | thanks!
| > | | > | > | >>> |
| > | | > | > | >>> | "Curt_C [MVP]" <software_at_darkfalz.com> wrote in
| > message
| > | | > | > | >>> |
| > news:CA**********************************@microsof t.com...
| > | | > | > | >>> | > You'd have to show the code line(s).
| > | | > | > | >>> | > Most likely your DecryptData call is wrapped
| > incorrectly.
| > | | > | > | >>> | >
| > | | > | > | >>> | > --
| > | | > | > | >>> | > Curt Christianson
| > | | > | > | >>> | > site: http://www.darkfalz.com
| > | | > | > | >>> | > blog: http://blog.darkfalz.com
| > | | > | > | >>> | >
| > | | > | > | >>> | >
| > | | > | > | >>> | >
| > | | > | > | >>> | > "pa***@community.nospam" wrote:
| > | | > | > | >>> | >
| > | | > | > | >>> | >> Hi all, I have a website running on beta 2.0 on
| > server
| > | 2003
| > | | > web
| > | | > | > sp1
| > | | > | > | >>> and I
| > | | > | > | >>> | >> keep getting the following error:-
| > | | > | > | >>> | >>
| > | | > | > | >>> | >> Error In:
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
http://www.mywebsite.org/WebResource...gdA2&t=6326146
| > | | > | > | >>> 19884218750
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > | >>> ----
| > | | > | > | >>> | >>
System.Security.Cryptography.CryptographicExceptio n:
| > | | > Padding
| > | | > is
| > | | > | > | >>> invalid
| > | | > | > | >>> | >> and
| > | | > | > | >>> | >> cannot be removed. at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | | > | > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount,
| > Byte[]&
| > | | > | > | >>> outputBuffer,
| > | | > | > | >>> | >> Int32 outputOffset, PaddingMode paddingMode,
Boolean
| > | fLast)
| > | | > at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | | > | > | >>> te[]
| > | | > | > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount)
at
| > | | > | > | >>> | >>
| > | System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > | | > at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | | > | > | >>> | >> fEncrypt, Byte[] buf, Byte[] modifier, Int32 start,
| > Int32
| > | | > | > length,
| > | | > | > | >>> Boolean
| > | | > | > | >>> | >> useValidationSymAlgo) at
| > | | > | > System.Web.UI.Page.DecryptString(String
| > | | > | > s)
| > | | > | > | >>> at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | | > | > | >>> quest(HttpContext
| > | | > | > | >>> | >> context) at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | | > | > | >>> on.IExecutionStep.Execute()
| > | | > | > | >>> | >> at
| > System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > | | > step,
| > | | > | > | >>> Boolean&
| > | | > | > | >>> | >> completedSynchronously)
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > | >>> ----
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>> | >> Error In: http://www.mywebsite.org/WebResource.axd
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > | >>> ----
| > | | > | > | >>> | >> System.Web.HttpException: This is an invalid
| > webresource
| > | | > | > request.
| > | | > | > | >>> at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | | > | > | >>> quest(HttpContext
| > | | > | > | >>> | >> context) at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | | > | > | >>> on.IExecutionStep.Execute()
| > | | > | > | >>> | >> at
| > System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > | | > step,
| > | | > | > | >>> Boolean&
| > | | > | > | >>> | >> completedSynchronously)
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > | >>> ----
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>> | >> Any ideas?
| > | | > | > | >>> | >>
| > | | > | > | >>> | >> TIA!
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>> |
| > | | > | > | >>> |
| > | | > | > | >>> |
| > | | > | > | >>>
| > | | > | > | >>
| > | | > | > | >>
| > | | > | > | >
| > | | > | > | >
| > | | > | > |
| > | | > | > |
| > | | > | > |
| > | | > | >
| > | | > |
| > | | > |
| > | | > |
| > | | >
| > | |
| > | |
| > | |
| > |
| > |
| >
|
|
|

Nov 19 '05 #15
Steve, I am sending you dlls shortly..

thanks!

"Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
news:4p**************@TK2MSFTNGXA01.phx.gbl...
Hi Param,

You can send me the simplified components so as to better isolate the
problem.(As simple as possible)

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
<Oe**************@TK2MSFTNGP12.phx.gbl>
<Aa**************@TK2MSFTNGXA01.phx.gbl>
<eW**************@TK2MSFTNGP10.phx.gbl>
<e6**************@TK2MSFTNGP14.phx.gbl>
<#G*************@TK2MSFTNGP11.phx.gbl>
<50**************@TK2MSFTNGXA02.phx.gbl>
<#q**************@TK2MSFTNGP11.phx.gbl>
<qo**************@TK2MSFTNGXA01.phx.gbl>
<eU*************@TK2MSFTNGP15.phx.gbl>
<2e*************@TK2MSFTNGXA01.phx.gbl>
<EC*************@TK2MSFTNGXA01.phx.gbl>
| Subject: Re: urgent: beta 2.0 error
| Date: Mon, 12 Sep 2005 23:36:02 -0500
| Lines: 749
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| Message-ID: <eq**************@TK2MSFTNGP12.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:124094
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Steve, the problem occurs on 2 servers both production with exact same
setup
| and config. Should I send you some of my dlls?
|
| thanks!
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:EC*************@TK2MSFTNGXA01.phx.gbl...
| > Hi Param,
| >
| > I've recieved your mail and performed some tests on the page you
provided.
| > Since I haven't your other referenced component or controls , I just
| > comment those statements and create a simple dummy master page.
However, I
| > didn't get any error on resource stream, my beta2 runtime version is
| >
| > v2.0.50215
| >
| > So, currently I'm still thinking there must have some problem with the
| > runtime framework on your beta2 server. I'd recommend you perform a
| > reinstall to see whether it works or alternatively, you can test on
some
| > other server has beta2 framework to see whether those page works.
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| > --------------------
| > | X-Tomcat-ID: 244700773
| > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > <CA**********************************@microsoft.co m>
| > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > <eW**************@TK2MSFTNGP10.phx.gbl>
| > <e6**************@TK2MSFTNGP14.phx.gbl>
| > <#G*************@TK2MSFTNGP11.phx.gbl>
| > <50**************@TK2MSFTNGXA02.phx.gbl>
| > <#q**************@TK2MSFTNGP11.phx.gbl>
| > <qo**************@TK2MSFTNGXA01.phx.gbl>
| > <eU*************@TK2MSFTNGP15.phx.gbl>
| > | MIME-Version: 1.0
| > | Content-Type: text/plain
| > | Content-Transfer-Encoding: 7bit
| > | From: st*****@online.microsoft.com (Steven Cheng[MSFT])
| > | Organization: Microsoft
| > | Date: Mon, 12 Sep 2005 14:04:37 GMT
| > | Subject: Re: urgent: beta 2.0 error
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | Message-ID: <2e*************@TK2MSFTNGXA01.phx.gbl>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | Lines: 489
| > | Path: TK2MSFTNGXA01.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:123892
| > | NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122
| > |
| > | Hi Param,
| > |
| > | You can send me through the email in my signature by removing the
| > "online".
| > |
| > | Thanks,
| > |
| > | Steven Cheng
| > | Microsoft Online Support
| > |
| > | Get Secure! www.microsoft.com/security
| > | (This posting is provided "AS IS", with no warranties, and confers
no
| > | rights.)
| > |
| > | --------------------
| > | | From: <pa***@community.nospam>
| > | | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | <CA**********************************@microsoft.co m>
| > | <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > | <eW**************@TK2MSFTNGP10.phx.gbl>
| > | <e6**************@TK2MSFTNGP14.phx.gbl>
| > | <#G*************@TK2MSFTNGP11.phx.gbl>
| > | <50**************@TK2MSFTNGXA02.phx.gbl>
| > | <#q**************@TK2MSFTNGP11.phx.gbl>
| > | <qo**************@TK2MSFTNGXA01.phx.gbl>
| > | | Subject: Re: urgent: beta 2.0 error
| > | | Date: Fri, 9 Sep 2005 16:20:21 -0500
| > | | Lines: 542
| > | | X-Priority: 3
| > | | X-MSMail-Priority: Normal
| > | | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | | X-RFC2646: Format=Flowed; Original
| > | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | | Message-ID: <eU*************@TK2MSFTNGP15.phx.gbl>
| > | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | | Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| > | | Xref: TK2MSFTNGXA01.phx.gbl
| > | microsoft.public.dotnet.framework.aspnet:123599
| > | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | |
| > | | Steve, where can I email you the code?
| > | |
| > | | thanks!
| > | |
| > | | "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in
message
| > | | news:qo**************@TK2MSFTNGXA01.phx.gbl...
| > | | > Thanks for your followup Param,
| > | | >
| > | | > So would you provide me a simple page which will cause the
problem
| > on
| > | your
| > | | > side so that I can perform some tests on my side? I'll try have
a
| > | trace
| > | | > in
| > | | > the underlying code to see whether we can find any clues.
| > | | >
| > | | > Thanks,
| > | | >
| > | | > Steven Cheng
| > | | > Microsoft Online Support
| > | | >
| > | | > Get Secure! www.microsoft.com/security
| > | | > (This posting is provided "AS IS", with no warranties, and
confers
| > no
| > | | > rights.)
| > | | >
| > | | > --------------------
| > | | > | From: <pa***@community.nospam>
| > | | > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | | > <CA**********************************@microsoft.co m>
| > | | > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | | > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > | | > <eW**************@TK2MSFTNGP10.phx.gbl>
| > | | > <e6**************@TK2MSFTNGP14.phx.gbl>
| > | | > <#G*************@TK2MSFTNGP11.phx.gbl>
| > | | > <50**************@TK2MSFTNGXA02.phx.gbl>
| > | | > | Subject: Re: urgent: beta 2.0 error
| > | | > | Date: Thu, 8 Sep 2005 13:11:44 -0500
| > | | > | Lines: 429
| > | | > | X-Priority: 3
| > | | > | X-MSMail-Priority: Normal
| > | | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | | > | X-RFC2646: Format=Flowed; Original
| > | | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | | > | Message-ID: <#q**************@TK2MSFTNGP11.phx.gbl>
| > | | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | | > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | | > | Path:
| > | | >
| > |
| >
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGP08.phx.gbl!TK2MSFTNGP1
| > | | > 1.phx.gbl
| > | | > | Xref: TK2MSFTNGXA02.phx.gbl
| > | | > microsoft.public.dotnet.framework.aspnet:342694
| > | | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | | > |
| > | | > | Steve, this problem is happening on 2 machines for the same
| > website.
| > | | > Here
| > | | > | are the specs:-
| > | | > |
| > | | > | Dev Machine:- running Yukon June CTP and the version of .net
that
| > came
| > | | > with
| > | | > | it. Does not occur there, but then again no real world traffic
| > coming
| > | to
| > | | > it.
| > | | > | OS - Server 2003 Std SP1
| > | | > |
| > | | > | Prod Machines - running latest beta version of .net 2.0
downloaded
| > | from
| > | | > web
| > | | > | 1 week ago. OS - Server 2003 Web SP1.
| > | | > |
| > | | > | Again, I dont see anything in code that could cause this since
it
| > is
| > | | > | referencing webresource.axd which is something generated by
the
| > | | > runtime...
| > | | > | Any ideas?
| > | | > |
| > | | > | thanks!
| > | | > |
| > | | > | "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in
| > message
| > | | > | news:50****************@TK2MSFTNGXA02.phx.gbl...
| > | | > | > Hi Param,
| > | | > | >
| > | | > | > I'm afraid the problem is quite hard to throubleshoot. Is
your
| > | | > | > webapplication built on the same machine with the same
running
| > net
| > | | > | > framework(2.0) or built on other machine and move to this
| > problem
| > | | > server?
| > | | > | > Just to check whether it could be a version mismatch issue.
| > Also,
| > is
| > | | > this
| > | | > | > problem occurable for any 2.0 asp.net web application or
this
| > | | > particular
| > | | > | > application? If you can also repro this problem with some
other
| > | | > | > application, I'm afraid there must be something wrong with
the
| > | | > underlying
| > | | > | > runtime framework, I'd suggest you reinstalling the 2.0
| > framework
| > | on
| > | | > the
| > | | > | > server. Otherwise, we can try looking into the application's
| > code
| > | to
| > | | > see
| > | | > | > which portion of the app may be the root cause.
| > | | > | >
| > | | > | > Thanks,
| > | | > | >
| > | | > | > Steven Cheng
| > | | > | > Microsoft Online Support
| > | | > | >
| > | | > | > Get Secure! www.microsoft.com/security
| > | | > | > (This posting is provided "AS IS", with no warranties, and
| > confers
| > | no
| > | | > | > rights.)
| > | | > | >
| > | | > | >
| > | | > | >
| > | | > | >
| > | | > | >
| > | | > | >
| > | | > | >
| > | | > | > --------------------
| > | | > | > | From: <pa***@community.nospam>
| > | | > | > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | | > | > <CA**********************************@microsoft.co m>
| > | | > | > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | | > | > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > | | > | > <eW**************@TK2MSFTNGP10.phx.gbl>
| > | | > | > <e6**************@TK2MSFTNGP14.phx.gbl>
| > | | > | > | Subject: Re: urgent: beta 2.0 error
| > | | > | > | Date: Wed, 7 Sep 2005 08:57:52 -0500
| > | | > | > | Lines: 301
| > | | > | > | X-Priority: 3
| > | | > | > | X-MSMail-Priority: Normal
| > | | > | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | | > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | | > | > | X-RFC2646: Format=Flowed; Response
| > | | > | > | Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| > | | > | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | | > | > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | | > | > | Path:
| > | | > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| > | | > | > | Xref: TK2MSFTNGXA01.phx.gbl
| > | | > | > microsoft.public.dotnet.framework.aspnet:122879
| > | | > | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | | > | > |
| > | | > | > | Here is error logged in Application event log:-
| > | | > | > |
| > | | > | > | Event code: 3005
| > | | > | > |
| > | | > | > | Event message: An unhandled exception has occurred.
| > | | > | > |
| > | | > | > | Event time: 9/7/2005 7:21:02 AM
| > | | > | > |
| > | | > | > | Event time (UTC): 9/7/2005 12:21:02 PM
| > | | > | > |
| > | | > | > | Event ID: aefc9f98817b49b4a5bc52f0a8bbb1f8
| > | | > | > |
| > | | > | > | Event sequence: 640
| > | | > | > |
| > | | > | > | Event occurrence: 9
| > | | > | > |
| > | | > | > | Event detail code: 0
| > | | > | > |
| > | | > | > |
| > | | > | > | Application information:
| > | | > | > |
| > | | > | > | Application domain:
| > /LM/W3SVC/1804169627/Root-1-127705589313252916
| > | | > | > |
| > | | > | > | Trust level: Full
| > | | > | > |
| > | | > | > | Application Virtual Path: /
| > | | > | > |
| > | | > | > | Application Path: D:\website files\prc\
| > | | > | > |
| > | | > | > | Machine name: WEB2
| > | | > | > |
| > | | > | > |
| > | | > | > | Process information:
| > | | > | > |
| > | | > | > | Process ID: 1692
| > | | > | > |
| > | | > | > | Process name: w3wp.exe
| > | | > | > |
| > | | > | > | Account name: APPONEDC\prc
| > | | > | > |
| > | | > | > |
| > | | > | > | Exception information:
| > | | > | > |
| > | | > | > | Exception type: CryptographicException
| > | | > | > |
| > | | > | > | Exception message: Padding is invalid and cannot be
removed.
| > | | > | > |
| > | | > | > |
| > | | > | > | Request information:
| > | | > | > |
| > | | > | > | Request URL:
| > | | > | > |
| > | | > | >
| > | | >
| > |
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > | | > | > 19884218750
| > | | > | > |
| > | | > | > | Request path: /WebResource.axd
| > | | > | > |
| > | | > | > | User host address: 64.12.116.132
| > | | > | > |
| > | | > | > | User:
| > | | > | > |
| > | | > | > | Is authenticated: False
| > | | > | > |
| > | | > | > | Authentication Type:
| > | | > | > |
| > | | > | > | Thread account name: APPONEDC\prc
| > | | > | > |
| > | | > | > |
| > | | > | > | Thread information:
| > | | > | > |
| > | | > | > | Thread ID: 6
| > | | > | > |
| > | | > | > | Thread account name: APPONEDC\prc
| > | | > | > |
| > | | > | > | Is impersonating: False
| > | | > | > |
| > | | > | > | Stack trace: at
| > | | > | > |
| > | | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | | > | > | inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]&
| > | | > outputBuffer,
| > | | > | > | Int32 outputOffset, PaddingMode paddingMode, Boolean
fLast)
| > | | > | > |
| > | | > | > | at
| > | | > | > |
| > | | > | >
| > | | >
| > |
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | | > | > te[]
| > | | > | > | inputBuffer, Int32 inputOffset, Int32 inputCount)
| > | | > | > |
| > | | > | > | at
System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > | | > | > |
| > | | > | > | at
| > | | > | >
| > | | >
| >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | | > | > | fEncrypt, Byte[] buf, Byte[] modifier, Int32 start, Int32
| > length,
| > | | > | > Boolean
| > | | > | > | useValidationSymAlgo)
| > | | > | > |
| > | | > | > | at System.Web.UI.Page.DecryptString(String s)
| > | | > | > |
| > | | > | > | at
| > | | > | > |
| > | | > | >
| > | | >
| > |
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | | > | > quest(HttpContext
| > | | > | > | context)
| > | | > | > |
| > | | > | > | at
| > | | > | > |
| > | | > | >
| > | | >
| > |
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | | > | > on.IExecutionStep.Execute()
| > | | > | > |
| > | | > | > | at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
step,
| > | | > Boolean&
| > | | > | > | completedSynchronously)
| > | | > | > |
| > | | > | > |
| > | | > | > |
| > | | > | > | Custom event details:
| > | | > | > |
| > | | > | > | For more information, see Help and Support Center at
| > | | > | > | http://go.microsoft.com/fwlink/events.asp.
| > | | > | > |
| > | | > | > |
| > | | > | > |
| > | | > | > | TIA!
| > | | > | > |
| > | | > | > | <pa***@community.nospam> wrote in message
| > | | > | > | news:e6****************@TK2MSFTNGP14.phx.gbl...
| > | | > | > | > OK this problem is serious now. It is happening more
| > | frequently:-
| > | | > | > | >
| > | | > | > | > Error In:
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > | | > | > 19884218750
| > | | > | > | >
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > ----
| > | | > | > | > System.Security.Cryptography.CryptographicExceptio n:
Padding
| > is
| > | | > | > invalid
| > | | > | > | > and cannot be removed. at
| > | | > | > | >
| > | | > | >
| > | | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | | > | > | > inputBuffer, Int32 inputOffset, Int32 inputCount,
Byte[]&
| > | | > | > outputBuffer,
| > | | > | > | > Int32 outputOffset, PaddingMode paddingMode, Boolean
fLast)
| > at
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | | > | > te[]
| > | | > | > | > inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > | | > | > | >
System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > at
| > | | > | > | >
| > | | > | >
| > | | >
| >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | | > | > | > fEncrypt, Byte[] buf, Byte[] modifier, Int32 start,
Int32
| > | length,
| > | | > | > Boolean
| > | | > | > | > useValidationSymAlgo) at
| > | System.Web.UI.Page.DecryptString(String
| > | | > s)
| > | | > at
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | | > | > quest(HttpContext
| > | | > | > | > context) at
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | | > | > on.IExecutionStep.Execute()
| > | | > | > | > at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > step,
| > | | > | > Boolean&
| > | | > | > | > completedSynchronously)
| > | | > | > | >
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > ----
| > | | > | > | >
| > | | > | > | >
| > | | > | > | > <pa***@community.nospam> wrote in message
| > | | > | > | > news:eW**************@TK2MSFTNGP10.phx.gbl...
| > | | > | > | >> Steven, it is totally random and only happening on my
| > public
| > | | > boxes.
| > | | > | > On
| > | | > | > my
| > | | > | > | >> test boxes it doesnt happen. I turned on IIS logging
and
| > | noticed
| > | | > that
| > | | > | > | >> whenever there is a referrer being logged i.e. user
clicked
| > a
| > | | > link
| > | | > | > from
| > | | > | > | >> web based email or other website does this happen every
now
| > and
| > | | > then.
| > | | > | > Any
| > | | > | > | >> ideas?
| > | | > | > | >>
| > | | > | > | >> TIA!
| > | | > | > | >>
| > | | > | > | >> "Steven Cheng[MSFT]" <st*****@online.microsoft.com>
wrote
| > in
| > | | > message
| > | | > | > | >> news:Aa**************@TK2MSFTNGXA01.phx.gbl...
| > | | > | > | >>> Hi Param,
| > | | > | > | >>>
| > | | > | > | >>> From the error callstack, the problem occurs when
trying
| > to
| > | | > | > decryting
| > | | > | > | >>> the
| > | | > | > | >>> url string so as to locate a dynamic webresource. Can
you
| > | locate
| > | | > the
| > | | > | > | >>> code
| > | | > | > | >>> period which cause this error or is a randomly occured
| > problem
| > | | > that
| > | | > | > | >>> can't
| > | | > | > | >>> make sure the code point whether fail into the
problem?
If
| > | it's
| > | | > a
| > | | > | > | >>> reproduceable problem, we can make some further test
into
| > it
| > | | > | > regarding
| > | | > | > | >>> on
| > | | > | > | >>> the detailed code.
| > | | > | > | >>>
| > | | > | > | >>> Thanks,
| > | | > | > | >>>
| > | | > | > | >>> Steven Cheng
| > | | > | > | >>> Microsoft Online Support
| > | | > | > | >>>
| > | | > | > | >>> Get Secure! www.microsoft.com/security
| > | | > | > | >>> (This posting is provided "AS IS", with no warranties,
and
| > | | > confers
| > | | > | > no
| > | | > | > | >>> rights.)
| > | | > | > | >>>
| > | | > | > | >>>
| > | | > | > | >>>
| > | | > | > | >>>
| > | | > | > | >>> --------------------
| > | | > | > | >>> | From: <pa***@community.nospam>
| > | | > | > | >>> | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | | > | > | >>> <CA**********************************@microsoft.co m>
| > | | > | > | >>> | Subject: Re: urgent: beta 2.0 error
| > | | > | > | >>> | Date: Tue, 6 Sep 2005 11:42:33 -0500
| > | | > | > | >>> | Lines: 66
| > | | > | > | >>> | X-Priority: 3
| > | | > | > | >>> | X-MSMail-Priority: Normal
| > | | > | > | >>> | X-Newsreader: Microsoft Outlook Express
6.00.2900.2527
| > | | > | > | >>> | X-MimeOLE: Produced By Microsoft MimeOLE
V6.00.2900.2527
| > | | > | > | >>> | X-RFC2646: Format=Flowed; Original
| > | | > | > | >>> | Message-ID: <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | | > | > | >>> | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | | > | > | >>> | NNTP-Posting-Host: corp2.lazardgroup.com
70.182.148.88
| > | | > | > | >>> | Path:
| > | | > | >
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| > | | > | > | >>> | Xref: TK2MSFTNGXA01.phx.gbl
| > | | > | > | >>> microsoft.public.dotnet.framework.aspnet:122651
| > | | > | > | >>> | X-Tomcat-NG:
microsoft.public.dotnet.framework.aspnet
| > | | > | > | >>> |
| > | | > | > | >>> | Curt, I am not making any call to DecryptData. It is
the
| > | | > runtime
| > | | > | > that
| > | | > | > | >>> is
| > | | > | > | >>> | doing it.
| > | | > | > | >>> |
| > | | > | > | >>> | thanks!
| > | | > | > | >>> |
| > | | > | > | >>> | "Curt_C [MVP]" <software_at_darkfalz.com> wrote in
| > message
| > | | > | > | >>> |
| > news:CA**********************************@microsof t.com...
| > | | > | > | >>> | > You'd have to show the code line(s).
| > | | > | > | >>> | > Most likely your DecryptData call is wrapped
| > incorrectly.
| > | | > | > | >>> | >
| > | | > | > | >>> | > --
| > | | > | > | >>> | > Curt Christianson
| > | | > | > | >>> | > site: http://www.darkfalz.com
| > | | > | > | >>> | > blog: http://blog.darkfalz.com
| > | | > | > | >>> | >
| > | | > | > | >>> | >
| > | | > | > | >>> | >
| > | | > | > | >>> | > "pa***@community.nospam" wrote:
| > | | > | > | >>> | >
| > | | > | > | >>> | >> Hi all, I have a website running on beta 2.0 on
| > server
| > | 2003
| > | | > web
| > | | > | > sp1
| > | | > | > | >>> and I
| > | | > | > | >>> | >> keep getting the following error:-
| > | | > | > | >>> | >>
| > | | > | > | >>> | >> Error In:
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
http://www.mywebsite.org/WebResource...gdA2&t=6326146
| > | | > | > | >>> 19884218750
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > | >>> ----
| > | | > | > | >>> | >>
System.Security.Cryptography.CryptographicExceptio n:
| > | | > Padding
| > | | > is
| > | | > | > | >>> invalid
| > | | > | > | >>> | >> and
| > | | > | > | >>> | >> cannot be removed. at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | | > | > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount,
| > Byte[]&
| > | | > | > | >>> outputBuffer,
| > | | > | > | >>> | >> Int32 outputOffset, PaddingMode paddingMode,
Boolean
| > | fLast)
| > | | > at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | | > | > | >>> te[]
| > | | > | > | >>> | >> inputBuffer, Int32 inputOffset, Int32 inputCount)
at
| > | | > | > | >>> | >>
| > | System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > | | > at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| >
System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | | > | > | >>> | >> fEncrypt, Byte[] buf, Byte[] modifier, Int32
start,
| > Int32
| > | | > | > length,
| > | | > | > | >>> Boolean
| > | | > | > | >>> | >> useValidationSymAlgo) at
| > | | > | > System.Web.UI.Page.DecryptString(String
| > | | > | > s)
| > | | > | > | >>> at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | | > | > | >>> quest(HttpContext
| > | | > | > | >>> | >> context) at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | | > | > | >>> on.IExecutionStep.Execute()
| > | | > | > | >>> | >> at
| > System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > | | > step,
| > | | > | > | >>> Boolean&
| > | | > | > | >>> | >> completedSynchronously)
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > | >>> ----
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>> | >> Error In:
http://www.mywebsite.org/WebResource.axd
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > | >>> ----
| > | | > | > | >>> | >> System.Web.HttpException: This is an invalid
| > webresource
| > | | > | > request.
| > | | > | > | >>> at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | | > | > | >>> quest(HttpContext
| > | | > | > | >>> | >> context) at
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | | > | > | >>> on.IExecutionStep.Execute()
| > | | > | > | >>> | >> at
| > System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > | | > step,
| > | | > | > | >>> Boolean&
| > | | > | > | >>> | >> completedSynchronously)
| > | | > | > | >>> | >>
| > | | > | > | >>>
| > | | > | >
| > | | >
| > |
| >
----------------------------------------------------------------------------
| > | | > | > | >>> ----
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>> | >> Any ideas?
| > | | > | > | >>> | >>
| > | | > | > | >>> | >> TIA!
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>> | >>
| > | | > | > | >>> |
| > | | > | > | >>> |
| > | | > | > | >>> |
| > | | > | > | >>>
| > | | > | > | >>
| > | | > | > | >>
| > | | > | > | >
| > | | > | > | >
| > | | > | > |
| > | | > | > |
| > | | > | > |
| > | | > | >
| > | | > |
| > | | > |
| > | | > |
| > | | >
| > | |
| > | |
| > | |
| > |
| > |
| >
|
|
|

Nov 19 '05 #16
Hi Param,

Hi Param,

I've received your assemblies. However, it seems that you're sent many
components which has multiple part. I don't think all of them are necessary
and also, the former page you sent me is a simple one which didn't use many
of them. So I think it would be better if you can sent me a typical page
with some required(necessary) components which can reproduce the behavior.
The simpler the better.

Thanks,

Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

--------------------
| From: <pa***@community.nospam>
| References: <#M**************@TK2MSFTNGP12.phx.gbl>
<CA**********************************@microsoft.co m>
<Oe**************@TK2MSFTNGP12.phx.gbl>
<Aa**************@TK2MSFTNGXA01.phx.gbl>
<eW**************@TK2MSFTNGP10.phx.gbl>
<e6**************@TK2MSFTNGP14.phx.gbl>
<#G*************@TK2MSFTNGP11.phx.gbl>
<50**************@TK2MSFTNGXA02.phx.gbl>
<#q**************@TK2MSFTNGP11.phx.gbl>
<qo**************@TK2MSFTNGXA01.phx.gbl>
<eU*************@TK2MSFTNGP15.phx.gbl>
<2e*************@TK2MSFTNGXA01.phx.gbl>
<EC*************@TK2MSFTNGXA01.phx.gbl>
<eq**************@TK2MSFTNGP12.phx.gbl>
<4p**************@TK2MSFTNGXA01.phx.gbl>
| Subject: Re: urgent: beta 2.0 error
| Date: Mon, 19 Sep 2005 11:50:23 -0500
| Lines: 880
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| X-RFC2646: Format=Flowed; Original
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| Message-ID: <OZ*************@TK2MSFTNGP15.phx.gbl>
| Newsgroups: microsoft.public.dotnet.framework.aspnet
| NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:125579
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
| Steve, I am sending you dlls shortly..
|
| thanks!
|
| "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| news:4p**************@TK2MSFTNGXA01.phx.gbl...
| > Hi Param,
| >
| > You can send me the simplified components so as to better isolate the
| > problem.(As simple as possible)
| >
| > Thanks,
| >
| > Steven Cheng
| > Microsoft Online Support
| >
| > Get Secure! www.microsoft.com/security
| > (This posting is provided "AS IS", with no warranties, and confers no
| > rights.)
| >
| > --------------------
| > | From: <pa***@community.nospam>
| > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > <CA**********************************@microsoft.co m>
| > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > <eW**************@TK2MSFTNGP10.phx.gbl>
| > <e6**************@TK2MSFTNGP14.phx.gbl>
| > <#G*************@TK2MSFTNGP11.phx.gbl>
| > <50**************@TK2MSFTNGXA02.phx.gbl>
| > <#q**************@TK2MSFTNGP11.phx.gbl>
| > <qo**************@TK2MSFTNGXA01.phx.gbl>
| > <eU*************@TK2MSFTNGP15.phx.gbl>
| > <2e*************@TK2MSFTNGXA01.phx.gbl>
| > <EC*************@TK2MSFTNGXA01.phx.gbl>
| > | Subject: Re: urgent: beta 2.0 error
| > | Date: Mon, 12 Sep 2005 23:36:02 -0500
| > | Lines: 749
| > | X-Priority: 3
| > | X-MSMail-Priority: Normal
| > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | X-RFC2646: Format=Flowed; Original
| > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | Message-ID: <eq**************@TK2MSFTNGP12.phx.gbl>
| > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | NNTP-Posting-Host: corp2.lazardgroup.com 70.182.148.88
| > | Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| > | Xref: TK2MSFTNGXA01.phx.gbl
| > microsoft.public.dotnet.framework.aspnet:124094
| > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > |
| > | Steve, the problem occurs on 2 servers both production with exact same
| > setup
| > | and config. Should I send you some of my dlls?
| > |
| > | thanks!
| > |
| > | "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in message
| > | news:EC*************@TK2MSFTNGXA01.phx.gbl...
| > | > Hi Param,
| > | >
| > | > I've recieved your mail and performed some tests on the page you
| > provided.
| > | > Since I haven't your other referenced component or controls , I just
| > | > comment those statements and create a simple dummy master page.
| > However, I
| > | > didn't get any error on resource stream, my beta2 runtime version is
| > | >
| > | > v2.0.50215
| > | >
| > | > So, currently I'm still thinking there must have some problem with
the
| > | > runtime framework on your beta2 server. I'd recommend you perform a
| > | > reinstall to see whether it works or alternatively, you can test on
| > some
| > | > other server has beta2 framework to see whether those page works.
| > | >
| > | > Thanks,
| > | >
| > | > Steven Cheng
| > | > Microsoft Online Support
| > | >
| > | > Get Secure! www.microsoft.com/security
| > | > (This posting is provided "AS IS", with no warranties, and confers
no
| > | > rights.)
| > | >
| > | > --------------------
| > | > | X-Tomcat-ID: 244700773
| > | > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | > <CA**********************************@microsoft.co m>
| > | > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > | > <eW**************@TK2MSFTNGP10.phx.gbl>
| > | > <e6**************@TK2MSFTNGP14.phx.gbl>
| > | > <#G*************@TK2MSFTNGP11.phx.gbl>
| > | > <50**************@TK2MSFTNGXA02.phx.gbl>
| > | > <#q**************@TK2MSFTNGP11.phx.gbl>
| > | > <qo**************@TK2MSFTNGXA01.phx.gbl>
| > | > <eU*************@TK2MSFTNGP15.phx.gbl>
| > | > | MIME-Version: 1.0
| > | > | Content-Type: text/plain
| > | > | Content-Transfer-Encoding: 7bit
| > | > | From: st*****@online.microsoft.com (Steven Cheng[MSFT])
| > | > | Organization: Microsoft
| > | > | Date: Mon, 12 Sep 2005 14:04:37 GMT
| > | > | Subject: Re: urgent: beta 2.0 error
| > | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | > | Message-ID: <2e*************@TK2MSFTNGXA01.phx.gbl>
| > | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | > | Lines: 489
| > | > | Path: TK2MSFTNGXA01.phx.gbl
| > | > | Xref: TK2MSFTNGXA01.phx.gbl
| > | > microsoft.public.dotnet.framework.aspnet:123892
| > | > | NNTP-Posting-Host: TOMCATIMPORT1 10.201.218.122
| > | > |
| > | > | Hi Param,
| > | > |
| > | > | You can send me through the email in my signature by removing the
| > | > "online".
| > | > |
| > | > | Thanks,
| > | > |
| > | > | Steven Cheng
| > | > | Microsoft Online Support
| > | > |
| > | > | Get Secure! www.microsoft.com/security
| > | > | (This posting is provided "AS IS", with no warranties, and
confers
| > no
| > | > | rights.)
| > | > |
| > | > | --------------------
| > | > | | From: <pa***@community.nospam>
| > | > | | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | > | <CA**********************************@microsoft.co m>
| > | > | <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | > | <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > | > | <eW**************@TK2MSFTNGP10.phx.gbl>
| > | > | <e6**************@TK2MSFTNGP14.phx.gbl>
| > | > | <#G*************@TK2MSFTNGP11.phx.gbl>
| > | > | <50**************@TK2MSFTNGXA02.phx.gbl>
| > | > | <#q**************@TK2MSFTNGP11.phx.gbl>
| > | > | <qo**************@TK2MSFTNGXA01.phx.gbl>
| > | > | | Subject: Re: urgent: beta 2.0 error
| > | > | | Date: Fri, 9 Sep 2005 16:20:21 -0500
| > | > | | Lines: 542
| > | > | | X-Priority: 3
| > | > | | X-MSMail-Priority: Normal
| > | > | | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | > | | X-RFC2646: Format=Flowed; Original
| > | > | | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | > | | Message-ID: <eU*************@TK2MSFTNGP15.phx.gbl>
| > | > | | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | > | | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | > | | Path:
| > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP15.phx.gbl
| > | > | | Xref: TK2MSFTNGXA01.phx.gbl
| > | > | microsoft.public.dotnet.framework.aspnet:123599
| > | > | | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | > | |
| > | > | | Steve, where can I email you the code?
| > | > | |
| > | > | | thanks!
| > | > | |
| > | > | | "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in
| > message
| > | > | | news:qo**************@TK2MSFTNGXA01.phx.gbl...
| > | > | | > Thanks for your followup Param,
| > | > | | >
| > | > | | > So would you provide me a simple page which will cause the
| > problem
| > | > on
| > | > | your
| > | > | | > side so that I can perform some tests on my side? I'll try
have
| > a
| > | > | trace
| > | > | | > in
| > | > | | > the underlying code to see whether we can find any clues.
| > | > | | >
| > | > | | > Thanks,
| > | > | | >
| > | > | | > Steven Cheng
| > | > | | > Microsoft Online Support
| > | > | | >
| > | > | | > Get Secure! www.microsoft.com/security
| > | > | | > (This posting is provided "AS IS", with no warranties, and
| > confers
| > | > no
| > | > | | > rights.)
| > | > | | >
| > | > | | > --------------------
| > | > | | > | From: <pa***@community.nospam>
| > | > | | > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | > | | > <CA**********************************@microsoft.co m>
| > | > | | > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | > | | > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > | > | | > <eW**************@TK2MSFTNGP10.phx.gbl>
| > | > | | > <e6**************@TK2MSFTNGP14.phx.gbl>
| > | > | | > <#G*************@TK2MSFTNGP11.phx.gbl>
| > | > | | > <50**************@TK2MSFTNGXA02.phx.gbl>
| > | > | | > | Subject: Re: urgent: beta 2.0 error
| > | > | | > | Date: Thu, 8 Sep 2005 13:11:44 -0500
| > | > | | > | Lines: 429
| > | > | | > | X-Priority: 3
| > | > | | > | X-MSMail-Priority: Normal
| > | > | | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | > | | > | X-RFC2646: Format=Flowed; Original
| > | > | | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | > | | > | Message-ID: <#q**************@TK2MSFTNGP11.phx.gbl>
| > | > | | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | > | | > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | > | | > | Path:
| > | > | | >
| > | > |
| > | >
| >
TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSF TNGP08.phx.gbl!TK2MSFTNGP1
| > | > | | > 1.phx.gbl
| > | > | | > | Xref: TK2MSFTNGXA02.phx.gbl
| > | > | | > microsoft.public.dotnet.framework.aspnet:342694
| > | > | | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | > | | > |
| > | > | | > | Steve, this problem is happening on 2 machines for the same
| > | > website.
| > | > | | > Here
| > | > | | > | are the specs:-
| > | > | | > |
| > | > | | > | Dev Machine:- running Yukon June CTP and the version of .net
| > that
| > | > came
| > | > | | > with
| > | > | | > | it. Does not occur there, but then again no real world
traffic
| > | > coming
| > | > | to
| > | > | | > it.
| > | > | | > | OS - Server 2003 Std SP1
| > | > | | > |
| > | > | | > | Prod Machines - running latest beta version of .net 2.0
| > downloaded
| > | > | from
| > | > | | > web
| > | > | | > | 1 week ago. OS - Server 2003 Web SP1.
| > | > | | > |
| > | > | | > | Again, I dont see anything in code that could cause this
since
| > it
| > | > is
| > | > | | > | referencing webresource.axd which is something generated by
| > the
| > | > | | > runtime...
| > | > | | > | Any ideas?
| > | > | | > |
| > | > | | > | thanks!
| > | > | | > |
| > | > | | > | "Steven Cheng[MSFT]" <st*****@online.microsoft.com> wrote in
| > | > message
| > | > | | > | news:50****************@TK2MSFTNGXA02.phx.gbl...
| > | > | | > | > Hi Param,
| > | > | | > | >
| > | > | | > | > I'm afraid the problem is quite hard to throubleshoot. Is
| > your
| > | > | | > | > webapplication built on the same machine with the same
| > running
| > | > net
| > | > | | > | > framework(2.0) or built on other machine and move to this
| > | > problem
| > | > | | > server?
| > | > | | > | > Just to check whether it could be a version mismatch
issue.
| > | > Also,
| > | > is
| > | > | | > this
| > | > | | > | > problem occurable for any 2.0 asp.net web application or
| > this
| > | > | | > particular
| > | > | | > | > application? If you can also repro this problem with some
| > other
| > | > | | > | > application, I'm afraid there must be something wrong
with
| > the
| > | > | | > underlying
| > | > | | > | > runtime framework, I'd suggest you reinstalling the 2.0
| > | > framework
| > | > | on
| > | > | | > the
| > | > | | > | > server. Otherwise, we can try looking into the
application's
| > | > code
| > | > | to
| > | > | | > see
| > | > | | > | > which portion of the app may be the root cause.
| > | > | | > | >
| > | > | | > | > Thanks,
| > | > | | > | >
| > | > | | > | > Steven Cheng
| > | > | | > | > Microsoft Online Support
| > | > | | > | >
| > | > | | > | > Get Secure! www.microsoft.com/security
| > | > | | > | > (This posting is provided "AS IS", with no warranties, and
| > | > confers
| > | > | no
| > | > | | > | > rights.)
| > | > | | > | >
| > | > | | > | >
| > | > | | > | >
| > | > | | > | >
| > | > | | > | >
| > | > | | > | >
| > | > | | > | >
| > | > | | > | > --------------------
| > | > | | > | > | From: <pa***@community.nospam>
| > | > | | > | > | References: <#M**************@TK2MSFTNGP12.phx.gbl>
| > | > | | > | > <CA**********************************@microsoft.co m>
| > | > | | > | > <Oe**************@TK2MSFTNGP12.phx.gbl>
| > | > | | > | > <Aa**************@TK2MSFTNGXA01.phx.gbl>
| > | > | | > | > <eW**************@TK2MSFTNGP10.phx.gbl>
| > | > | | > | > <e6**************@TK2MSFTNGP14.phx.gbl>
| > | > | | > | > | Subject: Re: urgent: beta 2.0 error
| > | > | | > | > | Date: Wed, 7 Sep 2005 08:57:52 -0500
| > | > | | > | > | Lines: 301
| > | > | | > | > | X-Priority: 3
| > | > | | > | > | X-MSMail-Priority: Normal
| > | > | | > | > | X-Newsreader: Microsoft Outlook Express 6.00.2900.2527
| > | > | | > | > | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527
| > | > | | > | > | X-RFC2646: Format=Flowed; Response
| > | > | | > | > | Message-ID: <#G*************@TK2MSFTNGP11.phx.gbl>
| > | > | | > | > | Newsgroups: microsoft.public.dotnet.framework.aspnet
| > | > | | > | > | NNTP-Posting-Host: corp.lazardgroup.com 64.237.78.178
| > | > | | > | > | Path:
| > | > | | >
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP11.phx.gbl
| > | > | | > | > | Xref: TK2MSFTNGXA01.phx.gbl
| > | > | | > | > microsoft.public.dotnet.framework.aspnet:122879
| > | > | | > | > | X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
| > | > | | > | > |
| > | > | | > | > | Here is error logged in Application event log:-
| > | > | | > | > |
| > | > | | > | > | Event code: 3005
| > | > | | > | > |
| > | > | | > | > | Event message: An unhandled exception has occurred.
| > | > | | > | > |
| > | > | | > | > | Event time: 9/7/2005 7:21:02 AM
| > | > | | > | > |
| > | > | | > | > | Event time (UTC): 9/7/2005 12:21:02 PM
| > | > | | > | > |
| > | > | | > | > | Event ID: aefc9f98817b49b4a5bc52f0a8bbb1f8
| > | > | | > | > |
| > | > | | > | > | Event sequence: 640
| > | > | | > | > |
| > | > | | > | > | Event occurrence: 9
| > | > | | > | > |
| > | > | | > | > | Event detail code: 0
| > | > | | > | > |
| > | > | | > | > |
| > | > | | > | > | Application information:
| > | > | | > | > |
| > | > | | > | > | Application domain:
| > | > /LM/W3SVC/1804169627/Root-1-127705589313252916
| > | > | | > | > |
| > | > | | > | > | Trust level: Full
| > | > | | > | > |
| > | > | | > | > | Application Virtual Path: /
| > | > | | > | > |
| > | > | | > | > | Application Path: D:\website files\prc\
| > | > | | > | > |
| > | > | | > | > | Machine name: WEB2
| > | > | | > | > |
| > | > | | > | > |
| > | > | | > | > | Process information:
| > | > | | > | > |
| > | > | | > | > | Process ID: 1692
| > | > | | > | > |
| > | > | | > | > | Process name: w3wp.exe
| > | > | | > | > |
| > | > | | > | > | Account name: APPONEDC\prc
| > | > | | > | > |
| > | > | | > | > |
| > | > | | > | > | Exception information:
| > | > | | > | > |
| > | > | | > | > | Exception type: CryptographicException
| > | > | | > | > |
| > | > | | > | > | Exception message: Padding is invalid and cannot be
| > removed.
| > | > | | > | > |
| > | > | | > | > |
| > | > | | > | > | Request information:
| > | > | | > | > |
| > | > | | > | > | Request URL:
| > | > | | > | > |
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > | > | | > | > 19884218750
| > | > | | > | > |
| > | > | | > | > | Request path: /WebResource.axd
| > | > | | > | > |
| > | > | | > | > | User host address: 64.12.116.132
| > | > | | > | > |
| > | > | | > | > | User:
| > | > | | > | > |
| > | > | | > | > | Is authenticated: False
| > | > | | > | > |
| > | > | | > | > | Authentication Type:
| > | > | | > | > |
| > | > | | > | > | Thread account name: APPONEDC\prc
| > | > | | > | > |
| > | > | | > | > |
| > | > | | > | > | Thread information:
| > | > | | > | > |
| > | > | | > | > | Thread ID: 6
| > | > | | > | > |
| > | > | | > | > | Thread account name: APPONEDC\prc
| > | > | | > | > |
| > | > | | > | > | Is impersonating: False
| > | > | | > | > |
| > | > | | > | > | Stack trace: at
| > | > | | > | > |
| > | > | | >
| > | >
| > System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | > | | > | > | inputBuffer, Int32 inputOffset, Int32 inputCount,
Byte[]&
| > | > | | > outputBuffer,
| > | > | | > | > | Int32 outputOffset, PaddingMode paddingMode, Boolean
| > fLast)
| > | > | | > | > |
| > | > | | > | > | at
| > | > | | > | > |
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | > | | > | > te[]
| > | > | | > | > | inputBuffer, Int32 inputOffset, Int32 inputCount)
| > | > | | > | > |
| > | > | | > | > | at
| > System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > | > | | > | > |
| > | > | | > | > | at
| > | > | | > | >
| > | > | | >
| > | >
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | > | | > | > | fEncrypt, Byte[] buf, Byte[] modifier, Int32 start,
Int32
| > | > length,
| > | > | | > | > Boolean
| > | > | | > | > | useValidationSymAlgo)
| > | > | | > | > |
| > | > | | > | > | at System.Web.UI.Page.DecryptString(String s)
| > | > | | > | > |
| > | > | | > | > | at
| > | > | | > | > |
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | > | | > | > quest(HttpContext
| > | > | | > | > | context)
| > | > | | > | > |
| > | > | | > | > | at
| > | > | | > | > |
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | > | | > | > on.IExecutionStep.Execute()
| > | > | | > | > |
| > | > | | > | > | at System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > step,
| > | > | | > Boolean&
| > | > | | > | > | completedSynchronously)
| > | > | | > | > |
| > | > | | > | > |
| > | > | | > | > |
| > | > | | > | > | Custom event details:
| > | > | | > | > |
| > | > | | > | > | For more information, see Help and Support Center at
| > | > | | > | > | http://go.microsoft.com/fwlink/events.asp.
| > | > | | > | > |
| > | > | | > | > |
| > | > | | > | > |
| > | > | | > | > | TIA!
| > | > | | > | > |
| > | > | | > | > | <pa***@community.nospam> wrote in message
| > | > | | > | > | news:e6****************@TK2MSFTNGP14.phx.gbl...
| > | > | | > | > | > OK this problem is serious now. It is happening more
| > | > | frequently:-
| > | > | | > | > | >
| > | > | | > | > | > Error In:
| > | > | | > | > | >
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
http://www.mywebsite.org/WebResource...cog2&t=6326146
| > | > | | > | > 19884218750
| > | > | | > | > | >
| > | > | | > | > | >
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
----------------------------------------------------------------------------
| > | > | | > | > ----
| > | > | | > | > | > System.Security.Cryptography.CryptographicExceptio n:
| > Padding
| > | > is
| > | > | | > | > invalid
| > | > | | > | > | > and cannot be removed. at
| > | > | | > | > | >
| > | > | | > | >
| > | > | | >
| > | >
| > System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | > | | > | > | > inputBuffer, Int32 inputOffset, Int32 inputCount,
| > Byte[]&
| > | > | | > | > outputBuffer,
| > | > | | > | > | > Int32 outputOffset, PaddingMode paddingMode, Boolean
| > fLast)
| > | > at
| > | > | | > | > | >
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | > | | > | > te[]
| > | > | | > | > | > inputBuffer, Int32 inputOffset, Int32 inputCount) at
| > | > | | > | > | >
| > System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > | > at
| > | > | | > | > | >
| > | > | | > | >
| > | > | | >
| > | >
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | > | | > | > | > fEncrypt, Byte[] buf, Byte[] modifier, Int32 start,
| > Int32
| > | > | length,
| > | > | | > | > Boolean
| > | > | | > | > | > useValidationSymAlgo) at
| > | > | System.Web.UI.Page.DecryptString(String
| > | > | | > s)
| > | > | | > at
| > | > | | > | > | >
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | > | | > | > quest(HttpContext
| > | > | | > | > | > context) at
| > | > | | > | > | >
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | > | | > | > on.IExecutionStep.Execute()
| > | > | | > | > | > at
System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > | > step,
| > | > | | > | > Boolean&
| > | > | | > | > | > completedSynchronously)
| > | > | | > | > | >
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
----------------------------------------------------------------------------
| > | > | | > | > ----
| > | > | | > | > | >
| > | > | | > | > | >
| > | > | | > | > | > <pa***@community.nospam> wrote in message
| > | > | | > | > | > news:eW**************@TK2MSFTNGP10.phx.gbl...
| > | > | | > | > | >> Steven, it is totally random and only happening on my
| > | > public
| > | > | | > boxes.
| > | > | | > | > On
| > | > | | > | > my
| > | > | | > | > | >> test boxes it doesnt happen. I turned on IIS logging
| > and
| > | > | noticed
| > | > | | > that
| > | > | | > | > | >> whenever there is a referrer being logged i.e. user
| > clicked
| > | > a
| > | > | | > link
| > | > | | > | > from
| > | > | | > | > | >> web based email or other website does this happen
every
| > now
| > | > and
| > | > | | > then.
| > | > | | > | > Any
| > | > | | > | > | >> ideas?
| > | > | | > | > | >>
| > | > | | > | > | >> TIA!
| > | > | | > | > | >>
| > | > | | > | > | >> "Steven Cheng[MSFT]" <st*****@online.microsoft.com>
| > wrote
| > | > in
| > | > | | > message
| > | > | | > | > | >> news:Aa**************@TK2MSFTNGXA01.phx.gbl...
| > | > | | > | > | >>> Hi Param,
| > | > | | > | > | >>>
| > | > | | > | > | >>> From the error callstack, the problem occurs when
| > trying
| > | > to
| > | > | | > | > decryting
| > | > | | > | > | >>> the
| > | > | | > | > | >>> url string so as to locate a dynamic webresource.
Can
| > you
| > | > | locate
| > | > | | > the
| > | > | | > | > | >>> code
| > | > | | > | > | >>> period which cause this error or is a randomly
occured
| > | > problem
| > | > | | > that
| > | > | | > | > | >>> can't
| > | > | | > | > | >>> make sure the code point whether fail into the
| > problem?
| > If
| > | > | it's
| > | > | | > a
| > | > | | > | > | >>> reproduceable problem, we can make some further test
| > into
| > | > it
| > | > | | > | > regarding
| > | > | | > | > | >>> on
| > | > | | > | > | >>> the detailed code.
| > | > | | > | > | >>>
| > | > | | > | > | >>> Thanks,
| > | > | | > | > | >>>
| > | > | | > | > | >>> Steven Cheng
| > | > | | > | > | >>> Microsoft Online Support
| > | > | | > | > | >>>
| > | > | | > | > | >>> Get Secure! www.microsoft.com/security
| > | > | | > | > | >>> (This posting is provided "AS IS", with no
warranties,
| > and
| > | > | | > confers
| > | > | | > | > no
| > | > | | > | > | >>> rights.)
| > | > | | > | > | >>>
| > | > | | > | > | >>>
| > | > | | > | > | >>>
| > | > | | > | > | >>>
| > | > | | > | > | >>> --------------------
| > | > | | > | > | >>> | From: <pa***@community.nospam>
| > | > | | > | > | >>> | References:
<#M**************@TK2MSFTNGP12.phx.gbl>
| > | > | | > | > | >>> <CA**********************************@microsoft.co m>
| > | > | | > | > | >>> | Subject: Re: urgent: beta 2.0 error
| > | > | | > | > | >>> | Date: Tue, 6 Sep 2005 11:42:33 -0500
| > | > | | > | > | >>> | Lines: 66
| > | > | | > | > | >>> | X-Priority: 3
| > | > | | > | > | >>> | X-MSMail-Priority: Normal
| > | > | | > | > | >>> | X-Newsreader: Microsoft Outlook Express
| > 6.00.2900.2527
| > | > | | > | > | >>> | X-MimeOLE: Produced By Microsoft MimeOLE
| > V6.00.2900.2527
| > | > | | > | > | >>> | X-RFC2646: Format=Flowed; Original
| > | > | | > | > | >>> | Message-ID:
<Oe**************@TK2MSFTNGP12.phx.gbl>
| > | > | | > | > | >>> | Newsgroups:
microsoft.public.dotnet.framework.aspnet
| > | > | | > | > | >>> | NNTP-Posting-Host: corp2.lazardgroup.com
| > 70.182.148.88
| > | > | | > | > | >>> | Path:
| > | > | | > | >
| > TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFT NGP12.phx.gbl
| > | > | | > | > | >>> | Xref: TK2MSFTNGXA01.phx.gbl
| > | > | | > | > | >>> microsoft.public.dotnet.framework.aspnet:122651
| > | > | | > | > | >>> | X-Tomcat-NG:
| > microsoft.public.dotnet.framework.aspnet
| > | > | | > | > | >>> |
| > | > | | > | > | >>> | Curt, I am not making any call to DecryptData. It
is
| > the
| > | > | | > runtime
| > | > | | > | > that
| > | > | | > | > | >>> is
| > | > | | > | > | >>> | doing it.
| > | > | | > | > | >>> |
| > | > | | > | > | >>> | thanks!
| > | > | | > | > | >>> |
| > | > | | > | > | >>> | "Curt_C [MVP]" <software_at_darkfalz.com> wrote in
| > | > message
| > | > | | > | > | >>> |
| > | > news:CA**********************************@microsof t.com...
| > | > | | > | > | >>> | > You'd have to show the code line(s).
| > | > | | > | > | >>> | > Most likely your DecryptData call is wrapped
| > | > incorrectly.
| > | > | | > | > | >>> | >
| > | > | | > | > | >>> | > --
| > | > | | > | > | >>> | > Curt Christianson
| > | > | | > | > | >>> | > site: http://www.darkfalz.com
| > | > | | > | > | >>> | > blog: http://blog.darkfalz.com
| > | > | | > | > | >>> | >
| > | > | | > | > | >>> | >
| > | > | | > | > | >>> | >
| > | > | | > | > | >>> | > "pa***@community.nospam" wrote:
| > | > | | > | > | >>> | >
| > | > | | > | > | >>> | >> Hi all, I have a website running on beta 2.0 on
| > | > server
| > | > | 2003
| > | > | | > web
| > | > | | > | > sp1
| > | > | | > | > | >>> and I
| > | > | | > | > | >>> | >> keep getting the following error:-
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>> | >> Error In:
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
http://www.mywebsite.org/WebResource...gdA2&t=6326146
| > | > | | > | > | >>> 19884218750
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
----------------------------------------------------------------------------
| > | > | | > | > | >>> ----
| > | > | | > | > | >>> | >>
| > System.Security.Cryptography.CryptographicExceptio n:
| > | > | | > Padding
| > | > | | > is
| > | > | | > | > | >>> invalid
| > | > | | > | > | >>> | >> and
| > | > | | > | > | >>> | >> cannot be removed. at
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | >
| > System.Security.Cryptography.RijndaelManagedTransf orm.DecryptData(Byte[]
| > | > | | > | > | >>> | >> inputBuffer, Int32 inputOffset, Int32
inputCount,
| > | > Byte[]&
| > | > | | > | > | >>> outputBuffer,
| > | > | | > | > | >>> | >> Int32 outputOffset, PaddingMode paddingMode,
| > Boolean
| > | > | fLast)
| > | > | | > at
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
System.Security.Cryptography.RijndaelManagedTransf orm.TransformFinalBlock(By
| > | > | | > | > | >>> te[]
| > | > | | > | > | >>> | >> inputBuffer, Int32 inputOffset, Int32
inputCount)
| > at
| > | > | | > | > | >>> | >>
| > | > | System.Security.Cryptography.CryptoStream.FlushFin alBlock()
| > | > | | > at
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | >
| > System.Web.Configuration.MachineKeySection.Encrypt OrDecryptData(Boolean
| > | > | | > | > | >>> | >> fEncrypt, Byte[] buf, Byte[] modifier, Int32
| > start,
| > | > Int32
| > | > | | > | > length,
| > | > | | > | > | >>> Boolean
| > | > | | > | > | >>> | >> useValidationSymAlgo) at
| > | > | | > | > System.Web.UI.Page.DecryptString(String
| > | > | | > | > s)
| > | > | | > | > | >>> at
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | > | | > | > | >>> quest(HttpContext
| > | > | | > | > | >>> | >> context) at
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | > | | > | > | >>> on.IExecutionStep.Execute()
| > | > | | > | > | >>> | >> at
| > | > System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > | > | | > step,
| > | > | | > | > | >>> Boolean&
| > | > | | > | > | >>> | >> completedSynchronously)
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
----------------------------------------------------------------------------
| > | > | | > | > | >>> ----
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>> | >> Error In:
| > http://www.mywebsite.org/WebResource.axd
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
----------------------------------------------------------------------------
| > | > | | > | > | >>> ----
| > | > | | > | > | >>> | >> System.Web.HttpException: This is an invalid
| > | > webresource
| > | > | | > | > request.
| > | > | | > | > | >>> at
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
System.Web.Handlers.AssemblyResourceLoader.System. Web.IHttpHandler.ProcessRe
| > | > | | > | > | >>> quest(HttpContext
| > | > | | > | > | >>> | >> context) at
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
System.Web.HttpApplication.CallHandlerExecutionSte p.System.Web.HttpApplicati
| > | > | | > | > | >>> on.IExecutionStep.Execute()
| > | > | | > | > | >>> | >> at
| > | > System.Web.HttpApplication.ExecuteStep(IExecutionS tep
| > | > | | > step,
| > | > | | > | > | >>> Boolean&
| > | > | | > | > | >>> | >> completedSynchronously)
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>>
| > | > | | > | >
| > | > | | >
| > | > |
| > | >
| >
----------------------------------------------------------------------------
| > | > | | > | > | >>> ----
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>> | >> Any ideas?
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>> | >> TIA!
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>> | >>
| > | > | | > | > | >>> |
| > | > | | > | > | >>> |
| > | > | | > | > | >>> |
| > | > | | > | > | >>>
| > | > | | > | > | >>
| > | > | | > | > | >>
| > | > | | > | > | >
| > | > | | > | > | >
| > | > | | > | > |
| > | > | | > | > |
| > | > | | > | > |
| > | > | | > | >
| > | > | | > |
| > | > | | > |
| > | > | | > |
| > | > | | >
| > | > | |
| > | > | |
| > | > | |
| > | > |
| > | > |
| > | >
| > |
| > |
| > |
| >
|
|
|

Nov 19 '05 #17

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

Similar topics

0
by: Eric Raymond | last post by:
When installing the rpms (or the tar file) onto Red Hat Enteprise Linux AS Beta 1 (Taroon), we get the follwing error: Installing all prepared tables /usr/bin/mysql_install_db: line 1: 7690...
3
by: Robert | last post by:
I have an application with custom configuration sections in it's app.config file. Here's a shortened excerpt: <monitors> <monitor...
4
by: Wayne | last post by:
This may not be the best group to ask in as the question is about the beta, if there is a better place please point me to it. I've had beta 1 installed, after a re-install of the OS this weekend...
6
by: John Gabriel | last post by:
I have been obtaining the following error in the output window of the IDE: 1>mt.exe:general error c101008d:Failed to write the updated manifest to the resource of file "..\debug\test.exe". The...
8
by: clintonG | last post by:
Membership is broken and who knows what else. Does anybody have any referrals to current documents that explain what was changed and how one might respond? <%= Clinton Gallagher...
2
by: Beenish Sahar Khan | last post by:
Hello, I am developing an application in C#, which was previously in .Net 2005 Beta, then it was working perfectly fine, but from the time I have upgraded it to .Net 2005 Professional, its...
3
by: N. Spiker | last post by:
I am attempting to receive a single TCP packet with some text ending with carriage return and line feed characters. When the text is send and the packet has the urgent flag set, the text read from...
4
by: Janet | last post by:
Hi, I've converted my project from VS 2003 to VS 2005. But when I try to build the web project, there are no DLL files inside the bin folder. I've tried to create a new Class library project...
1
by: Dax | last post by:
When i insert some values float in a form made with ASP appear an error message like this: Microsoft OLE DB Provider for SQL Server (0x80040E14) Line 1: Incorrect syntax near ','. sql="select...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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
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...

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.