PC Review


Reply
Thread Tools Rate Thread

aspx file extensions

 
 
=?Utf-8?B?dGlua2tlcjI3?=
Guest
Posts: n/a
 
      20th Sep 2007
I just bought a new system with Window XP home and I cannot open files with
the aspx ext.
 
Reply With Quote
 
 
 
 
=?Utf-8?B?c2dvcHVz?=
Guest
Posts: n/a
 
      20th Sep 2007
Read all about it here.

http://www.webwizguide.com/kb/asp_tu...hat_is_asp.asp

"tinkker27" wrote:

> I just bought a new system with Window XP home and I cannot open files with
> the aspx ext.

 
Reply With Quote
 
=?Utf-8?B?dGlua2tlcjI3?=
Guest
Posts: n/a
 
      20th Sep 2007
I am not extremely computer savvy and I really didn’t understand most of what
I read on the link you provided. I do know my sister is running XP home on an
older system and she can open files with aspx ext fine but I can’t. When I
try and open the file a window pops up with two buttons, Find and Save. When
I click on Find it takes me to another web page with possible fixes to the
problem. I have tried them all and none work.

"sgopus" wrote:

> Read all about it here.
>
> http://www.webwizguide.com/kb/asp_tu...hat_is_asp.asp
>
> "tinkker27" wrote:
>
> > I just bought a new system with Window XP home and I cannot open files with
> > the aspx ext.

 
Reply With Quote
 
Elmo
Guest
Posts: n/a
 
      20th Sep 2007
tinkker27 wrote:
> I am not extremely computer savvy and I really didn’t understand most of what
> I read on the link you provided. I do know my sister is running XP homeon an
> older system and she can open files with aspx ext fine but I can’t. When I
> try and open the file a window pops up with two buttons, Find and Save.When
> I click on Find it takes me to another web page with possible fixes to the
> problem. I have tried them all and none work.
>
> "sgopus" wrote:
>
>> Read all about it here.
>>
>> http://www.webwizguide.com/kb/asp_tu...hat_is_asp.asp
>>
>> "tinkker27" wrote:
>>
>>> I just bought a new system with Window XP home and I cannot open files with
>>> the aspx ext.


This might help.. Click Start, Run, and type these two lines. Press
Enter, or click OK after each one:

regsvr32 vbscript.dll
regsvr32 jscript.dll

--
Joe =o)
 
Reply With Quote
 
Tim Slattery
Guest
Posts: n/a
 
      20th Sep 2007
tinkker27 <(E-Mail Removed)> wrote:

>I just bought a new system with Window XP home and I cannot open files with
>the aspx ext.


ASP is a server-side processing system for world-wide web servers. The
way you'd generally work with one of these is that you'd ask a WWW
server to send it to you. It would run the script in the page, which
would result in an HTML page, which would be sent to your browser.

Unless you are developing a web site, you wouldn't work with these any
other way.

(aspx pages are a later version of the ASP system)

--
Tim Slattery
MS MVP(DTS)
(E-Mail Removed)
http://members.cox.net/slatteryt
 
Reply With Quote
 
=?Utf-8?B?dGlua2tlcjI3?=
Guest
Posts: n/a
 
      20th Sep 2007
Elmo, thank you. I did what you suggested now we will see if it works. Thanks
again

"Elmo" wrote:

> tinkker27 wrote:
> > I am not extremely computer savvy and I really didn’t understand most of what
> > I read on the link you provided. I do know my sister is running XP home on an
> > older system and she can open files with aspx ext fine but I can’t. When I
> > try and open the file a window pops up with two buttons, Find and Save. When
> > I click on Find it takes me to another web page with possible fixes to the
> > problem. I have tried them all and none work.
> >
> > "sgopus" wrote:
> >
> >> Read all about it here.
> >>
> >> http://www.webwizguide.com/kb/asp_tu...hat_is_asp.asp
> >>
> >> "tinkker27" wrote:
> >>
> >>> I just bought a new system with Window XP home and I cannot open files with
> >>> the aspx ext.

>
> This might help.. Click Start, Run, and type these two lines. Press
> Enter, or click OK after each one:
>
> regsvr32 vbscript.dll
> regsvr32 jscript.dll
>
> --
> Joe =o)
>

 
Reply With Quote
 
=?Utf-8?B?dGlua2tlcjI3?=
Guest
Posts: n/a
 
      20th Sep 2007
I am not developing a web site, but my doctor uses a web based messages to
advise of test results and all the messages show up with the aspx ext.

"Tim Slattery" wrote:

> tinkker27 <(E-Mail Removed)> wrote:
>
> >I just bought a new system with Window XP home and I cannot open files with
> >the aspx ext.

>
> ASP is a server-side processing system for world-wide web servers. The
> way you'd generally work with one of these is that you'd ask a WWW
> server to send it to you. It would run the script in the page, which
> would result in an HTML page, which would be sent to your browser.
>
> Unless you are developing a web site, you wouldn't work with these any
> other way.
>
> (aspx pages are a later version of the ASP system)
>
> --
> Tim Slattery
> MS MVP(DTS)
> (E-Mail Removed)
> http://members.cox.net/slatteryt
>

 
Reply With Quote
 
=?Utf-8?B?dGlua2tlcjI3?=
Guest
Posts: n/a
 
      20th Sep 2007
Elmo, it didn't work. When I try and open the web based messaage from the
doctors office I get message that says. "Do you want to save this file, or
find a program online to open it? I tried that and it I couldn't find
anything to open it. It also has this information.
Name: View.aspx
Type: Unknown File Type




"Elmo" wrote:

> tinkker27 wrote:
> > I am not extremely computer savvy and I really didn’t understand most of what
> > I read on the link you provided. I do know my sister is running XP home on an
> > older system and she can open files with aspx ext fine but I can’t. When I
> > try and open the file a window pops up with two buttons, Find and Save. When
> > I click on Find it takes me to another web page with possible fixes to the
> > problem. I have tried them all and none work.
> >
> > "sgopus" wrote:
> >
> >> Read all about it here.
> >>
> >> http://www.webwizguide.com/kb/asp_tu...hat_is_asp.asp
> >>
> >> "tinkker27" wrote:
> >>
> >>> I just bought a new system with Window XP home and I cannot open files with
> >>> the aspx ext.

>
> This might help.. Click Start, Run, and type these two lines. Press
> Enter, or click OK after each one:
>
> regsvr32 vbscript.dll
> regsvr32 jscript.dll
>
> --
> Joe =o)
>

 
Reply With Quote
 
cf
Guest
Posts: n/a
 
      21st Sep 2007
let it be known on Wed, 19 Sep 2007 16:34:02 -0700
tinkker27 <(E-Mail Removed)> scribed:

|I just bought a new system with Window XP home and I cannot open files with
|the aspx ext.

Do you have any of the Microsoft's .NET Frameworks installed on your system? If you're not sure you can look in the Add/Remove Programs in the Control Panel.

I may be mistaken, but I believe you need the .NET Framework for .aspx to display properly in your browser. If this is incorrect, hopefully someone more knowledgeable will correct me.

HTH
--
cf <(E-Mail Removed)>
I may be dumb, but I'm not stupid.
Terry Bradshaw
 
Reply With Quote
 
Homer J. Simpson
Guest
Posts: n/a
 
      22nd Sep 2007
> Do you have any of the Microsoft's .NET Frameworks installed on your
> system? If you're not sure you can look in the Add/Remove Programs in the
> Control Panel.
>
> I may be mistaken, but I believe you need the .NET Framework for .aspx to
> display properly in your browser. If this is incorrect, hopefully someone
> more knowledgeable will correct me.


You don't need the .NET framework for your browser to properly display .aspx
files. When a web server processes those files, plain old HTML is sent to
your browser and nothing else.


 
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 didn't register ASPX extensions and debugging.. Smokey Grindle Microsoft ASP .NET 0 2nd Jun 2006 03:42 PM
.ASPX File Extensions =?Utf-8?B?S29sYmU=?= Microsoft Frontpage 1 20th Feb 2005 12:05 AM
Using extensions other than .aspx? Thomas Microsoft Dot NET 4 4th Feb 2005 08:37 PM
forms authentication: redirects for *.aspx pages only, not for other extensions, not for static content www.MSmobiles.com Microsoft ASP .NET 1 18th Jul 2004 12:03 PM
How to config VS.NET to recognize other file extensions as aspx? Bob Microsoft ASP .NET 6 26th Feb 2004 03:16 AM


Features
 

Advertising
 

Newsgroups
 


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