• 0

[ASP.NET] Get value after domain name


Question

Hello gang,

I'm creating a site and I would like to allow users to create their own path, think of it as the same way MySpace.com allows you a personalized path such as myspace.com/jamewjrose

I would like the ability to catch the additional info after the domain name and pass it to my db. All I need is how to capture the additional value.

ANY thoughts?

Thanks.

Link to comment
https://www.neowin.net/forum/topic/638357-aspnet-get-value-after-domain-name/
Share on other sites

8 answers to this question

Recommended Posts

  • 0

Fanon,

Thanks kindly. However this does not seem to get me what I need.

Placed the following code:

AbsolutePath<br>

<%= Request.Url.AbsolutePath %><br>

AbsoluteUri<br>

<%= Request.Url.AbsoluteUri %>

What I got back was this:

AbsolutePath

Default.aspx

AbsoluteUri

http://localhost/Default.aspx

So far, so good. However if I type in the url: http://localhost/test I WANT to capture "test" (or whatever value)

However I get:

"The page cannot be found"

Obviously I know this page does not exist. And from what I've reviewed, so far, the examples you gave me will not get me to what I need.

Or am I just stupid?

Thanks

  • 0

AbsolutePath gets everything after the host information, which is why you got Default.aspx. So for http://localhost/test, it would return /test/Default.aspx. If you don't want the file name, you'll have to cut that out yourself.

Edit: In fact, if all you want is the first directory, you can split the string by '/'. So something like this:

string path = Request.Url.AbsolutePath;

string directory = path.Split('/')[1];

Edited by Fanon
  • 0

Ah, I see what you mean, however what I want is not that but this:

If i had a domain james.com and typed in www.james.com/test I would like to get the value "test", without create seperate folders.

Often it's www.james.com/default.aspx?id=test I'd like to find a way to get the base value. (AM I making myself clearer now?)

Thanks again for the input

  • 0

arg, I am simply not explaining myself right. (my apologies)

The issue is if I have the domain "james.com" and type in james.com\test and no NOT have a folder called "test" I will then NOT get "james.com\test\default.aspx" because "test" does not exist as a file or folder.

Like I mentioned before, in the standard form: www.james.com/default.aspx?id=test I could get "test" as the ID no problem... What I want to do is have Default.aspx check for ANY value given to it without the "?ID=test". That way users could come to the domain with their own url james.com\debra, or james.com\1234s5e4ees487, etc etc. I would then be able to parse the value, go to the database and get the record I need AND the user would have thier own url (nice and clean, as opposed to the GUID which is the db record id)

Thanks again Fanon for the help, and hopefully the above will make it clearer.

  • 0

It's not entirely your fault. I kinda got the idea you wanted a solution for friendly URLs, but I chose not to address it ;)

There are a couple of solutions for friendly URLs:

1. ASP.NET can rewrite URLs, but the request has to be passed to the ASP.NET ISAPI module, which means the /test/Default.aspx of http://localhost/test has to already exist on the server. More information on that:

http://msdn.microsoft.com/en-us/library/ms972974.aspx

http://weblogs.asp.net/scottgu/archive/200...th-asp-net.aspx

2. An ISAPI module. I know next to nothing about ISAPI rewrite modules. They do require access to IIS and permissions to add ISAPI modules. If you own your own box, that's not a problem. For shared hosting, some providers will be happy to install it; some won't. A freebie ISAPI URL rewriter can be found at http://cheeso.members.winisp.net/IIRF.aspx.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Lots of people use it without having an angsty Gotterdammerung.
    • Why certain models only? It should be provided on all high end phones.
    • I don't use it too (only for shutdown/restart), but it's because I have pinned all my frequently apps directly in the taskbar. For search files, I use the PowerToys Run app. But, I understand that a place where ALL apps are listed and available is needed.
    • The M4 Mac Mini with 16GB of RAM gets a massive discount by Taras Buria If you want to try macOS without spending over a thousand bucks on a MacBook Air or MacBook Pro, the Mac mini is a perfect choice, especially with a new discount that brought the price to a new all-time low—as low as $469, which is a very tempting deal, considering what the M4 Mac mini offers. The M4 Mac mini is the first Mac mini redesign in quite a few years. This tiny desktop computer features two front-facing USB-C ports and a headphone jack, plus an Ethernet port, HDMI, and three Thunderbolt 4 Type-C ports on the back. The computer is powered by a 10-core Apple M4 processor with 10-core graphics, which is one of the most powerful ARM processors for modern computers. You also get 16GB of unified memory and 256GB of fast SSD. Apple claims that this Mac mini is up to 13 times faster than the fastest Intel-based Mac mini. The M4 Mac Mini supports Apple's latest macOS version, like the recently announced macOS 26 Tahoe and all of its features, including Apple Intelligence capabilities. It is also a great choice if you need a versatile desktop PC that can run both Windows on ARM and macOS. Another benefit of this tiny PC is that it draws very little power while offering a powerful processor and graphics. The best part is that it is now 22% off, which saves you $170 off the MSRP ($599). Apple 2024 Mac mini with M4 chip, 16GB RAM, 256GB SSD - $469 | 22% off on Amazon US This Amazon deal is US-specific and not available in other regions unless specified. If you don't like it or want to look at more options, check out the Amazon US deals page here. Get Prime (SNAP), Prime Video, Audible Plus or Kindle / Music Unlimited. Free for 30 days. As an Amazon Associate, we earn from qualifying purchases.
  • Recent Achievements

    • Week One Done
      Wayne Robinson earned a badge
      Week One Done
    • One Month Later
      Karan Khanna earned a badge
      One Month Later
    • Week One Done
      Karan Khanna earned a badge
      Week One Done
    • First Post
      MikeK13 earned a badge
      First Post
    • Week One Done
      OHI Accounting earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      680
    2. 2
      ATLien_0
      276
    3. 3
      Michael Scrip
      208
    4. 4
      +FloatingFatMan
      172
    5. 5
      Steven P.
      143
  • Tell a friend

    Love Neowin? Tell a friend!