473,385 Members | 2,029 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.

Dispalying asp pages

I am haveing trouble with displaying asp.net pages on my internet explorer.

I just want to be able to run on my own computer not the internet.

Internet explore just shows my the code.

At First netscape seemed to be a better alternative, but my Web Matrix in
design mode showed
the buttions correctly, but the netscape wouldn't.

I have SAMS ASP.NET UNLEASHED by Stephan Walther and his buttons wouldn't
show up in netscape.
Mar 31 '06 #1
10 1172
<mm*******@usfamily.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I am haveing trouble with displaying asp.net pages on my internet explorer.

I just want to be able to run on my own computer not the internet.


Operating system?
Web server?
Development software?
Mar 31 '06 #2
1. Do you have IIS installed ?
You need to have installed IIS in your computer
to be able to display ASP.NET pages in your browser.

You need to have, at least, Windows 2000 or Windows XP Pro
to be able to run ASP.NET.

Which operating system are you using ?

2. How are you calling the pages ?

If you have already installed IIS, you must use a virtual address
to display an ASP.NET page.

i.e., you cannot run ASP.NET from a file system address like :
drive:\Inetpub\wwwroot\somepage.aspx

You must use :

http://NameofYourComputer/somepage.aspx
or
http://localhost/somepage.aspx
or
http://127.0.0.1/somepage.aspx
or
http://some.IP.address/somepage.aspx

All of those addresses will display
somepage.aspx if it is located in drive:\Inetpub\wwwroot.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<mm*******@usfamily.net> wrote in message news:%2****************@TK2MSFTNGP11.phx.gbl...
I am haveing trouble with displaying asp.net pages on my internet explorer.

I just want to be able to run on my own computer not the internet.

Internet explore just shows my the code.

At First netscape seemed to be a better alternative, but my Web Matrix in design mode showed the
buttions correctly, but the netscape wouldn't.

I have SAMS ASP.NET UNLEASHED by Stephan Walther and his buttons wouldn't show up in netscape.

Mar 31 '06 #3
You need to repair your IIS mappings.

Here are the details:
http://SteveOrr.net/faq/3in1.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
<mm*******@usfamily.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I am haveing trouble with displaying asp.net pages on my internet explorer.

I just want to be able to run on my own computer not the internet.

Internet explore just shows my the code.

At First netscape seemed to be a better alternative, but my Web Matrix in
design mode showed
the buttions correctly, but the netscape wouldn't.

I have SAMS ASP.NET UNLEASHED by Stephan Walther and his buttons wouldn't
show up in netscape.

Mar 31 '06 #4
I have widows XP Personal. I don't know what the web server means. I used
webex but I also used a free
plain-text editor.

"Mark Rae" <ma**@markN-O-S-P-A-M.co.uk> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
<mm*******@usfamily.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I am haveing trouble with displaying asp.net pages on my internet
explorer.

I just want to be able to run on my own computer not the internet.


Operating system?
Web server?
Development software?

Apr 1 '06 #5
I don't know what IIS. I only have windows XP personal. not XP Pro.

My computer name is MITCH1.Mitch1

I might be using "localhost" is the TCP/IP name, but I am not sure how I put
files in that directory, (or for that
matter in my computer name directory). I have two hard disks c: and f:.
THanks anyone

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uC**************@tk2msftngp13.phx.gbl...
1. Do you have IIS installed ?
You need to have installed IIS in your computer
to be able to display ASP.NET pages in your browser.

You need to have, at least, Windows 2000 or Windows XP Pro
to be able to run ASP.NET.

Which operating system are you using ?

2. How are you calling the pages ?

If you have already installed IIS, you must use a virtual address
to display an ASP.NET page.

i.e., you cannot run ASP.NET from a file system address like :
drive:\Inetpub\wwwroot\somepage.aspx

You must use :

http://NameofYourComputer/somepage.aspx
or
http://localhost/somepage.aspx
or
http://127.0.0.1/somepage.aspx
or
http://some.IP.address/somepage.aspx

All of those addresses will display
somepage.aspx if it is located in drive:\Inetpub\wwwroot.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<mm*******@usfamily.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I am haveing trouble with displaying asp.net pages on my internet
explorer.

I just want to be able to run on my own computer not the internet.

Internet explore just shows my the code.

At First netscape seemed to be a better alternative, but my Web Matrix in
design mode showed the buttions correctly, but the netscape wouldn't.

I have SAMS ASP.NET UNLEASHED by Stephan Walther and his buttons wouldn't
show up in netscape.


Apr 1 '06 #6
<mm*******@usfamily.net> wrote in message
news:%2***************@TK2MSFTNGP14.phx.gbl...
I have widows XP Personal.
There's no such operating system... Do you mean Windows XP Home Edition or
Windows XP Professional Edition
I don't know what the web server means.


Er, it's the application (for want of a better term) which processes the
ASP.NET pages and outputs HTML etc to the client...
Apr 3 '06 #7
I tried to repair my IIS Mappings, but I found two versions of ASP:
v1.0.3705 adn v1.1.4322

I ran it in v1.14322, but it wouldn't work in v1.0.3705.

Then I tried to use www/localhost/somepage.aspx but it either displayed
nothing or it said "cannot find server"

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:ey**************@TK2MSFTNGP09.phx.gbl...
You need to repair your IIS mappings.

Here are the details:
http://SteveOrr.net/faq/3in1.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
<mm*******@usfamily.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I am haveing trouble with displaying asp.net pages on my internet
explorer.

I just want to be able to run on my own computer not the internet.

Internet explore just shows my the code.

At First netscape seemed to be a better alternative, but my Web Matrix in
design mode showed
the buttions correctly, but the netscape wouldn't.

I have SAMS ASP.NET UNLEASHED by Stephan Walther and his buttons wouldn't
show up in netscape.


Apr 4 '06 #8
How do I specifiy the "drive" argument?

Also I having problems configuring sql server for the tutorial.

Thanks.

"Juan T. Llibre" <no***********@nowhere.com> wrote in message
news:uC**************@tk2msftngp13.phx.gbl...
1. Do you have IIS installed ?
You need to have installed IIS in your computer
to be able to display ASP.NET pages in your browser.

You need to have, at least, Windows 2000 or Windows XP Pro
to be able to run ASP.NET.

Which operating system are you using ?

2. How are you calling the pages ?

If you have already installed IIS, you must use a virtual address
to display an ASP.NET page.

i.e., you cannot run ASP.NET from a file system address like :
drive:\Inetpub\wwwroot\somepage.aspx

You must use :

http://NameofYourComputer/somepage.aspx
or
http://localhost/somepage.aspx
or
http://127.0.0.1/somepage.aspx
or
http://some.IP.address/somepage.aspx

All of those addresses will display
somepage.aspx if it is located in drive:\Inetpub\wwwroot.

Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
<mm*******@usfamily.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I am haveing trouble with displaying asp.net pages on my internet
explorer.

I just want to be able to run on my own computer not the internet.

Internet explore just shows my the code.

At First netscape seemed to be a better alternative, but my Web Matrix in
design mode showed the buttions correctly, but the netscape wouldn't.

I have SAMS ASP.NET UNLEASHED by Stephan Walther and his buttons wouldn't
show up in netscape.


Apr 16 '06 #9
SUCCSES! My webex tool will run a couple of asp just by running view-> start
in my webex tool that came with my book!

It runs as localhost/<filename>!

Thanks!

<mm*******@usfamily.net> wrote in message
news:eR****************@TK2MSFTNGP14.phx.gbl...
I tried to repair my IIS Mappings, but I found two versions of ASP:
v1.0.3705 adn v1.1.4322

I ran it in v1.14322, but it wouldn't work in v1.0.3705.

Then I tried to use www/localhost/somepage.aspx but it either displayed
nothing or it said "cannot find server"

"Steve C. Orr [MVP, MCSD]" <St***@Orr.net> wrote in message
news:ey**************@TK2MSFTNGP09.phx.gbl...
You need to repair your IIS mappings.

Here are the details:
http://SteveOrr.net/faq/3in1.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net
<mm*******@usfamily.net> wrote in message
news:%2****************@TK2MSFTNGP11.phx.gbl...
I am haveing trouble with displaying asp.net pages on my internet
explorer.

I just want to be able to run on my own computer not the internet.

Internet explore just shows my the code.

At First netscape seemed to be a better alternative, but my Web Matrix
in design mode showed
the buttions correctly, but the netscape wouldn't.

I have SAMS ASP.NET UNLEASHED by Stephan Walther and his buttons
wouldn't show up in netscape.



Apr 19 '06 #10
I suggest that some basic familiarisation with web development may be
worth your while. Try this site http://www.w3schools.com

Nicolas

*** Sent via Developersdex http://www.developersdex.com ***
Apr 19 '06 #11

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

Similar topics

2
by: skura | last post by:
I am trying to understand how the data in sql server is stored and also regarding fill factor and page splitting. 1) My first question what is the difference between Index pages and Data pages....
12
by: Sunny | last post by:
Hi, I need to download some web pages from a web server (most of them are not static html, but .asp pages). The content (I.e. the pure html) in the pages are not changed very often, so I'll...
21
by: matvdl | last post by:
I have a system that was originally developed in asp - the pages are saved in SQL (there are over 10,000 pages) and saved to a temp directory in the server when requested by a client. I have...
5
by: Michael Herman \(Parallelspace\) | last post by:
1. What are some compelling solutions for using Master/Content pages with Web Pages? 2. If a content area has a web part zone with web parts, what is the user experience like when "editting" the...
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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...

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.