Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

ASPX pages not rendered correctly

  Asked By: Glenn    Date: Apr 26    Category: Asp.net    Views: 1455
  

I am facing with a problem which I have encountered in the past and fixed it
but can not recall the fix now. My .aspx pages are not rendered properly.
Meaning that I only see the text on the controls but the controls are not
visible at all. The web page layout is totally messed up. If I remember
correctly, thats because of the aspx extension is not recognized. Could any
one suggest how to fix this. Speedy help would be highly appreciated as I am
stuck.

Share: 

 

2 Answers Found

 
Answer #1    Answered By: May Hansen     Answered On: Apr 26

If you can see HTML and ASP pages  ok but not ASP.NET, that means IIS and
ASP.NET aren't in sync. Run the following from a command prompt.

aspnet_regiis.exe -i

That re-configures IIS registry settings for ASP.NET

That EXE is under the Windows folder. Might have to search to find exactly
which folder it's in, if your PATH doesn't include it.

 
Answer #2    Answered By: Abana Cohen     Answered On: Apr 26

Please take a look at this thread:
asp.net/.../ShowPost.aspx?tabindex=1&PostID=161187

 
Didn't find what you were looking for? Find more on ASPX pages not rendered correctly Or get search suggestion and latest updates.




Tagged: