aspx file extensions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I just bought a new system with Window XP home and I cannot open files with
the aspx ext.
 
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.
 
tinkker27 said:
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.

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
 
tinkker27 said:
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)
 
Elmo, thank you. I did what you suggested now we will see if it works. Thanks
again
 
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.
 
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
 
let it be known on Wed, 19 Sep 2007 16:34:02 -0700
tinkker27 <[email protected]> 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
 
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.
 
let it be known on Fri, 21 Sep 2007 19:56:03 -0400
"Homer J. Simpson" <[email protected]> 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.
 
|> 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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top