Hosting ASP.Net on the Internet

L

Linno Hak

Hi all,

I've written an ASP.NET application that is running fine on the Intranet.
I'd like to make this application accessible via the Internet.

Can anyone please recommend any good book or guide on how I can set
up/configure my ASP.Net application to be accessed on the Internet?.

Thanks
LH
 
H

Hans Kesting

Linno said:
Hi all,

I've written an ASP.NET application that is running fine on the
Intranet. I'd like to make this application accessible via the
Internet.

Can anyone please recommend any good book or guide on how I can set
up/configure my ASP.Net application to be accessed on the Internet?.

Thanks
LH

As you app is already working fine, you don't need adjustments on the ASP.Net side.
To have this site available publicly, you need to do some network things,
such as:
- get an internet IP address (no local address like 10.0.*.*)
- attach it to a hostname
- change firewall config to allow http access to your server.
- you might want to move your server to a "demilitarized zone" (DMZ)
to protect your internal network.
Ask your internal network manager or your provider for details.

Hans Kesting
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,680
Members
48,796
Latest member
Greg L.

Latest Threads

Top