Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: ASPx pages can't be displayed


Message #1 by "Georgaris Kleanthis" <kleanthi@a...> on Mon, 6 Aug 2001 21:23:59
I compile an aspx page in visual studio .net and when i runm it the IE 6.0 

browser doesn't show it. If i do a right click to see source code of the 

html page, it shows the code of the aspx page. This means that the page 

hasn't created the html response. If i do the same with an asp page, it is 

shown correctly. What is the problem? 



I reinstalled visual studio several times and the problem continues.
Message #2 by Sean Grimaldi <sean.grimaldi@q...> on Mon, 6 Aug 2001 14:03:44 -0700

what about if you just run the solution?





-----Original Message-----

From: Georgaris Kleanthis [mailto:kleanthi@a...]

Sent: Monday, August 06, 2001 2:24 PM

To: aspx_beginners

Subject: [aspx_beginners] ASPx pages can't be displayed





I compile an aspx page in visual studio .net and when i runm it the IE 

6.0

browser doesn't show it. If i do a right click to see source code of 

the

html page, it shows the code of the aspx page. This means that the page 



hasn't created the html response. If i do the same with an asp page, it 

is

shown correctly. What is the problem?



I reinstalled visual studio several times and the problem continues.

Message #3 by "Dennis West" <westdh@h...> on Mon, 6 Aug 2001 16:07:57 -0700
This is not the answer but have you tried  just doing a build and browse to

Isolate it from IE6.0 . useing the internal VS browser

----- Original Message -----

From: "Georgaris Kleanthis" <kleanthi@a...>

To: "aspx_beginners" <aspx_beginners@p...>

Sent: Monday, August 06, 2001 9:23 PM

Subject: [aspx_beginners] ASPx pages can't be displayed





> I compile an aspx page in visual studio .net and when i runm it the IE 6.0

> browser doesn't show it. If i do a right click to see source code of the

> html page, it shows the code of the aspx page. This means that the page

> hasn't created the html response. If i do the same with an asp page, it is

> shown correctly. What is the problem?

>

> I reinstalled visual studio several times and the problem continues.



Message #4 by Philip Steel <PhilipS@t...> on Tue, 7 Aug 2001 09:00:09 +0100
Hi George



Had a similar problem and it turned out that it was an html comment

causing the problem - I hadn't finished it off properly, ie

<!--Comment Here-> should have been <!--Comment here-->.



Also check the rest of your html code to see it's well formed.



HTH



Phil



-----Original Message-----

From: Georgaris Kleanthis [mailto:kleanthi@a...]

Sent: 06 August 2001 22:24

To: aspx_beginners

Subject: [aspx_beginners] ASPx pages can't be displayed





I compile an aspx page in visual studio .net and when i runm it the IE 6.0

browser doesn't show it. If i do a right click to see source code of the

html page, it shows the code of the aspx page. This means that the page 

hasn't created the html response. If i do the same with an asp page, it is

shown correctly. What is the problem?



I reinstalled visual studio several times and the problem continues.



Message #5 by daviemj@t... on Tue, 14 Aug 2001 10:28:24
The same happens to me!!!!



Did you find out what was causing this?



> I compile an aspx page in visual studio .net and when i runm it the IE 

6.0 

> browser doesn't show it. If i do a right click to see source code of the 

> html page, it shows the code of the aspx page. This means that the page 

> hasn't created the html response. If i do the same with an asp page, it 

is 

> shown correctly. What is the problem? 

> 

> I reinstalled visual studio several times and the problem continues.
Message #6 by "Dennis West" <westdh@h...> on Tue, 14 Aug 2001 22:45:12 -0700
Have you done a full (rebuild-all) from the main build menu and a

build/browse from tyour default.aspx this is VS internal browser if it fails

here then it's your code. try  a new test.aspx and just type the word test

under the body tag.



----- Original Message -----

From: <daviemj@t...>

To: "aspx_beginners" <aspx_beginners@p...>

Sent: Tuesday, August 14, 2001 10:28 AM

Subject: [aspx_beginners] Re: ASPx pages can't be displayed





> The same happens to me!!!!

>

> Did you find out what was causing this?

>

> > I compile an aspx page in visual studio .net and when i runm it the IE

> 6.0

> > browser doesn't show it. If i do a right click to see source code of the

> > html page, it shows the code of the aspx page. This means that the page

> > hasn't created the html response. If i do the same with an asp page, it

> is

> > shown correctly. What is the problem?

> >

> > I reinstalled visual studio several times and the problem continues.




  Return to Index