Wrox Home  
Search P2P Archive for: Go

  Return to Index  

aspx_beginners thread: Nothing written in ASP.NET appears in my browser, only the html does


Message #1 by "Soha Sobhy" <zee_alien@h...> on Wed, 22 Jan 2003 00:27:50
Hello, I've got a problem here
No ASP.NET code gets executed here. Only the html in the aspx page that i 
request appears but no ASP.Net code and no error messages appear. What 
could the problem be? knowing that classic ASP pages are displayed 
correctly. I tried reinstalling MDAC 2.7 and the dotnet framework but it 
didn't help. Can anyone please advise me what to do?
Message #2 by "Charles E. Brown" <chabrown@b...> on Tue, 21 Jan 2003 21:05:53 -0500
Soha:

If you had anti-virus software running when you installed Framework, it
may not have installed in the registry properly. Try going to:

http://support.microsoft.com/?id=306005

Go through this procedure.

Let me know if it helps,
Charles

-----Original Message-----
From: Soha Sobhy [mailto:zee_alien@h...] 
Sent: Wednesday, January 22, 2003 12:28 AM
To: aspx_beginners
Subject: [aspx_beginners] Nothing written in ASP.NET appears in my
browser, only the html does

Hello, I've got a problem here
No ASP.NET code gets executed here. Only the html in the aspx page that
i 
request appears but no ASP.Net code and no error messages appear. What 
could the problem be? knowing that classic ASP pages are displayed 
correctly. I tried reinstalling MDAC 2.7 and the dotnet framework but it

didn't help. Can anyone please advise me what to do?


Message #3 by "dennis stevens" <bastnakt@y...> on Wed, 22 Jan 2003 13:43:27
I once made the mistake of typing my page in the address bar as 
C:\mypage.aspx, which only shows the html - won't show asp.net or 
vbscript or javascript.  You would need to type localhost/mypage.aspx, so 
you computer is acting like a web server.  Of course, you need to set up 
IIS or PWS properly first.

Don't know if that's what you did, but I had the same problem, that was 
the solution.

> Soha:

If you had anti-virus software running when you installed Framework, it
may not have installed in the registry properly. Try going to:

http://support.microsoft.com/?id=306005

Go through this procedure.

Let me know if it helps,
Charles

-----Original Message-----
From: Soha Sobhy [mailto:zee_alien@h...] 
Sent: Wednesday, January 22, 2003 12:28 AM
To: aspx_beginners
Subject: [aspx_beginners] Nothing written in ASP.NET appears in my
browser, only the html does

Hello, I've got a problem here
No ASP.NET code gets executed here. Only the html in the aspx page that
i 
request appears but no ASP.Net code and no error messages appear. What 
could the problem be? knowing that classic ASP pages are displayed 
correctly. I tried reinstalling MDAC 2.7 and the dotnet framework but it

didn't help. Can anyone please advise me what to do?


Message #4 by "Kofi Sarfo" <kofi.sarfo@s...> on Wed, 22 Jan 2003 13:43:05 -0000
Once you've done that you can use Internet Services Manager to verify
that ".ASPX" files are bound to the ASPNET_ISAPI.DLL.

Right click the website (eg, Default Web Site) and choose properties.

Select the "Home Directory" tab

Click "Configuration"

And?

-----Original Message-----
From: dennis stevens [mailto:bastnakt@y...]
Sent: 22 January 2003 13:43
To: aspx_beginners
Subject: [aspx_beginners] RE: Nothing written in ASP.NET appears in my
browser, only the html does


I once made the mistake of typing my page in the address bar as
C:\mypage.aspx, which only shows the html - won't show asp.net or
vbscript or javascript.  You would need to type localhost/mypage.aspx,
so
you computer is acting like a web server.  Of course, you need to set up

IIS or PWS properly first.

Don't know if that's what you did, but I had the same problem, that was
the solution.

> Soha:

If you had anti-virus software running when you installed Framework, it
may not have installed in the registry properly. Try going to:

http://support.microsoft.com/?id=3D306005

Go through this procedure.

Let me know if it helps,
Charles

-----Original Message-----
From: Soha Sobhy [mailto:zee_alien@h...]
Sent: Wednesday, January 22, 2003 12:28 AM
To: aspx_beginners
Subject: [aspx_beginners] Nothing written in ASP.NET appears in my
browser, only the html does

Hello, I've got a problem here
No ASP.NET code gets executed here. Only the html in the aspx page that
i
request appears but no ASP.Net code and no error messages appear. What
could the problem be? knowing that classic ASP pages are displayed
correctly. I tried reinstalling MDAC 2.7 and the dotnet framework but it

didn't help. Can anyone please advise me what to do?


Message #5 by "Soha Sobhy" <zee_alien@h...> on Wed, 22 Jan 2003 19:16:39
I followed the instruction in the page you told me about and it finally 
worked. Thank you very much.

 Soha:

If you had anti-virus software running when you installed Framework, it
may not have installed in the registry properly. Try going to:

http://support.microsoft.com/?id=306005

Go through this procedure.

Let me know if it helps,
Charles
Message #6 by "Alex Smotritsky" <alex.smotritsky@v...> on Wed, 22 Jan 2003 18:24:05 -0500
Also, the .net framework must be installed after iis not before and if
this is not the case there will be problems and then you have to look
into solutions microsoft offers for that situation.


-----Original Message-----
From: dennis stevens [mailto:bastnakt@y...] 
Sent: Wednesday, January 22, 2003 1:43 PM
To: aspx_beginners
Subject: [aspx_beginners] RE: Nothing written in ASP.NET appears in my
browser, only the html does


I once made the mistake of typing my page in the address bar as 
C:\mypage.aspx, which only shows the html - won't show asp.net or 
vbscript or javascript.  You would need to type localhost/mypage.aspx,
so 
you computer is acting like a web server.  Of course, you need to set up

IIS or PWS properly first.

Don't know if that's what you did, but I had the same problem, that was 
the solution.

> Soha:

If you had anti-virus software running when you installed Framework, it
may not have installed in the registry properly. Try going to:

http://support.microsoft.com/?id=306005

Go through this procedure.

Let me know if it helps,
Charles

-----Original Message-----
From: Soha Sobhy [mailto:zee_alien@h...] 
Sent: Wednesday, January 22, 2003 12:28 AM
To: aspx_beginners
Subject: [aspx_beginners] Nothing written in ASP.NET appears in my
browser, only the html does

Hello, I've got a problem here
No ASP.NET code gets executed here. Only the html in the aspx page that
i 
request appears but no ASP.Net code and no error messages appear. What 
could the problem be? knowing that classic ASP pages are displayed 
correctly. I tried reinstalling MDAC 2.7 and the dotnet framework but it

didn't help. Can anyone please advise me what to do?




  Return to Index