PC Review


Reply
Thread Tools Rate Thread

can't execute .aspx pages

 
 
Ravi Soni
Guest
Posts: n/a
 
      4th Aug 2003
How to ensure that your web server is configured to serve
ASP.NET pages?

For this, open IIS, select "Quick Start Samples" virtual
directory. Right click the mouse, and select "Browse". If
you can see the documentation properly, your web server is
configured and ready to server ". aspx" pages.

If however, you cannot see the page completely, go back to
IIS, select the root directory of the web site, right-
click it, and select "Properties". Go to "Home Directory"
tab, and click on "Configuration" button. In the "App
Mappings" tab, try to locate ".aspx" extension. If you
cannot, then the web server is behaving in a predictable
manner, and can be fixed. If however, they are visible,
and yet ".aspx" pages cannot be served, more research
needs to be done as to what can be possibly wrong with the
configuration.

If ".aspx" extension was not visible, open .NET command
prompt. Go to "%FrameworkDir%" directory. Go
to "v1.0.3705" directory. Type the following commands in
the specified order.

aspnet_regiis -I
regsvr32 aspnet_isapi.dll

Please wait till you get the final prompt saying that the
DLL has been successfully registered. Now, go back and
check whether you can see ".aspx" extension in "App
Mappings" tab of "Properties" dialog, as described above.
Also, please confirm that "Quick Start Samples" can be
viewed completely on the machine. If not, then more
research needs to be done as to what can be possibly wrong
with the configuration.


>-----Original Message-----
>I've installed a .net application on a 2000 pro machine
>and installed the .net 1.1 framework but when I try to
>access any .aspx pages the code shows up as text.
>.
>

 
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
IIS how to get .aspx to execute Fick Microsoft ASP .NET 1 24th Feb 2007 01:42 PM
Aspx files fail to execute Steve Repp Microsoft C# .NET 3 6th Mar 2006 07:48 PM
Running aspx pages on 1&1, signed library and master pages Carl Gilbert Microsoft ASP .NET 1 8th Jul 2005 07:58 PM
How to execute a aspx page more than once simultanously? =?Utf-8?B?U2l2YXJhbWFuLlM=?= Microsoft ASP .NET 5 15th Oct 2004 02:19 AM
Re: can't execute .aspx pages Kevin Cunningham Microsoft Dot NET Framework 0 2nd Aug 2003 02:46 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:26 AM.