PC Review


Reply
Thread Tools Rating: Thread Rating: 1 votes, 1.00 average.

aspx pages not rendered/handled

 
 
=?Utf-8?B?RGFtaWFu?=
Guest
Posts: n/a
 
      28th Aug 2006
For about 5 days I've been trying to fix a problem with asp.net on a windows
xp media center pc with iis 5.1.
Initially I could not debug asp.net applications, and came to discover that
aspx and some other asp.net extensions were not registered to be managed by
an isapi filter. I tried running aspnet_regiis, uninstalling and reinstalling
iis, along with removing and reinstalling the framework multiple times.
Despite reinstalling I can't get these pages to render html and classic asp
pages work just fine. Aspx pages don't render even if they don't have any
page or server tags.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?RGFtaWFu?=
Guest
Posts: n/a
 
      28th Aug 2006
One more note. It seems like attempting to browse to an aspx page keeps
crashing the iis server. I however can't find any eventlog entries saying why
this happened.

"Damian" wrote:

> For about 5 days I've been trying to fix a problem with asp.net on a windows
> xp media center pc with iis 5.1.
> Initially I could not debug asp.net applications, and came to discover that
> aspx and some other asp.net extensions were not registered to be managed by
> an isapi filter. I tried running aspnet_regiis, uninstalling and reinstalling
> iis, along with removing and reinstalling the framework multiple times.
> Despite reinstalling I can't get these pages to render html and classic asp
> pages work just fine. Aspx pages don't render even if they don't have any
> page or server tags.

 
Reply With Quote
 
Steven Cheng[MSFT]
Guest
Posts: n/a
 
      28th Aug 2006
Hello Damian,

From your description, you have a windows XP media center box and currently
you found that any aspx pages hosted in IIS can not be correctly displayed
and the IIS process will crash, correct?

As for this issue, if the ASP.NET registering/.net framework installation
is correct, the problem should be specific to the ASP.NET worker process
and its process model setting. Are you using .net framework 1.1/ASP.NET
1.1 or ..net framework 2.0/ASP.NET 2.0? Also, have you the visual studio
2003/2005 installed?

If you're using the ASP.NET 2.0 and have visual studio 2005 installed, you
can consider using the file system base project to create an ASP.NET
application on file system(out of IIS) and test it through the .net 2.0
Test Webserver to see whether it works. If this can work, the problem
should be specfiic to the IIS process model. BTW, on windows XP/IIS5,
asp.net is running in the aspnet_wp.exe process, have you ever seen this
process started when you try running ASP.NET application on the box. By
default aspnet_wp.exe worker process will run under the machine\ASPNET
account, this can be configured through the <processModel> element in the
machine.config file(in framework folder). I suggest you try changing it to
local system account to see whether it works.

e.g.

<processModel userName="SYSTEM" password="AutoGenerate" />

If changing to local system account can make it work, it seems there is
something wrong with the machine\ASPNET local account on the machine.

#Process and request identity in ASP.NET
http://support.microsoft.com/kb/317012/en-us

In addition, have you looked up the IIS log on the machine to see whether
there is any entries indicate the error?

Please feel free to let me know if there is any other finding.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead



==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.



Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================



This posting is provided "AS IS" with no warranties, and confers no rights.



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
All subdirectories handled by one aspx page. codeboy Microsoft ASP .NET 1 7th Dec 2009 09:22 AM
Page_Load executes before aspx is rendered? gnewsgroup Microsoft ASP .NET 5 30th Jan 2008 08:45 PM
Encryption-enabling and web pages: SSL 2.0 + SSL 3.0 + TLS 1.0 =easily rendered web pages ? Steve H. Windows XP General 0 15th May 2005 02:58 AM
DB caching the html rendered by a .aspx page Jon Maz Microsoft Dot NET Framework 11 11th Feb 2004 06:18 PM
DB caching the html rendered by a .aspx page Jon Maz Microsoft ASP .NET 8 1st Feb 2004 01:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:07 PM.