Re: webbrowser can not find the website in localhost
- From: "Cor Ligthert[MVP]" <notmyfirstname@xxxxxxxxx>
- Date: Wed, 30 Jul 2008 18:43:45 +0200
AAron,
Casino is a replacement the IIS server for situation where there is a Home OS version used. Those have no IIS.
To make it easier it is now in fact implemented in Visual Studio (with another name, it stared as Personal WebServer on Windows '98).
Your OS itself is using a real Internet Information Server from which the data is normally located in the Root from your C direve and has the name InetPub.
You normally can install IIS with Configuration Software and then Microsoft parts, there is than a checkbox (in Vista) or something else that you can check to install it.
At the moment I am behind a Dutch OS so I am not sure about the names in English. Normally somebody else will show the correct names in English.
Cor
"AAaron123" <aaaron123@xxxxxxxxxxxxxx> schreef in bericht news:Ojt55bk8IHA.2348@xxxxxxxxxxxxxxxxxxxxxxx
"Cor Ligthert[MVP]" <notmyfirstname@xxxxxxxxx> wrote in message news:E39C002F-B0A1-460D-B7F2-37EFCE558A2D@xxxxxxxxxxxxxxxxAAron,
You generate the website in the Cassino server, which is integrated in Visual Studio Net now. .
Does Cassino look identical to IE?
I ask because my display looked identical to IE.
Could my VS be configured to us IE instead of Cassino.
Capable for one user to connect
But it seems that the WebBrowser app can only display the site when the site generation app is running?
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.
What does the 1226 indicate? I've unsuccessfully looked for a folder with that name.\
Thanks a lot
Cor
"AAaron123" <aaaron123@xxxxxxxxxxxxxx> schreef in bericht news:ea8HLTd8IHA.3384@xxxxxxxxxxxxxxxxxxxxxxxI 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: Andrew Morton
- Re: webbrowser can not find the website in localhost
- References:
- webbrowser can not find the website in localhost
- From: AAaron123
- Re: webbrowser can not find the website in localhost
- From: Cor Ligthert[MVP]
- Re: webbrowser can not find the website in localhost
- From: AAaron123
- webbrowser can not find the website in localhost
- Prev by Date: Re: App needs to know when IE receives a mouse click.
- Next by Date: Re: Listbox Event Handling in C#
- Previous by thread: Re: webbrowser can not find the website in localhost
- Next by thread: Re: webbrowser can not find the website in localhost
- Index(es):
Relevant Pages
|