Guest tinkker27 Posted September 19, 2007 Posted September 19, 2007 I just bought a new system with Window XP home and I cannot open files with the aspx ext.
Guest sgopus Posted September 19, 2007 Posted September 19, 2007 RE: aspx file extensions Read all about it here. http://www.webwizguide.com/kb/asp_tutorials/what_is_asp.asp "tinkker27" wrote: > I just bought a new system with Window XP home and I cannot open files with > the aspx ext.
Guest tinkker27 Posted September 20, 2007 Posted September 20, 2007 RE: aspx file extensions 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_tutorials/what_is_asp.asp > > "tinkker27" wrote: > > > I just bought a new system with Window XP home and I cannot open files with > > the aspx ext.
Guest Elmo Posted September 20, 2007 Posted September 20, 2007 Re: aspx file extensions 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_tutorials/what_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)
Guest Tim Slattery Posted September 20, 2007 Posted September 20, 2007 Re: aspx file extensions tinkker27 <tinkker27@discussions.microsoft.com> 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) Slattery_T@bls.gov http://members.cox.net/slatteryt
Guest tinkker27 Posted September 20, 2007 Posted September 20, 2007 Re: aspx file extensions 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_tutorials/what_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) >
Guest tinkker27 Posted September 20, 2007 Posted September 20, 2007 Re: aspx file extensions 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 <tinkker27@discussions.microsoft.com> 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) > Slattery_T@bls.gov > http://members.cox.net/slatteryt >
Guest tinkker27 Posted September 20, 2007 Posted September 20, 2007 Re: aspx file extensions 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_tutorials/what_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) >
Guest cf Posted September 21, 2007 Posted September 21, 2007 Re: aspx file extensions let it be known on Wed, 19 Sep 2007 16:34:02 -0700 tinkker27 <tinkker27@discussions.microsoft.com> 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 <cfnews@NOcharterSPAM.net> I may be dumb, but I'm not stupid. Terry Bradshaw
Guest Homer J. Simpson Posted September 21, 2007 Posted September 21, 2007 Re: aspx file extensions > 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.
Guest cf Posted September 22, 2007 Posted September 22, 2007 Re: aspx file extensions let it be known on Fri, 21 Sep 2007 19:56:03 -0400 "Homer J. Simpson" <root@127.0.0.1> scribed: |> 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. | Thanks for correcting me. -- cf <cfnews@NOcharterSPAM.net> I may be dumb, but I'm not stupid. Terry Bradshaw
Guest Homer J. Simpson Posted September 23, 2007 Posted September 23, 2007 Re: aspx file extensions > |> 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. > | > > Thanks for correcting me. NP. If that were the case, nobody except Windows users (and only those who have .NET install) could visit sites that use ASP.NET. That would've been a fatal mistake for .NET.
Recommended Posts