RE: Detailed ASP.Net info not displaying in browser
- From: Tim Reynolds <tim.reynolds@xxxxxxxxxxxxx>
- Date: Mon, 28 Aug 2006 09:23:02 -0700
Thank you, Walter.
Old PC - XP Pro Version 2002 Service Pack 2
New PC - XP Pro Version 2002 Service Pack 1
(Note here - by memory- -when my old PC was service Pack 1 - which it was
for a long time - it always would return stack trace and exception type -
Therefore I do not believe the difference in Service Pack answers this issue).
As for the ASP.Net version, I cannot find the 'ASP.NET' tab on properties of
the web service in IIS. The only tabs I see are Virtual Directory,
Documents, Directory Security, HTTP Headers, and Custom Errors. However, on
both PC's, in Windows Explorer I find
C:\Inetpub\wwwroot\aspnet_client\system_web\1_1_4322. So I'm guessing it
would be version 1.1.4322....for both..
As for reinstalling .Net Framework, I belive this was the Visual Studio .Net
2003 Prerequisites (disk 2072 from MDSN media kit) that I originally
installed on this PC.
Is this what you are recommending me to reinstall?
Thanks,
Tim Reynolds
"Walter Wang [MSFT]" wrote:
Hi Tim,.
I was out of office last week so my colleague Kevin helped me on this case.
Would you please give me following information:
1. The OS version of your "old pc" and "new pc".
2. The configured ASP.NET version of your web service in IIS (you can
verify this by open IIS manager and check the properties dialog of the web
service, there's a Combox named "ASP.NET version" on the tab named
"ASP.NET")
Per John's information on the difference behavior of Windows Server 2003
and XP, I didn't reproduce the issue with the minimum HelloWorld service.
Since the "new pc" didn't produce the exception stack trace even tested
locally, I think the "customErrors" setting in web.config is not related.
And the setting:
<webServices>
<protocols>
<add name="HttpGet"/>
<add name="HttpPost"/>
</protocols>
</webServices>
is also related to remote invoking the webservice, which I also think is
irrelevant. So I assume removing web.config for the HelloWorld service will
also reproduce the issue on your "new pc". Then it may be related to the
installed .NET runtime, I recommend you to reinstall .NET runtime to see
whether this will fix the problem.
Regards,
Walter Wang (wawang@xxxxxxxxxxxxxxxxxxxx, remove 'online.')
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
- Follow-Ups:
- RE: Detailed ASP.Net info not displaying in browser
- From: Walter Wang [MSFT]
- RE: Detailed ASP.Net info not displaying in browser
- References:
- RE: Detailed ASP.Net info not displaying in browser
- From: Walter Wang [MSFT]
- RE: Detailed ASP.Net info not displaying in browser
- From: Tim Reynolds
- RE: Detailed ASP.Net info not displaying in browser
- From: Walter Wang [MSFT]
- RE: Detailed ASP.Net info not displaying in browser
- From: Tim Reynolds
- RE: Detailed ASP.Net info not displaying in browser
- From: Kevin Yu [MSFT]
- RE: Detailed ASP.Net info not displaying in browser
- From: Kevin Yu [MSFT]
- RE: Detailed ASP.Net info not displaying in browser
- From: Kevin Yu [MSFT]
- RE: Detailed ASP.Net info not displaying in browser
- From: Tim Reynolds
- RE: Detailed ASP.Net info not displaying in browser
- From: Walter Wang [MSFT]
- RE: Detailed ASP.Net info not displaying in browser
- Prev by Date: RE: XML Tree Structure
- Next by Date: Re: Controlling class definitions generated from xsd.exe
- Previous by thread: RE: Detailed ASP.Net info not displaying in browser
- Next by thread: RE: Detailed ASP.Net info not displaying in browser
- Index(es):
Relevant Pages
|