ASP.Net on Vista not working

 
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET
View previous topic :: View next topic  
Author Message
Kobo
-


Joined: 28 Apr 2010
Posts: 5

PostPosted: Wed Apr 28, 2010 2:19 pm    Post subject: ASP.Net on Vista not working Reply with quote

How do you write the url in the webbrowser?

When I developed Asp.Net pages in VS2008 I was irritated to say at least when I was unable to debug them at all. I just got an error page when I tried running the app. I had no idea how to make it work so I started looking all over the net for an answer. Then I found it.

Visa uses IPV6 addresses by default, so if you write

Code:
http://localhost/MyProject/Default.aspx


it will result in a error page saying that it cant find the page. Reason is that it changes the address to a IPV6 address that your browser wont accept.

If you change it to

Code:
http://127.0.0.1/MyProject/Default.aspx


it may work better. It is worth a try anyway.

I have had no trouble with this webserver running ASP.Net apps on Vista x64 since I found the thing above out.

Cheers
Back to top View user's profile Send private message
Kobo
-


Joined: 28 Apr 2010
Posts: 5

PostPosted: Mon May 03, 2010 9:27 am    Post subject: Reply with quote

This was supposed to be a reply to the thread

http://www.aprelium.com/forum/viewtopic.php?t=38762
Back to top View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Aprelium Forum Index -> ASP.NET All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB phpBB Group