Wrox Programmer Forums
|
ASP.NET 1.0 and 1.1 Basics ASP.NET discussion for users new to coding in ASP.NET 1.0 or 1.1. NOT for the older "classic" ASP 3 or the newer ASP.NET 2.0.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP.NET 1.0 and 1.1 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 23rd, 2004, 11:27 AM
Authorized User
 
Join Date: Feb 2004
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to mahulda
Default Running an aspx file

My Aspx file is located at the location

    myserver/myfolder/myfile.aspx

And for any client to run the page One has type into the Address bar of
the Internet Explorer

    //myserver/myfolder/myfile.aspx


Is there any other easier way of doing this





__________________
-.. -..
 
Old March 23rd, 2004, 01:27 PM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

How could it be any easier? You have to have a fully qualified path to access the file. Aside from putting the file at the root of the server's website there isn't much more you can do.
 
Old March 24th, 2004, 12:09 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 1,110
Thanks: 0
Thanked 3 Times in 3 Posts
Default

You can use your IP address to bring up the page...

http://xx.xx.xx.xx/myfolder/myfile.aspx

or you can rent a server with a domain name pointing to the server...

http://www.mydomain_name.com/myfolder/myfile.aspx

Other than that we don't know what you're asking.
 
Old March 24th, 2004, 03:12 PM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
Default

Yeah, create a shortcut for them. ;)
 
Old March 26th, 2004, 02:02 AM
Authorized User
 
Join Date: Feb 2004
Posts: 71
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to mahulda
Default

How do I do that(Create a Shortcut)?

 
Old March 27th, 2004, 01:07 AM
Friend of Wrox
 
Join Date: Jun 2003
Posts: 540
Thanks: 0
Thanked 4 Times in 4 Posts
Default

I just meant to place a shortcut to the page on their desktop. No magic there. Right-click on the desktop and click "New" -> "Shortcut".

Type in the path.

There are other ways to do it as well, and I am not really sure that this is what you want.

J





Similar Threads
Thread Thread Starter Forum Replies Last Post
I get an error when running ManageDepartments.aspx sstuber BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 2 June 1st, 2008 12:00 AM
AmbiguousMatchException running the .aspx BrianWren VB.NET 2002/2003 Basics 3 December 15th, 2005 12:18 PM
AmbiguousMatchException running the .aspx BrianWren ASP.NET 1.0 and 1.1 Professional 0 December 8th, 2005 02:30 PM
AmbiguousMatchException running the .aspx BrianWren ASP.NET 1.0 and 1.1 Basics 0 December 8th, 2005 02:30 PM
AmbiguousMatchException running the .aspx BrianWren Pro VB.NET 2002/2003 0 December 7th, 2005 04:41 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.