Re: webbrowser can not find the website in localhost
- From: "Cor Ligthert[MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Wed, 30 Jul 2008 07:13:51 +0200
AAron,
You generate the website in the Cassino server, which is integrated in Visual Studio Net now. Capable for one user to connect.
As you run the the website outside of the IDE it has to be on the IIS webserver in this case from the machine you run your program in.
You can see this by the :1226, which is not in the localhost as the IIS (the normal webserver part) is installed.
Cor
"AAaron123" <aaaron123@xxxxxxxxxxxxxx> schreef in bericht news:ea8HLTd8IHA.3384@xxxxxxxxxxxxxxxxxxxxxxx
I have an vs2008 app that generates a website.
I have a vs2008 app that uses the webbrowser and does this:
WebBrowser1.Navigate(New Uri(address))
the address is:
http://localhost:1226/Mr.%20Louis%20Jones/
If I'm running the app that generates the website and it has open the website, the webbrowser app will open the website OK
But if the generating app is not showing the website the webbrowser app can not find/show the website.
If you know what is going on I'd appreciate learning about it.
Thanks
.
- Follow-Ups:
- Re: webbrowser can not find the website in localhost
- From: AAaron123
- Re: webbrowser can not find the website in localhost
- References:
- webbrowser can not find the website in localhost
- From: AAaron123
- webbrowser can not find the website in localhost
- Prev by Date: Upgrading VB6 EndDoc
- Next by Date: excel insert row
- Previous by thread: webbrowser can not find the website in localhost
- Next by thread: Re: webbrowser can not find the website in localhost
- Index(es):
Relevant Pages
|