473,408 Members | 1,759 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

open asp.net page from desktop

Hi there
Is it possible to open an .aspx page from an icon placed on the desktop?
Best regards
Loane
Nov 19 '05 #1
7 1247
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

Nov 19 '05 #2
"Loane Sharp" <lo************@hotmail.com> wrote in message
news:u5**************@TK2MSFTNGP12.phx.gbl...
Is it possible to open an .aspx page from an icon placed on the desktop?


With the greatest of ease!

1) Right-click on your desktop and select New, Shortcut

2) Enter the text below:
http://www.markrae.com/welcome.aspx

3) Click the Next button

4) Select a name for the shortcut (optional)

5) Click Finish
Nov 19 '05 #3
Hi Darren
What if I make the shortcut point to an HTML file (since this is really just
an entry-point to an ASP.NET application)?
Best regards
Loane
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.

Nov 19 '05 #4
Hi Mark
I couldn't get this to work. Any ideas?
Best regards
Loane
With the greatest of ease!

1) Right-click on your desktop and select New, Shortcut

2) Enter the text below:
http://www.markrae.com/welcome.aspx

3) Click the Next button

4) Select a name for the shortcut (optional)

5) Click Finish

Nov 19 '05 #5
"Loane Sharp" <lo************@hotmail.com> wrote in message
news:e2**************@TK2MSFTNGP15.phx.gbl...
I couldn't get this to work. Any ideas?


What happened when you tried?
Nov 19 '05 #6
I get a dialog box saying:

http://127.0.0.1/index.aspx

This file does not have a program associated with it for performing this
action. Create an association in the Folder Options control panel.

I created associations for .aspx files and Internet Explorer. But still the
error.

Any ideas?
Best regards
Nov 19 '05 #7
I am assuming that you are not trying to link directly to the file.

What you want to do is open your web browser, and browse to the page
you would like to link to. Now what I typically do is just go to the
address bar, and right next to the Url there is a small icon, just drag
that to your desktop and it should associate both the link to that
location as well as the program.

Alternatively, if using Internet Explorer, try File > Send > Shortcut
to desktop.

Hope this works for you,
Darren Kopp

Nov 19 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Marshall Dudley | last post by:
When I do the following line in Netscape, the popup loads as it should, but the parent window usually, but not always, reloads as well. <a href="#"...
6
by: Mateo | last post by:
Hi! I tried to open page in new window with window.open(...) method. open() method supports fullscreeen mode, but I would like to open new maximized window with tiltle bar only.... Any idea...
4
by: jaredea | last post by:
I have the following setup: SBS 2003 Server Windows 2003 Enterprise Server (setup as an Application Server) Windows XP Pro Desktop Both the Application server and desktop have Visual Studio...
2
by: **Developer** | last post by:
I have a folder on my Desktop that has the following properties: Type: Folder Target: \\MM\backup Comment: \\MM\\Backup When I execute: Directory.GetFiles(NewDirectory & "\")
18
by: len.hartley | last post by:
Hi, I am trying to pop-up a window when the user clicks on an image. The problem is that when the user clicks on the image and the window pops up OK, but the window underneath also proceeds to...
31
by: darwinist | last post by:
*With manual. http://darwinist.googlepages.com/htmldesktop.html Please criticise or contribute.
25
by: Andy_Khosravi | last post by:
I just recently changed my database that I'm running from a monolithic DB to a split FE/BE. The front end resides on the client machine and the BE resides on a network drive. I'm experimenting with...
2
by: krishnakant Mane | last post by:
hello all, as I posted in my previous thread, I am generating html reports for my client software. I am yet to find a satisfactory module which can help me actually create headings, bold and...
0
by: Gary Herron | last post by:
Greg Lindstrom wrote: Here's a snippet of code I use to open a spreadsheet (given as a file path name), and compute and return the list of sheets it contains. It connects to an existing...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.