473,385 Members | 1,642 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

ASPX Not Executing

I am working on Win 2K Pro & use IIS 5.0 as the local server. I have installed Microsoft .NET Framework 1.1 to create ASPX web pages (using VB.NET) but when I am trying to execute an ASPX code, the browser just displays the text, if any, and the entire ASPX code gets neglected. For e.g., consider the following simple ASPX code:

<%@ Page Language="VB" Debug="True" %>
<html>
<body>
<form runat="server">
Name : <asp:TextBox id="txtName" runat="server"/>
</form>
</body>
</html>

the output in the browser will only be

Name :

& nothing else. The textbox code doesn't get executed due to which the browser doesn't show any textbox. What could the possible problem be? Please do offer a concrete solution. Also please note that the installation of the .NET Framework went by smoothly without any hitches. Prior to installing Microsoft .NET Framework 1.1, Microsoft .NET Framework SDK (English) v1.0.2204 was installed in my machine. Since I experienced the same problem with Framework v1.0.2204 as I did with Framework 1.1, I uninstalled Framework v1.0.2204 & then installed Framework 1.1 hoping for some positive result but my efforts were futile. Is Framework v1.0.2204 the newer version or is Framework 1.1 the newer version? What is the latest version of Microsoft .NET Framework & from where can I download it?

Thanks,

Arpan
Nov 18 '05 #1
5 1659
Arpan,
Replying to your own message with the post again.. .doesnt help....
when you install MS .net framework... that just installs the run time... and
that would allow you to install something that is already compiled.....

if you want to make your pages... the bare minimum requirement is .net
framework sdk.
the current version of framework and everything relating to it is 1.1

go to www.microsoft.com/downloads and get yourself the sdk.

if you are looking for ide's... there's nothing like VS.NET (framework is
installed with vs.net)....
but if you want a free one.. try webmatrix at www.asp.net (you would
probably find it on ms download site)

--
Regards,

HD
----------------------------------------------------------------------------
---------------------------------------

"Arpan" <ar******@hotmail.com> wrote in message
news:uz**************@TK2MSFTNGP11.phx.gbl...
I am working on Win 2K Pro & use IIS 5.0 as the local server. I have
installed Microsoft .NET Framework 1.1 to create ASPX web pages (using
VB.NET) but when I am trying to execute an ASPX code, the browser just
displays the text, if any, and the entire ASPX code gets neglected. For
e.g., consider the following simple ASPX code:

<%@ Page Language="VB" Debug="True" %>
<html>
<body>
<form runat="server">
Name : <asp:TextBox id="txtName" runat="server"/>
</form>
</body>
</html>

the output in the browser will only be

Name :

& nothing else. The textbox code doesn't get executed due to which the
browser doesn't show any textbox. What could the possible problem be? Please
do offer a concrete solution. Also please note that the installation of the
..NET Framework went by smoothly without any hitches. Prior to installing
Microsoft .NET Framework 1.1, Microsoft .NET Framework SDK (English)
v1.0.2204 was installed in my machine. Since I experienced the same problem
with Framework v1.0.2204 as I did with Framework 1.1, I uninstalled
Framework v1.0.2204 & then installed Framework 1.1 hoping for some positive
result but my efforts were futile. Is Framework v1.0.2204 the newer version
or is Framework 1.1 the newer version? What is the latest version of
Microsoft .NET Framework & from where can I download it?

Thanks,

Arpan
Nov 18 '05 #2
Thanks, Hermit, for your prompt response. To be honest, I was having some problems with Outlook Express 6.0 due to which the message got posted twice. Sorry for the same.

Getting back to the subject matter, actually .NET v1.0.2204 got installed automatically when I installed VS.NET but that didn't resolve the problem. After this, I uninstalled .NET v1.0.2204 & then installed ..NET v1.0.3705 but there wasn't any respite from that same problem. As a last resort I uninstalled .NET v1.0.3705 as well & finally installed ..NET 1.1 (which I downloaded from Microsoft) but the problem still persists.

Any further suggestions to get rid of this mess?

Thanks once again,

Regards,

Arpan
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message news:uU**************@TK2MSFTNGP12.phx.gbl...
Arpan,
Replying to your own message with the post again.. .doesnt help....
when you install MS .net framework... that just installs the run time... and
that would allow you to install something that is already compiled.....

if you want to make your pages... the bare minimum requirement is .net
framework sdk.
the current version of framework and everything relating to it is 1.1

go to www.microsoft.com/downloads and get yourself the sdk.

if you are looking for ide's... there's nothing like VS.NET (framework is
installed with vs.net)....
but if you want a free one.. try webmatrix at www.asp.net (you would
probably find it on ms download site)

--
Regards,

HD
----------------------------------------------------------------------------
---------------------------------------

"Arpan" <ar******@hotmail.com> wrote in message
news:uz**************@TK2MSFTNGP11.phx.gbl...
I am working on Win 2K Pro & use IIS 5.0 as the local server. I have
installed Microsoft .NET Framework 1.1 to create ASPX web pages (using
VB.NET) but when I am trying to execute an ASPX code, the browser just
displays the text, if any, and the entire ASPX code gets neglected. For
e.g., consider the following simple ASPX code:

<%@ Page Language="VB" Debug="True" %>
<html>
<body>
<form runat="server">
Name : <asp:TextBox id="txtName" runat="server"/>
</form>
</body>
</html>

the output in the browser will only be

Name :

& nothing else. The textbox code doesn't get executed due to which the
browser doesn't show any textbox. What could the possible problem be? Please
do offer a concrete solution. Also please note that the installation of the
.NET Framework went by smoothly without any hitches. Prior to installing
Microsoft .NET Framework 1.1, Microsoft .NET Framework SDK (English)
v1.0.2204 was installed in my machine. Since I experienced the same problem
with Framework v1.0.2204 as I did with Framework 1.1, I uninstalled
Framework v1.0.2204 & then installed Framework 1.1 hoping for some positive
result but my efforts were futile. Is Framework v1.0.2204 the newer version
or is Framework 1.1 the newer version? What is the latest version of
Microsoft .NET Framework & from where can I download it?

Thanks,

Arpan
Nov 18 '05 #3
Okay since your VS.NET version installed 1.0 i would presume that its the older VS.NET and not vs.net 2003
For VS.NET used 1.0 and the new 2003 version using 1.1

that means all projects you create will be by default compiled to run with 1.0 runtime.... (cant change the behavior if you are using code behind)
So... you need to install 1.0 run time... install all the service packs...
and if you still have a problem..... then execute this command

aspnet_regiis -i

from under your

C:\WINXPPRO\Microsoft.NET\Framework\v1.0.3705
(winxppro is my os dir so chose your equivalent one...)
--
Regards,

HD

"Arpan" <ar******@hotmail.com> wrote in message news:Od**************@TK2MSFTNGP09.phx.gbl...
Thanks, Hermit, for your prompt response. To be honest, I was having some problems with Outlook Express 6.0 due to which the message got posted twice. Sorry for the same.

Getting back to the subject matter, actually .NET v1.0.2204 got installed automatically when I installed VS.NET but that didn't resolve the problem. After this, I uninstalled .NET v1.0.2204 & then installed ..NET v1.0.3705 but there wasn't any respite from that same problem. As a last resort I uninstalled .NET v1.0.3705 as well & finally installed ..NET 1.1 (which I downloaded from Microsoft) but the problem still persists.

Any further suggestions to get rid of this mess?

Thanks once again,

Regards,

Arpan
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message news:uU**************@TK2MSFTNGP12.phx.gbl...
Arpan,
Replying to your own message with the post again.. .doesnt help....
when you install MS .net framework... that just installs the run time... and
that would allow you to install something that is already compiled.....

if you want to make your pages... the bare minimum requirement is ..net
framework sdk.
the current version of framework and everything relating to it is 1.1

go to www.microsoft.com/downloads and get yourself the sdk.

if you are looking for ide's... there's nothing like VS.NET (framework is
installed with vs.net)....
but if you want a free one.. try webmatrix at www.asp.net (you would
probably find it on ms download site)

--
Regards,

HD
----------------------------------------------------------------------------
---------------------------------------

"Arpan" <ar******@hotmail.com> wrote in message
news:uz**************@TK2MSFTNGP11.phx.gbl...
I am working on Win 2K Pro & use IIS 5.0 as the local server. I have
installed Microsoft .NET Framework 1.1 to create ASPX web pages (using
VB.NET) but when I am trying to execute an ASPX code, the browser just
displays the text, if any, and the entire ASPX code gets neglected. For
e.g., consider the following simple ASPX code:

<%@ Page Language="VB" Debug="True" %>
<html>
<body>
<form runat="server">
Name : <asp:TextBox id="txtName" runat="server"/>
</form>
</body>
</html>

the output in the browser will only be

Name :

& nothing else. The textbox code doesn't get executed due to which the
browser doesn't show any textbox. What could the possible problem be? Please
do offer a concrete solution. Also please note that the installation of the
.NET Framework went by smoothly without any hitches. Prior to installing
Microsoft .NET Framework 1.1, Microsoft .NET Framework SDK (English)
v1.0.2204 was installed in my machine. Since I experienced the same problem
with Framework v1.0.2204 as I did with Framework 1.1, I uninstalled
Framework v1.0.2204 & then installed Framework 1.1 hoping for some positive
result but my efforts were futile. Is Framework v1.0.2204 the newer version
or is Framework 1.1 the newer version? What is the latest version of
Microsoft .NET Framework & from where can I download it?

Thanks,

Arpan
Nov 18 '05 #4
if you want to know what i would do ?

a clean install.... always the best thing... ie if you can take a back up... and can afford not using the system for a few hours....

but its not working either way... so what harm can it do ?....

clean install...
install IIS from the windows components in add / remove
install VS.NET
install service packs (not if you have VS.NET 2k3)
make a web project and see whether it runs...
if not go to windows\microsoft framework\your version folder and execute..
aspnet_regiis -i

enjoy...

--
Regards,

HD

"Arpan" <ar******@hotmail.com> wrote in message news:Od**************@TK2MSFTNGP09.phx.gbl...
Thanks, Hermit, for your prompt response. To be honest, I was having some problems with Outlook Express 6.0 due to which the message got posted twice. Sorry for the same.

Getting back to the subject matter, actually .NET v1.0.2204 got installed automatically when I installed VS.NET but that didn't resolve the problem. After this, I uninstalled .NET v1.0.2204 & then installed ..NET v1.0.3705 but there wasn't any respite from that same problem. As a last resort I uninstalled .NET v1.0.3705 as well & finally installed ..NET 1.1 (which I downloaded from Microsoft) but the problem still persists.

Any further suggestions to get rid of this mess?

Thanks once again,

Regards,

Arpan
"Hermit Dave" <he************@CAPS.AND.DOTS.hotmail.com> wrote in message news:uU**************@TK2MSFTNGP12.phx.gbl...
Arpan,
Replying to your own message with the post again.. .doesnt help....
when you install MS .net framework... that just installs the run time... and
that would allow you to install something that is already compiled.....

if you want to make your pages... the bare minimum requirement is ..net
framework sdk.
the current version of framework and everything relating to it is 1.1

go to www.microsoft.com/downloads and get yourself the sdk.

if you are looking for ide's... there's nothing like VS.NET (framework is
installed with vs.net)....
but if you want a free one.. try webmatrix at www.asp.net (you would
probably find it on ms download site)

--
Regards,

HD
----------------------------------------------------------------------------
---------------------------------------

"Arpan" <ar******@hotmail.com> wrote in message
news:uz**************@TK2MSFTNGP11.phx.gbl...
I am working on Win 2K Pro & use IIS 5.0 as the local server. I have
installed Microsoft .NET Framework 1.1 to create ASPX web pages (using
VB.NET) but when I am trying to execute an ASPX code, the browser just
displays the text, if any, and the entire ASPX code gets neglected. For
e.g., consider the following simple ASPX code:

<%@ Page Language="VB" Debug="True" %>
<html>
<body>
<form runat="server">
Name : <asp:TextBox id="txtName" runat="server"/>
</form>
</body>
</html>

the output in the browser will only be

Name :

& nothing else. The textbox code doesn't get executed due to which the
browser doesn't show any textbox. What could the possible problem be? Please
do offer a concrete solution. Also please note that the installation of the
.NET Framework went by smoothly without any hitches. Prior to installing
Microsoft .NET Framework 1.1, Microsoft .NET Framework SDK (English)
v1.0.2204 was installed in my machine. Since I experienced the same problem
with Framework v1.0.2204 as I did with Framework 1.1, I uninstalled
Framework v1.0.2204 & then installed Framework 1.1 hoping for some positive
result but my efforts were futile. Is Framework v1.0.2204 the newer version
or is Framework 1.1 the newer version? What is the latest version of
Microsoft .NET Framework & from where can I download it?

Thanks,

Arpan
Nov 18 '05 #5
Check out this faq,
http://www.extremeexperts.com/Net/FA...Appearing.aspx

--
Saravana
Microsoft MVP - ASP.NET
www.extremeexperts.com

"Arpan" <ar******@hotmail.com> wrote in message news:uz**************@TK2MSFTNGP11.phx.gbl...
I am working on Win 2K Pro & use IIS 5.0 as the local server. I have installed Microsoft .NET Framework 1.1 to create ASPX web pages (using VB.NET) but when I am trying to execute an ASPX code, the browser just displays the text, if any, and the entire ASPX code gets neglected. For e.g., consider the following simple ASPX code:

<%@ Page Language="VB" Debug="True" %>
<html>
<body>
<form runat="server">
Name : <asp:TextBox id="txtName" runat="server"/>
</form>
</body>
</html>

the output in the browser will only be

Name :

& nothing else. The textbox code doesn't get executed due to which the browser doesn't show any textbox. What could the possible problem be? Please do offer a concrete solution. Also please note that the installation of the .NET Framework went by smoothly without any hitches. Prior to installing Microsoft .NET Framework 1.1, Microsoft .NET Framework SDK (English) v1.0.2204 was installed in my machine. Since I experienced the same problem with Framework v1.0.2204 as I did with Framework 1.1, I uninstalled Framework v1.0.2204 & then installed Framework 1.1 hoping for some positive result but my efforts were futile. Is Framework v1.0.2204 the newer version or is Framework 1.1 the newer version? What is the latest version of Microsoft .NET Framework & from where can I download it?

Thanks,

Arpan
Nov 18 '05 #6

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

Similar topics

1
by: David | last post by:
I have developed a very simple aspx that simply looks like: <%@ Page language="c#" Codebehind="WebForm1.aspx.cs" AutoEventWireup="false" Inherits="WebApps1.WebForm1" aspCompat="True"%> <!DOCTYPE...
1
by: acharyaks | last post by:
Hi Guru, the aspx page code executing behind the controls and functions executing twice. How can I avoid running the code behind the controls (for example this vanishes the control box text...
4
by: Thomas | last post by:
I would like to use something like .x rather than .aspx for my asp.net projects. One reason is, I'd rather everyone not know what language/platform our projects are written in. (I like security AND...
1
by: Tim C. | last post by:
I get the error "error executing child request" when I use the Server.Transfer method to invoke a second aspx page. The following code is executed in a LinkButton click eventhandler on Page1.aspx....
1
by: liam | last post by:
Hi, I have seen this problem is a couple of other places in the group but can't find an answer to it. Basically I have as aspx file that opens properly in Opera but not in IE. IE gives a...
0
by: John A Grandy | last post by:
I solved this problem once before ... but I've forgotten exactly how I solved it ... Directly beneath my web-app root-folder, I have a two sub-folders, Folder1 and Folder2. Folder1 contains...
5
by: Gopal Krish | last post by:
Hello, Can anyone tell me how to strong name a web page? Thanks Gopal
4
by: Milsnips | last post by:
hi there, Can someone help me out with some example code (VB.NET) here that i need: i would like to programatically check my ASP.NET web application and return a list of all the ASPX and ASCX...
1
by: EagleRed | last post by:
I am developing an ASP.NET 2.0 application using a master page. I have a DataList control on the master page that has a datasource this is an ArrayList of objects that have a CmdURL property. ...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.