473,396 Members | 2,009 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,396 software developers and data experts.

How to turn off my local host ??

I am working on a DotNet Web Application and have some internal users
"testing" my application by accessing it through my PC Name (example:
http://MyPCName/Folder/Folder/home.aspx).

How can I turn off access to my Local Host Files in DotNet ?
Jul 21 '05 #1
3 7245
You could set a redirect in you default page to go to some page if it is not
called from your computer.

"BTHOMASinOHIO" <bt************@yahoo.com> wrote in message
news:db*************************@posting.google.co m...
I am working on a DotNet Web Application and have some internal users
"testing" my application by accessing it through my PC Name (example:
http://MyPCName/Folder/Folder/home.aspx).

How can I turn off access to my Local Host Files in DotNet ?

Jul 21 '05 #2
The simplest way would be to change IIS to use a non-
standard port and don't tell anyone (I'm assuming that
your internal users are not mallicious and will not do a
port scan). To change IIS, go into your Internet Services
Manager and go to the properties of the default web site.
Change the port from 80 to some other port (above 1024 (or
somewhere around there)), eg 2100 (use 'netstat -an' to
ensure that the port you use isn't already being used on
your machine). Then to access the site you just use http
(s)://machinename:portnumber/etc/etc.aspx.

Tell everyone else that you'r not runnin IIS on that
machine anymore ;-).

Good luck,
Martin
-----Original Message-----
I am working on a DotNet Web Application and have some internal users"testing" my application by accessing it through my PC Name (example:http://MyPCName/Folder/Folder/home.aspx).

How can I turn off access to my Local Host Files in DotNet ?.

Jul 21 '05 #3
Redirect the default page to a porn site. That should get them to stop. BTW
just kidding!

"BTHOMASinOHIO" <bt************@yahoo.com> wrote in message
news:db*************************@posting.google.co m...
I am working on a DotNet Web Application and have some internal users
"testing" my application by accessing it through my PC Name (example:
http://MyPCName/Folder/Folder/home.aspx).

How can I turn off access to my Local Host Files in DotNet ?

Jul 21 '05 #4

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

Similar topics

5
by: steve | last post by:
Hi, I finally figured out the best way to synch local and remote script folders, containing many php script files. What I used to do before was try to ftp all the changed files, etc. which was...
3
by: Robert Tarantino | last post by:
Hello, I am trying to find a way to create a scheduled task or service that will copy my local profile folders under "Documents and settings" to a network drive. This would allow me to restore...
3
by: Pugi! | last post by:
On a freshly installed Fedora C3 (incl. webserver apache php mysql) i get the following problem when connecting to mysql through a browser (phpMyAdmin): : #2002 Can't connect to local MySQL...
13
by: Niki Kovacs | last post by:
Hi, I'm an Austrian writer living in Montpezat (South France). I just installed a local W3C validator on my machine (Slackware 10.1, local Apache server). It's accessible as...
1
by: Jonathan Lee | last post by:
Dear all I want to program implementation scan all of the IIS host or SqlServer host in the local network. But I only can search all of computer in the local network now. And how can I determind...
3
by: BTHOMASinOHIO | last post by:
I am working on a DotNet Web Application and have some internal users "testing" my application by accessing it through my PC Name (example: http://MyPCName/Folder/Folder/home.aspx). How can I...
6
by: Brad | last post by:
I have a win2003 server workstation with multiple webs, each web has it's own ip address. In VS2005, if I select to open an existing web site, select Local IIS, the dialog correctly displays a...
5
by: Hooyoo | last post by:
Hi, here, How to get local machine name and IP address? Thanks.
5
by: =?Utf-8?B?SmVycnkgQw==?= | last post by:
I have a app that uses several membership/role providers. I can list these Providers with the code: Dim rootWebConfig1 As Configuration rootWebConfig1 =...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.