|
 |
aspx thread: viewing aspx/.NET install
Message #1 by "Jason Greenfeld" <jgreenfeld@r...> on Thu, 7 Dec 2000 19:16:38 -0000
|
|
Good afternoon everyone
This is my first post on the aspx list. We, my company, finally got .net
installed on one of our dev servers. I am able to create a project, and
view web files in my IE 5.5 browser. I have no problem viewing asp pages,
but when I try to view an aspx page, I am prompted to save or open the
page from its current location.
I did not do the .NET installation, so I am not sure if something has been
missed. If anyone has any insight, please let me know.
Thank you,
Jason Greenfeld
Rubicon Technologies, Inc.
http://www.rubicontechnologies.com
Message #2 by Richard Conway <ranger_conway@y...> on Thu, 7 Dec 2000 15:30:10 -0800 (PST)
|
|
Jason,
Try checking IIS to see if .aspx files have a file
association with a dll. To do this right click on site
in MMC and go to properties/configuration/app mappings
and check to see if it has an entry, if not you can
make the association yourself. On mine it's
C:\Windows\Microsoft.NET\Framework\v1.0.2204\xspisapi.dll
Regards,
Richard Conway
--- Jason Greenfeld
<jgreenfeld@r...> wrote:
> Good afternoon everyone
>
> This is my first post on the aspx list. We, my
> company, finally got .net
> installed on one of our dev servers. I am able to
> create a project, and
> view web files in my IE 5.5 browser. I have no
> problem viewing asp pages,
> but when I try to view an aspx page, I am prompted
> to save or open the
> page from its current location.
> I did not do the .NET installation, so I am not sure
> if something has been
> missed. If anyone has any insight, please let me
> know.
>
> Thank you,
>
> Jason Greenfeld
> Rubicon Technologies, Inc.
> http://www.rubicontechnologies.com
>
>
Message #3 by "SATHISH C.G." <cgs@s...> on Fri, 8 Dec 2000 15:52:31 +0530
|
|
Hi,
I guess the problem is due to the following two reasons....
The problem is u haven't installed the asp.net beta version.(NGWS Kid)
or
U haven't placed the aspx file in the virtual directory.Try to browse that
file through ISS.
Hope this information is useful to u......
Regards
SATHISH C.G.
-----Original Message-----
From: Jason Greenfeld <jgreenfeld@r...>
To: ASP+ <aspx@p...>
Date: Friday, December 08, 2000 1:30 AM
Subject: [aspx] viewing aspx/.NET install
>Good afternoon everyone
>
>This is my first post on the aspx list. We, my company, finally got .net
>installed on one of our dev servers. I am able to create a project, and
>view web files in my IE 5.5 browser. I have no problem viewing asp pages,
>but when I try to view an aspx page, I am prompted to save or open the
>page from its current location.
>I did not do the .NET installation, so I am not sure if something has been
>missed. If anyone has any insight, please let me know.
>
>Thank you,
>
>Jason Greenfeld
>Rubicon Technologies, Inc.
>http://www.rubicontechnologies.com
>
>
>
Message #4 by "Jason A. Greenfeld" <jgreenfeld@r...> on Fri, 8 Dec 2000 12:41:39 -0500
|
|
Richard,
Thank you very much for that solution! When I was playing with .NET last
night, I realized that I did not have the .aspx associated with any dll.
Then the problem was which dll should I use. Now everything is working
great! Thank you very much!
Jason Greenfeld
Rubicon Technologies, Inc.
http://www.rubicontechnologies.com
-----Original Message-----
From: Richard Conway [mailto:ranger_conway@y...]
Sent: Thursday, December 07, 2000 6:30 PM
To: ASP+
Subject: [aspx] Re: viewing aspx/.NET install
Jason,
Try checking IIS to see if .aspx files have a file
association with a dll. To do this right click on site
in MMC and go to properties/configuration/app mappings
and check to see if it has an entry, if not you can
make the association yourself. On mine it's
C:\Windows\Microsoft.NET\Framework\v1.0.2204\xspisapi.dll
Regards,
Richard Conway
--- Jason Greenfeld
<jgreenfeld@r...> wrote:
> Good afternoon everyone
>
> This is my first post on the aspx list. We, my
> company, finally got .net
> installed on one of our dev servers. I am able to
> create a project, and
> view web files in my IE 5.5 browser. I have no
> problem viewing asp pages,
> but when I try to view an aspx page, I am prompted
> to save or open the
> page from its current location.
> I did not do the .NET installation, so I am not sure
> if something has been
> missed. If anyone has any insight, please let me
> know.
>
> Thank you,
>
> Jason Greenfeld
> Rubicon Technologies, Inc.
> http://www.rubicontechnologies.com
>
>
|
|
 |