473,287 Members | 1,447 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,287 software developers and data experts.

Root URL

Hi all

I am using XP64 professional edition + VS2005.

I am writing a website that consumes a webservice (also written by me, and
will reside on the same domain).

At the moment I am starting the service at localhost:80/WebService and the
site at localhost:8080/WebSiteName

I'd like to work with absolute paths in both my html and CSS but the
"/WebSiteName" part is messing it up for me. Is there a way to get VS to
drop that part of the URL?

Finally, once I install IIS how do I get ASP .net 2 installed for it?
Whenever I run "aspnet_regiis -i" I am told that it is for a 32bit version
of IIS (and mine is obviously 64 bit).
Thanks

Pete
May 14 '06 #1
5 1347
Is there really no solution to this problem? I find it is a very poor
approach and I am very disappointed that there is no alternative!
Pete
May 15 '06 #2
re:
Finally, once I install IIS how do I get ASP .net 2 installed for it? Whenever I run
"aspnet_regiis -i" I am told that it is for a 32bit version of IIS (and mine is obviously 64 bit).
You need to uninstall the 32-bit version of the .Net Framework, and install the 64-bit version.

Don't just run aspnet_regiis -u
Uninstall the .Net Framework using Windows Add/Remove programs.

Get the 64-bit version of the .Net Framework from :

http://msdn.microsoft.com/netframewo...s/default.aspx

Notice that there's TWO 64-bit versions. Download the correct one for your hardware.

re: I'd like to work with absolute paths Is there a way to get VS to drop that part of the URL?
There's very precise instructions on how to do that in Scott Guthrie's blog :

http://weblogs.asp.net/scottgu/archi...21/431138.aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Morris [Droopy eyes software]" <pe**@droopyeyes.no.com.spam> wrote in message
news:O0**************@TK2MSFTNGP05.phx.gbl... Hi all

I am using XP64 professional edition + VS2005.

I am writing a website that consumes a webservice (also written by me, and will reside on the same
domain).

At the moment I am starting the service at localhost:80/WebService and the site at
localhost:8080/WebSiteName

I'd like to work with absolute paths in both my html and CSS but the "/WebSiteName" part is
messing it up for me. Is there a way to get VS to drop that part of the URL?

Finally, once I install IIS how do I get ASP .net 2 installed for it? Whenever I run
"aspnet_regiis -i" I am told that it is for a 32bit version of IIS (and mine is obviously 64 bit).
Thanks

Pete

May 15 '06 #3
Hi

Thanks for the reply.

If I install the 64 bit version will I still be able to develop 32 bit asp
..net apps? I ask because my development machine is 64 bit whereas my host
is 32.

--
Pete
====
Audio compression components, DIB graphics controls, ECO extensions,
FastStrings
http://www.droopyeyes.com

My blog
http://blogs.slcdug.org/petermorris/
May 15 '06 #4
Deeptanshuv's blog answers your question :

http://blogs.msdn.com/deeptanshuv/

The answer is yes.

(a) There are two flavours of 64-bit - AMD64 or X64, and IA64.
Windows 64-bit installs on both architectures.

(b) There is no 64-bit version of VS. Visual Studio 2005 is available only as a 32-bit app.
However, you CAN install VS on a 64-bit OS and use it to create, launch and debug 64-bit apps.

(c) VS will install only on X64.

The .Net Framework and the Debugger components install on IA64, allowing you to remotely
launch and debug applications on IA64 from a VS IDE installed on another machine.

(d) VS installed on either 32-bit or 64-bit OS can create 32-bit or 64-bit applications,
but of course the applications need the corresponding platform to execute.

(e) You need the Professional or Team System versions to build X64 (AMD64) apps.

(f) You need Team System to build IA64 apps. Pro does not support this.
See : http://msdn2.microsoft.com/en-us/lib...h9(VS.80).aspx


Juan T. Llibre, asp.net MVP
aspnetfaq.com : http://www.aspnetfaq.com/
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
===================================
"Peter Morris [Droopy eyes software]" <pe**@droopyeyes.no.com.spam> wrote in message
news:ug**************@TK2MSFTNGP05.phx.gbl...
Hi

Thanks for the reply.

If I install the 64 bit version will I still be able to develop 32 bit asp .net apps? I ask
because my development machine is 64 bit whereas my host is 32.

--
Pete
====
Audio compression components, DIB graphics controls, ECO extensions, FastStrings
http://www.droopyeyes.com

My blog
http://blogs.slcdug.org/petermorris/


May 15 '06 #5
Thanks very much, I shall read the blog!
Cheers

Pete
May 16 '06 #6

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

Similar topics

4
by: lawrence | last post by:
My company is leasing a server from Interland, which is a very large web hosting company. I assume Interland knows how to set up a BSD server with the usual add-ons, including PHP. But when I run...
15
by: Stig Brautaset | last post by:
Hi group, I'm playing with a little generic linked list/stack library, and have a little problem with the interface of the pop() function. If I used a struct like this it would be simple: ...
13
by: Kishor | last post by:
Hi Friends Please help me to write a C program to find the 5th (fifth) root of a given number. Ex:(1) Input : 32 Output : 5th root of 32 is 2 Ex:(1) Input : 243 Output : 5th root of 243 is...
2
by: Clint Olsen | last post by:
Hello: I posted a thread on comp.programming awhile back asking about an algorithm I implemented on square root. The idea was to use the square root of a prime number as a convenient way to get...
1
by: William Stacey [MVP] | last post by:
I need a bullet proof way to combine a root and a relative path to form a FQ rooted path (similar to a VDir in IIS). Path.Combine alone will not do the job in all cases. I also need to be sure...
3
by: Nalaka | last post by:
Hi, I have an asp.net web application (www.myWebSite), and a subweb application (www.myWebSite/subSite). How do I set it so that, subweb application (www.myWebSite/subSite) be the root...
32
by: priyam.trivedi | last post by:
Hi! Could anyone tell me how to find the square root of a number without using the sqrt function. I did it by using Newton's Formula. How can it be done by using the Binomial Theorem/Taylor...
8
by: VK | last post by:
Can be multiple instances of element used as the root element? That's a curly way of asking, but I did not come up with a better sentence, sorry. What I mean is with a document like: <?xml...
2
by: shiva359 | last post by:
Hi , could someone throw some light on why do default software when installed ( as root for creating an instance leaves us with some world accessable directories & some ...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 7 Feb 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:30 (7.30PM). In this month's session, the creator of the excellent VBE...
0
by: DolphinDB | last post by:
The formulas of 101 quantitative trading alphas used by WorldQuant were presented in the paper 101 Formulaic Alphas. However, some formulas are complex, leading to challenges in calculation. Take...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: Aftab Ahmad | last post by:
So, I have written a code for a cmd called "Send WhatsApp Message" to open and send WhatsApp messaage. The code is given below. Dim IE As Object Set IE =...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
by: marcoviolo | last post by:
Dear all, I would like to implement on my worksheet an vlookup dynamic , that consider a change of pivot excel via win32com, from an external excel (without open it) and save the new file into a...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...

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.