473,507 Members | 2,443 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Cannot run ASP.NET in the browser

Hi all,

I installed .NET Framework (ver 1.0.3705) on my laptop
recently. I created the simplest of ASP.NET form having a
button and a label. When I build the application I get no
errors or warnings. But when I run the application in a
browser I dont see the controls. I can see the label
(which it is out of position) but the button is not
visible at all.

Did I missing anything while installation.

Any help is highly appreciated.

Thanks
Vinit
Nov 18 '05 #1
6 948
It sounds like there's nothing wrong with your installation. I would think,
under the circumstances, that there is something wrong with your code.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Vinit Kumar" <an*******@discussions.microsoft.com> wrote in message
news:09****************************@phx.gbl...
Hi all,

I installed .NET Framework (ver 1.0.3705) on my laptop
recently. I created the simplest of ASP.NET form having a
button and a label. When I build the application I get no
errors or warnings. But when I run the application in a
browser I dont see the controls. I can see the label
(which it is out of position) but the button is not
visible at all.

Did I missing anything while installation.

Any help is highly appreciated.

Thanks
Vinit

Nov 18 '05 #2
I tried the same code on my office PC and it works fine.
What I did is create a new web form and place a button
and a label on that form. But the button wont show up in
the browser.

Thanks for helping

vinit kumar
-----Original Message-----
It sounds like there's nothing wrong with your installation. I would think,under the circumstances, that there is something wrong with your code.
--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Vinit Kumar" <an*******@discussions.microsoft.com> wrote in messagenews:09****************************@phx.gbl...
Hi all,

I installed .NET Framework (ver 1.0.3705) on my laptop
recently. I created the simplest of ASP.NET form having a button and a label. When I build the application I get no errors or warnings. But when I run the application in a
browser I dont see the controls. I can see the label
(which it is out of position) but the button is not
visible at all.

Did I missing anything while installation.

Any help is highly appreciated.

Thanks
Vinit

.

Nov 18 '05 #3
You're running IIS on your Laptop? If so, have you made sure that ASP.Net is
installed on the web server?

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"vinit kumar" <an*******@discussions.microsoft.com> wrote in message
news:08****************************@phx.gbl...
I tried the same code on my office PC and it works fine.
What I did is create a new web form and place a button
and a label on that form. But the button wont show up in
the browser.

Thanks for helping

vinit kumar
-----Original Message-----
It sounds like there's nothing wrong with your

installation. I would think,
under the circumstances, that there is something wrong

with your code.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.

"Vinit Kumar" <an*******@discussions.microsoft.com>

wrote in message
news:09****************************@phx.gbl...
Hi all,

I installed .NET Framework (ver 1.0.3705) on my laptop
recently. I created the simplest of ASP.NET form having a button and a label. When I build the application I get no errors or warnings. But when I run the application in a
browser I dont see the controls. I can see the label
(which it is out of position) but the button is not
visible at all.

Did I missing anything while installation.

Any help is highly appreciated.

Thanks
Vinit

.

Nov 18 '05 #4
Try to view the source. If you see server side tags I would say that ASP.NET
is not part of the processing pipeline (not properly installed ?).

Do you access the file using a local web site ?

Patrice

--

"Vinit Kumar" <an*******@discussions.microsoft.com> a écrit dans le message
de news:09****************************@phx.gbl...
Hi all,

I installed .NET Framework (ver 1.0.3705) on my laptop
recently. I created the simplest of ASP.NET form having a
button and a label. When I build the application I get no
errors or warnings. But when I run the application in a
browser I dont see the controls. I can see the label
(which it is out of position) but the button is not
visible at all.

Did I missing anything while installation.

Any help is highly appreciated.

Thanks
Vinit


Nov 18 '05 #5
It's possible that ASP.Net is not registered correctly on your system.
Try running aspnet_regiis from the command prompt.

Here's the default location:

C:\WINNT\Microsoft.NET\Framework\<latest version #>\aspnet_regiis.exe -i

Windows Server 2003, you must use aspnet_regiis -i -enable

David Wier
MCP, MVP ASP.NET, ASPInsider
http://aspnet101.com
http://aspexpress.com
"Vinit Kumar" <an*******@discussions.microsoft.com> wrote in message
news:09****************************@phx.gbl...
Hi all,

I installed .NET Framework (ver 1.0.3705) on my laptop
recently. I created the simplest of ASP.NET form having a
button and a label. When I build the application I get no
errors or warnings. But when I run the application in a
browser I dont see the controls. I can see the label
(which it is out of position) but the button is not
visible at all.

Did I missing anything while installation.

Any help is highly appreciated.

Thanks
Vinit

Nov 18 '05 #6
Did you install IIS after installing the .NET framework? I am aware of a
case where this was done and the ASPX processing did not work. The remedy
was to reinstall IIS and then the framework - this may be an overkill
solution but it is a simple & clean one.

Also - if you are building your project with Studio 2003 you will need to
upgrade your framework to ver 1.1

Simon

"Vinit Kumar" <an*******@discussions.microsoft.com> wrote in message
news:09****************************@phx.gbl...
Hi all,

I installed .NET Framework (ver 1.0.3705) on my laptop
recently. I created the simplest of ASP.NET form having a
button and a label. When I build the application I get no
errors or warnings. But when I run the application in a
browser I dont see the controls. I can see the label
(which it is out of position) but the button is not
visible at all.

Did I missing anything while installation.

Any help is highly appreciated.

Thanks
Vinit

Nov 18 '05 #7

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

Similar topics

4
3186
by: rossum | last post by:
I am using Visual C# Express Beta, though I suspect that my question has more to do with .NET than with C# specifically. I have written a form with a Web Browser in it. At the top I have a button...
7
4520
by: Joe | last post by:
I have an upload file operation in the web application. UploadForm.asp is the form, and UploadAction.asp is the form processing. //UploadForm.asp <FORM NAME="InputForm"...
8
5451
by: baustin75 | last post by:
Posted: Mon Oct 03, 2005 1:41 pm Post subject: cannot mail() in ie only when debugging in php designer 2005 -------------------------------------------------------------------------------- ...
8
24253
by: Andreas Klemt | last post by:
Hello, I get this error Message "cannot redirect after http headers have been sent" when I do this response.redirect ("home.aspx") How can I find out with vb.net if already a http header has...
2
8129
by: Tim Reynolds | last post by:
Team, When my web service throws an exception and I am debugging on my PC - I get the exception back in my browser fine. My web.config shows <customErrors mode="Off"/> and this is working well. ...
11
2693
by: Laurent Compere | last post by:
Hi, I'm trying to do something I thought easy. Explanation : I've recently bought a Multimedia Player DVX-500E. This player is connected via ethernet on my local network et allows among other...
1
9582
by: bbulsara23 | last post by:
Hi, this has been asked so many times before but I cannot get an answer that works. So I'm asking again. I am using .Net 1.1 on a Windows XP Pro.
5
5073
by: smatta | last post by:
I have just installed MySql version 5.0-18 on Red Hat Fedora Core 4. It is running but I cant connect to it using MySql Query Browser running on my pc. >From my pc, I can telnet to the sql...
1
1940
by: =?Utf-8?B?RGVubmlzIE1jQ2FydGh5?= | last post by:
I am trying to add users to the default ASP.NET membership provider (SQL Express) using the ASP.NET Configuration Tool. When I launch the ASP.NET Configuration Tool from the Web Site menu in...
13
3965
by: =?Utf-8?B?Um9nZXIgTWFydGlu?= | last post by:
This is a follow-up to my post "Silverlight video doesn't work when file is streamed from handler in ASP.net" at...
0
7114
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...
0
7321
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,...
0
7377
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7034
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
4702
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...
0
3191
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...
0
3179
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1544
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 ...
0
412
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.