Re: open asp.net page from desktop
If by open you mean to have it open in a browser with the output on the
screen then the answer is no. The reason is that the browser does not
know how to handle the file, it's not standard markup. To have the
output show as youi intend it to, it must be parsed and/or executed by
the .NET and then the output is rendered and sent to the browser.
You need to either run through IIS, or another application that will
handle this for you (another server like IIS is the web server included
with the visual web designer/web matrix.)
Hope this helps,
Darren Kopp
.
Relevant Pages
- Re: Problem with opening files from http://localhost - Win XP
... after your reassurance that the problem wasnt with XP or IIS i started to ... > Next, when you click a link, you are telling the browser "please download ... > making an HTTP request to the server for that resource, and the web server ... > if i save the webpage on my desktop and load it from there and ... (microsoft.public.inetserver.iis) - [NT] Poisoning Cached HTTPS Documents in Internet Explorer
... Get your security news from a reliable source. ... "poison" a user's browser cache with a malicious document that will later ... The attacker can exploit this vulnerability for "replacing" HTML ... to communicate with a malicious web server over HTTPS without the browser ... (Securiteam) - RE: [Full-Disclosure] How big is the danger of IE?
... The following link details compromised/malicious web servers infecting ... the web server configuration to append the script to all files served by ... method used to compromise the servers. ... switching to another browser may significantly reduce ... (Full-Disclosure) - RE: [Full-Disclosure] How big is the danger of IE?
... The following link details compromised/malicious web servers infecting ... the web server configuration to append the script to all files served by ... method used to compromise the servers. ... switching to another browser may significantly reduce ... (Full-Disclosure) - Re: ampersand in urls when using xhtml 1.0 strict
... My web server is clearly seeing & and the browser is ... After including this header I was able to remove the encoded ... First, this is very strange because if your browser was displaying the page as HTML, then it was already receiving a content type header from the web server telling it that the page was HTML, or else there was no header and the browser was treating it as HTML by default. ... (comp.infosystems.www.authoring.html) |
|