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 February 19th, 2007, 02:38 AM
Authorized User
 
Join Date: Feb 2007
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Developing intranet application

i have developed a web application using ASP.NET and i am going to upload it to my company server(not in a
web hosting provider web space).so i want only the domain name from the provider like - www.somename.com
i use windows authentication to avoid internet uses from viewing the company intranet site.
i have two problems

1.how to make my company staff access the intranet application by typing www.somename.com.
  because i have not uploaded it to a web hosting space only uploaded it to the company server
2.i also want to know that is it safe to use windows authentication to prevent internet uses
  from accessing the company intranet application.
 
Old February 19th, 2007, 07:39 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

1. Set up your internal DNS on your PDC to point all request to the domain name to your internal web server.

2.Put the intranet application on a web server that does not face the internet.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html

Discussion:
http://p2p.wrox.com/topic.asp?TOPIC_ID=56429
 
Old February 20th, 2007, 01:32 PM
Friend of Wrox
 
Join Date: Jul 2003
Posts: 599
Thanks: 6
Thanked 3 Times in 3 Posts
Default

Alternately, you can put an A record in your internal network's DNS server and use any name to point to the internal IP address of your Intranet site.

If you don't have an internal DNS server, you can put an entry in each local computer's Host file.






Similar Threads
Thread Thread Starter Forum Replies Last Post
Need guidance for developing application with Zend snowbydave1 Pro PHP 0 October 24th, 2008 07:38 AM
Urgent : Asp.Net intranet Application - gives page venkatagopalan ASP.NET 2.0 Basics 2 July 18th, 2007 09:56 AM
Developing Online Forms for Intranet moedev ASP.NET 2.0 Basics 1 November 10th, 2006 11:36 AM
Developing C# corba compliant application umair.hasan .NET Framework 1.x 0 September 26th, 2006 12:32 AM
Is ASP.NET used in Intranet or a Lan Application ! augustine General .NET 1 September 13th, 2004 08:24 AM





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