G
Guest
In the Visual Studio IDE: right click on the desired page in Solution
Explorer, and choose "Browse With" and select Firefox.
Peter
Explorer, and choose "Browse With" and select Firefox.
Peter
file:// means you try to open directly this file. Browse the *web site* on
which the page is located so that the web site can render the corresponding
markup instead of having the browser opening the "raw" server side
markup...
No. "Open with" if for opening the file from the hard drive (for example you
could open an image with an image editor or a source code file with a third
party text editor in which case you'll see the server side code).
The option you are looking for is "Browse with..." so that the browser opens
the file *from the website* allowing the page to be processed server side to
return HTML content, rather than trying to display the server side code that
has no meaning for the browser...
As all else looks the same, I would say that this is IIS5.1 or IIS 6.0 that
encodes or not this char.
Not sure in which context you are using such a
char (HTML markup, querystring ?).
Also Im' not sure whay it should behaves
differently...
Finally the web config also alllows to tell how to encode chars written to
the browser...