473,770 Members | 2,004 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

aspx files not running on my localhost server

I have visualStudio.NE T on my laptop. The OS on the laptop is XP
Proffesional. When I installed visualStudio.NE T on my laptop I thought
that all of the dotnet framework was installed, but when I try to run aspx
files from my local host the page will load but it wont recognize the
elements of the page. It throughs text up on the screen like it was loading
a text file. How can I get my server to run aspx files.
Nov 18 '05 #1
5 3513
This URL might help you:

http://support.microsoft.com/default.aspx?scid=KB;EN-
US;q306005

Tu-Thach
-----Original Message-----
I have visualStudio.NE T on my laptop. The OS on the laptop is XPProffesional . When I installed visualStudio.NE T on my laptop I thoughtthat all of the dotnet framework was installed, but when I try to run aspxfiles from my local host the page will load but it wont recognize theelements of the page. It throughs text up on the screen like it was loadinga text file. How can I get my server to run aspx files.
.

Nov 18 '05 #2
that link is not active it says that the page is not available.
Another side note. I was looking to see if I had an aspx dll on my
computer, I have an asp dll but I could not find an aspx dll.

"Tu-Thach" <an*******@disc ussions.microso ft.com> wrote in message
news:01******** *************** *****@phx.gbl.. .
This URL might help you:

http://support.microsoft.com/default.aspx?scid=KB;EN-
US;q306005

Tu-Thach
-----Original Message-----
I have visualStudio.NE T on my laptop. The OS on the

laptop is XP
Proffesional . When I installed visualStudio.NE T on my

laptop I thought
that all of the dotnet framework was installed, but when

I try to run aspx
files from my local host the page will load but it wont

recognize the
elements of the page. It throughs text up on the screen

like it was loading
a text file. How can I get my server to run aspx files.
.

Nov 18 '05 #3
Have you installed XP SP1? That may correct the problem.

If I'm not mistaken, XP will also install the dotNet
framework, and VS.Net will install the dotNet framework
only if it's not installed already (i.e. W2K, W98, etc.)

Did you install IIS when you install VS.net? If not, that
could be part of the problem also.
-----Original Message-----
I have visualStudio.NE T on my laptop. The OS on the laptop is XPProffesional . When I installed visualStudio.NE T on my laptop I thoughtthat all of the dotnet framework was installed, but when I try to run aspxfiles from my local host the page will load but it wont recognize theelements of the page. It throughs text up on the screen like it was loadinga text file. How can I get my server to run aspx files.
.

Nov 18 '05 #4
That link is active, watch for line wrap. The dll that
IIS use for aspx is aspnet_isapi.dl l.

Tu-Thach
-----Original Message-----
that link is not active it says that the page is not available.Another side note. I was looking to see if I had an aspx dll on mycomputer, I have an asp dll but I could not find an aspx dll.
"Tu-Thach" <an*******@disc ussions.microso ft.com> wrote in messagenews:01******* *************** ******@phx.gbl. ..
This URL might help you:

http://support.microsoft.com/default.aspx?scid=KB;EN-
US;q306005

Tu-Thach
>-----Original Message-----
>I have visualStudio.NE T on my laptop. The OS on the

laptop is XP
>Proffesional . When I installed visualStudio.NE T on my

laptop I thought
>that all of the dotnet framework was installed, but when
I try to run aspx
>files from my local host the page will load but it wont

recognize the
>elements of the page. It throughs text up on the
screen like it was loading
>a text file. How can I get my server to run aspx

files. >
>
>.
>

.

Nov 18 '05 #5
Here's what you need.
http://support.microsoft.com/default.aspx?kbid=306005
-----Original Message-----
Have you installed XP SP1? That may correct the problem.

If I'm not mistaken, XP will also install the dotNet
framework, and VS.Net will install the dotNet framework
only if it's not installed already (i.e. W2K, W98, etc.)

Did you install IIS when you install VS.net? If not, thatcould be part of the problem also.
-----Original Message-----
I have visualStudio.NE T on my laptop. The OS on thelaptop is XP
Proffesiona l. When I installed visualStudio.NE T on my

laptop I thought
that all of the dotnet framework was installed, but

whenI try to run aspx
files from my local host the page will load but it wontrecognize the
elements of the page. It throughs text up on the

screenlike it was loading
a text file. How can I get my server to run aspx files.
.

.

Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1550
by: Samuel Lee | last post by:
My friend has a newly installed Windows 2003 Server Web Edition. The IIS and ..NET Framework will be installed by default. He went to the Microsoft.NET config folder and changed the username from Machine to SYSTEM in machine.config file. The server is just for internal testing purpose. He do 'iisreset' after that and restart the IIS manually from the IIS manager as well. Well he told me that he had tried both 'Machine' and 'System'....
7
1693
by: Chuck Bowling | last post by:
I'm doing something wrong... not quite sure what... I got a basic web forms page built and running inside the IDE per ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vbcon/html/vbwlkWalkthroughCr eatingBasicWebFormsPage.htm The project works exactly as it should inside VS.NET however, if i try to click on the WebForm1.aspx file in \\localhost\WebApplication1 it launches the .aspx file in the IDE but won't launch a separate browser...
3
3351
by: Dan | last post by:
Hi, I have a problem using an aspx page with a Control on it. I get the following error message Compiler Error Message: CS1595: 'Test.Class2' is defined in multiple places; using definition from 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\1f575646\ad3a161b\assembly\dl2\57ca505e\044565c0_f84fc401\Test1.DLL' The problem is that the control is defined in two different assemblies
7
1564
by: Bennett Haselton | last post by:
If you create a ASP.Net Web application in Visual Studio .Net, you apparently have to specify the target as a directory on a web server, e.g. www.hostname.com/dirname, with "dirname" being the name of the locally created project. I can't find a way to create an .aspx file and publish it straight to the Web root directory in VS .Net. And yet of course there are many sites with .aspx files located in the Web root directory. Does that...
1
2965
by: Ezra | last post by:
Our company's web server is trying to access graphics files on another server. When I run the app from Visual Studio (1.0) on my localhost, the server in question is available (which is accessed a virtual directory) and I'm able to display the files. However, when we logon to the intranet through a browser, and click the link which will display the files, we get the "Enter Network Password" logon box. We set the proper permissions on...
4
2055
by: Randall Parker | last post by:
XP Home does not come with IIS. Can one use VS 2003 or some other tool to view aspx pages one is developing and do that on XP Home without having IIS on the machine?
1
1377
by: UJ | last post by:
I am doing development on a machine and everything was working fine. The name of the project was ECS to I made all my references as ~/ECS/... Worked great. Put it on the final server running 2003/IIs 6and it bitched it couldn't find the directory. I created a virtual directory, it complained because web.config wasn't there. I removed the ECS from all the references and it works great on both my devo and the final machine.
3
1634
by: =?Utf-8?B?U2hlcm1hbiBLQg==?= | last post by:
I have an application developed using IIS 5, and the 2.14 version of the .net framework and SQL 2005. When deployed to two different servers, the pages all display properly when using the address http://localhost/mywebapp/default.aspx. If I replace localhost with a DNS name, the pages will not display... I get a "Internet Explorer Cannot display this page" message. In reviewing the IIS log files, all of the response codes are 302...
6
1510
by: =?Utf-8?B?ZGVlcGFr?= | last post by:
Hi All, I am working on asp.net 2. 0 Application using MS Visual Studio 2005. When I am trying to debug the code on the server (my server name is esealvm087), it's redirecting to http://localhost:2908/attachmenthandler instead of http://esealvm087/attachmenthandler. I don’t quite understand how this is a problem, since localhost is the same as 087, but anyway....
0
9618
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10259
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6710
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3609
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.