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

ASP.NET Internal Web Application Hosting

Hi Group,

I was wondering if someone could help. I've made a really simple
asp.net application site ('hello world') which works fine when I type
into my browser http://localhost/HelloWorld/

What I'd like to do, is to resolve a name e.g.
http://www.HelloWorld.com to the ASP.NET web application. So instead
of creating a Virtual Directory in IIS, I would like to create a new
Web Site and assign it an IP address from my private internal network,
192.168.0.10.

I have an internal DNS server, on my PDC which I have configured to
resolve http://www.HelloWorld.com to 192.168.0.10, however I keep on
getting an error in my browser. When I check
http://localhost/HelloWorld/ the application works.

It doesn't even work when I type in the IP address into the Address
bar in IE.

Can anyone help me with the theory on how to Host an ASP.NET
application by IP instead of creating a Virtual Directory in IIS, OR
is there another way that I've not seen yet please.

thanks

justin
Jul 21 '05 #1
2 2109
Just create an ASP.NET web app using the machine name that is running IIS.

If your machine is named testServer, then create an ASP.NET project at
http://testServer and you'll be able to call it that way.

ASP.NET requires that all webs created be in IIS virtual directories.

<ju*********@hotmail.com> wrote in message
news:da**************************@posting.google.c om...
Hi Group,

I was wondering if someone could help. I've made a really simple
asp.net application site ('hello world') which works fine when I type
into my browser http://localhost/HelloWorld/

What I'd like to do, is to resolve a name e.g.
http://www.HelloWorld.com to the ASP.NET web application. So instead
of creating a Virtual Directory in IIS, I would like to create a new
Web Site and assign it an IP address from my private internal network,
192.168.0.10.

I have an internal DNS server, on my PDC which I have configured to
resolve http://www.HelloWorld.com to 192.168.0.10, however I keep on
getting an error in my browser. When I check
http://localhost/HelloWorld/ the application works.

It doesn't even work when I type in the IP address into the Address
bar in IE.

Can anyone help me with the theory on how to Host an ASP.NET
application by IP instead of creating a Virtual Directory in IIS, OR
is there another way that I've not seen yet please.

thanks

justin

Jul 21 '05 #2
Just create an ASP.NET web app using the machine name that is running IIS.

If your machine is named testServer, then create an ASP.NET project at
http://testServer and you'll be able to call it that way.

ASP.NET requires that all webs created be in IIS virtual directories.

<ju*********@hotmail.com> wrote in message
news:da**************************@posting.google.c om...
Hi Group,

I was wondering if someone could help. I've made a really simple
asp.net application site ('hello world') which works fine when I type
into my browser http://localhost/HelloWorld/

What I'd like to do, is to resolve a name e.g.
http://www.HelloWorld.com to the ASP.NET web application. So instead
of creating a Virtual Directory in IIS, I would like to create a new
Web Site and assign it an IP address from my private internal network,
192.168.0.10.

I have an internal DNS server, on my PDC which I have configured to
resolve http://www.HelloWorld.com to 192.168.0.10, however I keep on
getting an error in my browser. When I check
http://localhost/HelloWorld/ the application works.

It doesn't even work when I type in the IP address into the Address
bar in IE.

Can anyone help me with the theory on how to Host an ASP.NET
application by IP instead of creating a Virtual Directory in IIS, OR
is there another way that I've not seen yet please.

thanks

justin

Jul 21 '05 #3

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

Similar topics

0
by: justin_dabs | last post by:
Hi Group, I was wondering if someone could help. I've made a really simple asp.net application site ('hello world') which works fine when I type into my browser http://localhost/HelloWorld/ ...
3
by: xixi | last post by:
can someone explain to me what is internal p lock, internal s lock, internal v lock? when i have IS lock or IX lock , i always have these internal locks together for the application handle ...
9
by: Wayne Wengert | last post by:
I built an ASP application and it runs fine on my local IIS. I am trying to move the application to my web service (ISP) out on the internet. I've read several of the help articles but they all...
8
by: Rod | last post by:
I have been working with ASP.NET 1.1 for quite a while now. For some reason, opening some ASP.NET applications we wrote is producing the following error message: "The Web server reported...
9
by: CMan | last post by:
Hi , We have a internal database application which we now need to update from a website hosted at an external site. We want users to be able to come to the website and see their very latest...
4
by: GMK | last post by:
hi all i don't know if here is the right place to ask such a question but i don't know where to ask it and i'm used to get all the help i need from this NewsGroup. Anyway i have built a complete...
11
by: scorpion53061 | last post by:
I have been asked to come up with a way to make a instant message program that will allow our outside customers by clicking on a name in a drop down menu can IM who they want. THe application I...
9
by: JT | last post by:
Here is the overall structure I will be referring to: End-program ProvideWorkFlow.dll Forms and methods that properly manipulate calls to methods in AccessUtils AccessUtils (a web service)...
1
by: Tito Meinrath | last post by:
Hi, I'm really going mad about this! Currently I'm designing a student course on web services. Because I want them to understand what's really going on when web services correspond with each...
3
by: rooznamechi.h | last post by:
Hi, I use Url rewriting on my website and my website works normally , but I don't know why Google crawlers can not read my pages . For example look at address below :...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
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: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.