Re: Dispalying asp pages



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" <nomailreplies@xxxxxxxxxxx> wrote in message
news:uCAhQvLVGHA.4660@xxxxxxxxxxxxxxxxxxxxxxx
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/
===================================
<mmcnurlin@xxxxxxxxxxxx> wrote in message
news:%234E3NEHVGHA.6048@xxxxxxxxxxxxxxxxxxxxxxx
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.





.


Quantcast