Intranet And Internet
I'm dowing a web site on my intranet in a ASP page I have to made save option, on the intranet everything is working fine, but when I upload my website in the internet I have this message:
The page cannot be displayed
There is a problem with the page you are trying to reach
and it cannot be displayed.
What is the probleme my page is in ASP and on intranet it's working fine.
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Intranet And Internet
How can I programmatically in ASP detect the difference between being on an Intranet (ie no outside www access) and the Internet (where can can get www access) ? I have a program, which has a registration module being built. The module automatically skips across a couple of servers and checks the registration codes, and skips back to the program and informs it the registration code is authentic; the program there after continues as normal; one of my users wants to install the program on an intranet in their office - I have no problems with that except the registration system will keep stalling and requesting a valid user registration code:
Intranet & Internet Application
Is the developement process of intranet & internet application is the same....Can the internet application that I build using asp be used in a intranet enviroment....
Internet / Intranet With A Laptop
I have an ASP application that has been running fine for years. I can access the application from my laptop via the Internet without problem. I brought my laptop into the office today and plugged it into the intranet. I did not join the computer to the domain. From inside the office I cannot run my application. I can bring up the login page and try and login, but it appear to have no session variable on the redirected page during login. I tried to set the cookies secruity to allow all, still no good.
User On Internet Or Intranet?
I'd like to check if the user accessing my site is from the internet or from the intranet, based on which I display different messages in a page. I propose to check the REMOTE_ADDR server variable to determine the user. But I'm not sure if checking if the REMOTE_ADDR = 127.x.x.x or 10.x.x.x would suffice. Thus if the first hex part of the ip address is 10 then he's from a lan, or if t's 127, it's the local machine. Otherwise he's from internet. Would this be a foolproof way of determining where the user is from? Just forgot my TCP/IP lessons .
Need To Transfer Recordset From One Script To Another (Intranet > Internet)
Due to security concerns I am not allowed to directly interact with our internal database on our local network from the internet website. However I need to pull some information from that db to regularly update the Internet database (outside of the local network). So basically what I need to do is hand off a recordset from one ASP script to another ASP script. The way I thought about doing this was with the server.execute method, I can share variables this way right? So it would be like this: - open recordset and retrieve records (first script,internal) - execute second asp script(external) on internet site and pass off recordset to that script - finish execution of second script and return to first - close recordset and finish execution of first script Is there a better or faster way to do this? We are ultimately going to be updating 10s of thousands of records at night.
SSL On Intranet
I am developing a system that needs really security,but on INTRANET.Do I need SSL?? If yes how will I use SSL in ASP??
ASP Intranet
Please recommand any intranet examples with the good navigation and interface design?
Intranet And ASP
I have got a little experience with web design, and have produced a basic website for a local charity run advice centre.They have a variety of forms, some in PDF format, some hard copies, which at present they fill in by hand then post out. We have been talking about moving towards a paperless office for them and a way to automated form filling. My best shot was to look into creating an Intranet for them and using ASP we could be able to fill the forms in on the PC then print out. Are there any specific things that need doing to the server to run an Intranet, and as I said earlier, I'm new to ASP so I wanted to know if anybody has any Ideas or templates that would be useful to help me with this project?
Asp Intranet
There are 3 pcs on a network in the office and I am designing some stuff using an access db and asp pages. Instead of everyone using my pc, they want to be able to logon and work off it from their pc. I just type in http://localhost/mysystem and I can access it but I don't know what url they need to type in to access the pages?
Intranet
I have a comments form on Intranet.And I want the information written by users on this page send to my e-mail address,and the user doesn't have to write his/her mail address on this form.We are on same domain.The free scripts use smtp but no need while sending mails over Intranet
Building An Intranet With ASP.NET
My work has decided to give me the job of building them an intranet. Being pretty new to .NET and ASP in general I was wondering if anyone knew of books or sites I should take a look at that might help me get started.
Client Intranet
I'm currently working on an Intranet for one of our clients. I'm developing a user directory for them using a SQL Server database. My client has provided me with the information to connect to the server remotely via windows remote desktop connection. I would like to know how I go about getting Dreamweaver to connect to the database? Will I have to create a database locally and then publish the local database onto their server or, can I create the database on their server and using DW to connect to it?
Intranet Search
I have developed a company Intranet page,and have the requirement of adding a search function to it. My question is,i need a simple search solution, that will search through my site which has include files.What tool do you recommend to run that will index my pages?
My Intranet Website
I have an Intranet website that our corporate users and customers access to pull up information on various things. I now have to publish content that should only be available to corporate users. I do not want to create another website or use host headers... there is no login page or anything today within the ASP pages. What is the best way for me to host content that only internal users can see? I thought about removing all NTFS permissions to the "private" directory where I plan on having web pages... thinking that IIS would prompt users when trying to access pages within this directory. For some reason, IIS still displays the page. I'm not sure what I'm missing.
Intranet Development
I am currently preparing my final year university project and dissertation, for which I am developed an Intranet system for a local company. The company requires an online calendar similar to functionality of the one in Outlook. However, they would also like to integrate an appointment reservation booking system into the calendar, so meeting rooms/employees can't be double booked etc. I will be developing the Intranet system in ASP because of the company's hosting package. I have looked about on the Internet for free scripts or applications but all the ones I have seen are no good and don't contain the functionality I am trying to achieve.
Useful Softwares In ASP Like Forums, Intranet And CRM
Can I get the list or names of forums which is as good as PHPBB or Invision in ASP.... And also Can I have the names of good CRM and Intranet in ASP as well. Basically I need CRM for my client who want to manage theirs Link Building Management Process.
ServerHTTPRequest Failure On Intranet
I am trying to do a very simple piece of asp on a w2k3 server on the company intranet where i work (using IIS 6) the code is simply trying to get an xml stream via a ServerHTTPRequest. The code I have works absolutely fine, I have tested it on a free asp friendly server on the net and it does exactly what i want it to! however when I run the code on the company intranet I get hit with the following problem.... Code:
Intranet Site Connecting
We have an intranet site which does not allow for anonymous logins so we hate the NT user name of every visitor passed to us by the system. Is there also away to access Active Directory and find out what network security groups have been assigned to each visitor?
Opening Files Via Intranet
Done something with php and C/C++ sometimes. Problem: I'm making intranet to my office and would like to open files from intranet (shared ms-net) directly to excel. if I use a-tag those files open to IE and are read-only. I asked some ppl and they adviced to use header (theverychap from phpfreaks did this with php and it worked fine) but I can't get IIS to work right. Code:
Windows Authentication Pop-up In Intranet
We're trying to setup an Intranet site with one portion of the site restricted using Windows Integrated Authentication. The rest of the site is accessed using anonymous access. Here are the details of the site 1) The restricted portion of the site is protected using NTFS permissions for authorized users 2) ONLY Anonymous user has NTFS permissions to the rest of the Intranet (all files / folders EXCEPT the restricted portion) 3) The IIS setting throughout the site has both anonymous access and Windows Integrated Authentication enabled 4) The restricted portion of the site is also the application start-point (in IIS) for an ASP application 5) The restricted portion of the site launches in a new browser window (using target="_blank") Authorized users are able to access the restricted portion of the site. The problem is that when they try to get back to any of the anonymous access pages, they are prompted with the Windows Authentication dialog. Is there any solution to this? Are there any web server settings that I need to look for?
Security Suggestions For Intranet
reworking some security for an intranet. need to know if this will do it. user logs in and a session variable is set to true. also a time snapshot is take when they login. if the time has been over 10 minutes without visiting another page its set to false. aslo if they log out its set to false. are there any holes that i should be aware of?
How To Make File Available Only On INTRANET
I want one particular file to show only on INTRANET not on Internet. Purpose for this is, user can update their profile and view few companies rules only inside campus. Because these informations only belongs to companies's user so I do not want to show on the Internet.
Asp Mail Using CDO.Message . Not Able To Relay Outside The Intranet
I am sending mails using CDO.Message . It is sending mails successfully only if the destination addresses are within the intranet. If you try to send a mail outside the intranet say Join Bytes! it gives an error. Error No : -2147220977 Error Desc : The server rejected one or more recipient addresses. The server response was: 550 5.7.1 Unable to relay for Join Bytes! Is there any configurations i have left.
Network Login In An Intranet Environment.
The goal is to retreive the network login in order to validate users. Right now when I try to get Request.ServerVariables("LOGON_USER"), it returns a null value. Currenly in IIS, anonlymous access is checked. Is there any way for me to get the LOGON USER?
Open A File Over An Intranet Don't Download It
I'm developing an application on an intranet. I need help opening a word document a powerpoint presentation and a .avi file. All of these files are quite large (1 -2 gig) and so I can't download them. How can I just open a file over an intranet and not download it? I have tried the word.application activeXobject, but I get all sorts of errors.
Intranet Site Stats Packages
The teachers each have their own sites - there are around 45 sites in all, each site contained within a folder, one for each subject. Eg. History/ politics/ maths, etc. I need a site stats package that can read stats data from each folder. So that when they return in Sept, they have nice bar-graph stats for each page within their folder/ course.
PWS Keeps Trying To Connect To Internet
I have just installed PWS on my Win98 SE machine. Even though i change my internet connections to "Never dial a connection" it still tries to connect when i try to view my asp pages. Presumably there is some simple option i need to change which will allow me to run my scripts without connecting to the internet.
Printing Over The Internet
I am developing an ASP.Net application where I need to direct a rendered print job to a print device (private) situated behind a router with a firewall enabled. I hope that I can explain this properly, the details are as follows... PC with internal IP address of 192.168.10.1 Print device with the internal IP address of 192.168.10.2 PC sends a request to my remote ASP.Net web site for a print job (report) to be sent back to the internal networks local printer. Is this possible to redirect the output to the print device rather than the internal client that made the request. code:
Internet Issue
Issue: whenever I try to get online, a window pops up on the screen and gives a message, "the webpage you are requesting is not available offline. To connect, click connect tab". And later I can get online, or sometimes it never let me to connect to internet. I'm fed up with this problem. I tried doing many steps to block this message. Nonetheless, I always see this pop up. Steps which I performed: 1. uninstalled the network drivers & restarted the computer.
Internet Connection
I'd like to know how to implement a program which measures how fast a user's internet connection speed is?
Internet Browsers
This problem occurs in classic ASP on a simple asp page I am writing.I am trying to output a random number using VBScript's Rnd() function.Whenever I refresh my browser, the same number appears(0.7055475).This happens in both Internet Explorer and Firefox. This is all I'm doing: <%Response.Write(Rnd)%> I have pressed F5 to refresh, cleared both browser caches,and even restarted IIS.I was under the impression that a psuedo-random number would at least change values when I refreshed my browser.Does anyone know what the deal is with Rnd() not producing different numbers?
Internet Faxing
we need to send about 300 pdf files via an internet fax per day. does anybody know of a good hosting outfit or know of a software package we can install on our own servers to do this?
Monitor Intranet Server Disk Space
We have a process at my work where we use a program (DameWare Utilities) to generate a text file of all of the hard disk space used/free from all of the servers on our network. We then import the text file into an Access database and use an ASP page to view the information. We are looking to automate this process a little more. Ideally, we would like to make an ASP page that will retrieve all of the disk information from the servers, and save it to a database. The problem is that we can't seem to be able to connect to drives on other computers, even by mapping them.
Internet Information Service
I would like to test ASP websites and therefore I neet the Internet Information Service feature from Win XP. The problem is that I have Win XP Home Edition. Is there any way to upgrade this feature called Internet Information Service to my Win XP Home Edition system? I thought there might be a file to find at the windows download page but I just found Internet Information Service security patches. Is there any file that installs this feature called Internet Information Service (IIS).
Internet Information Service
I would like to install the Internet Information Service to my Windows XP Home Edition System. I tried it before and I realized that this is a special feature of Win XP Professional. Maybe cou could tell me how to install this and run it on my Win XP Home Editon to write ASP sites. I thought of downloading the right file at windows download site but I cannot find it. There are a lot of security updates but not the setup file. Is there any other way to install it on my system or make it work?
ASP - All Internet Search Engine
Does anyone know how to make an all of internet search engine, or if its even possible? I am willing to pay for a website to be amde for me that does this. If you reply then I will tell you more.
Temporary Internet Files
How I can erase all the files from the cache of an ASP page, at the end of a session? Is it possible?
Internet Browser Detection
How can I detect what browser type my users are using, currently with my asp server variables I only detect Netscape and Mozilla as U, how can I get specific information without having to use software that you must pay for?
Internet Information Service
I would like to test ASP websites and therefore I neet the Internet Information Service feature from Win XP. The problem is that I have Win XP Home Edition. Is there any way to upgrade this feature called Internet Information Service to my Win XP Home Edition system? I thought there might be a file to find at the windows download page but I just found Internet Information Service security patches. Is there any file that installs this feature called Internet Information Service (IIS).
Internet Information Server
i am trying to add iss (internet information server).i have found a web site to access iss on xp home addition and i went to view the options of the control panel/windows components.its there but it cannot be clicked on and installed.
Block INTERNET EXPLORER
i am looking for to block INTERNET EXPLORER to doing its activity.how can i stop IE not to use back button OR like this way if someone want to go back from the certain page. can we show the any other IE generated messages.like page cannot be displayed etc my basic requirement is not let the user to see his last page which he had submitted can it be done?
IIS - Internet Services Manager
For some reason I've installed IIS but have no Internet Services Manager available for doing things like changing the namd of the "default" page etc. I've gone through the Add/Remove Programs -> Add/Remove Windows Components and I'm getting nowhere I cannot find this snap-in and it doesnt occur with the IIS install. I've used this before at work but have been completely unable to install Internet Services Manager on my local machine.
Good Solution Access MsSQL From ASP [Classic] Use Intranet
I am greeting I would like to consult the better solution(with security consideration) to the access is for MSSQL(2005) from ASP(Classic) in the system of the intranet. a) SQL mixed mode and depositing user name and passwords for MSSQL of the server in "connection string" (with open text) b) Windows Authentication and to send rights to SQL of the server for IUSR_computername c) ? Intranet(server ASP and MSSQL) in the company available from the any computer, workers data (name and pass) they are being kept in MSSQL tables. Problem is because Server MSSQL(Intranet) he will be replacing himself into data with two MSSQL servers and with one PostgreSQL through Windows Authentication.
Drop Down Selection On Intranet Sets Default Value In Database
I'm working on a project, trying to create an HR hiring intranet page. Basically, here is problem. I have a table in a database called "Title Access" that lists titles, and has software, email, and user rights associated with each title. For example, Network Administrator will get Office, Dreamweaver, be part of the IT and Admin groups. Now, here is the issue: Whenever the user types in the name, pay rate, hire date, and title on the intranet page then clicks "submit", I want the database to create a new user in the "employee" table with that name, and populate the access rights in that table with the rights associated with the title. Thus, the "employee" table will now include "John Doe", and will have Office, Dreamweaver, IT, Admin checked off. Is there any way to do this????????????
Internet Explorer D-load Objects
I am looking for a way to use the IE objects in VB/ASP to download files when prompted from webpages. Specifically just one page. It's an aspx page that generates a csv file for d-load. As soon as I go to the page it immediately prompts me to save, save as, or cancel. Ultimately, I will build this as a DTS package in MSSQL Svr to grab the file and save it as a .txt file and not a .csv file, so I would need to utilize the save as function of that pop-up box.
English Dates In Internet Explorer
I am writing an ASP application for Internet Explorer in the UK. I have found that some of the computers on our intranet at work display dates in Internet Explorer in English format, and some in American. However, when I look in Control Panel at the regional date settings, they are all set to English date. But IE still shows the date as American. What is more mystifiying is that the dates in my Access database are saved correctly in the English format. It is as if Access can interpret the dates correctly when saving and retrieving, but IE and ASP cannot when performing calculations or displaying on the screen. There surely must be a way of telling IE to follow the computer regional settings when it stores dates in memory?
XMLHTTP And Norton Internet Security
I developed a web site that uses javascript and XMLHTTP to dynamically load info on the page from the server without having to re-load the page. Recently I've received complaints of it not working, and the common thread is that these users have Norton Internet Security installed (sorry, don't know the version, but let's assume the latest). I don't have NIS. Can anyone give me clear instructions as to how a user can change his/her NIS settings so that a certain site may be trusted or so that users can use sites that utilize the XMLHTTP object? Even when they shut off NIS, it still won't allow access until they actually set it for manual start-up and then restart their computer.
|