Questions tagged [intranet]

An Internet Protocol-based computer network for sharing information and services inside an organisation

Questions having the tag regarding Intranet.

Reference: http://en.wikipedia.org/wiki/Intranet

585 questions
0
votes
1 answer

jQuery dynamically added form element data not sent to database when user is on intranet

I have an interesting problem. I built a form for runners to sign up for a race. The form allows the user to add multiple runners and sign them all up at once. The additional runner functionality is programmed using jQuery. Here is the jQuery…
Tim
  • 1
  • 1
0
votes
2 answers

Node.js online app with intranet DB

What I want to build is an application that sits online and it's used by different groups that each have their own intranet. Now, because of a stupid security policy the data can't sit outside the intranet. How would you go about building an app…
Nick Dima
  • 1,587
  • 2
  • 18
  • 36
0
votes
1 answer

Database permissions in MVC with NHibernate

I'm working on an intranet MVC web application, using Fluent NHibernate. As everyone knows, creating the necessary ISessionFactory is heavy, and therefore should be done only once. Hence, I create it in the Global.asax file during Application_Start,…
Yehuda Shapira
  • 8,460
  • 5
  • 44
  • 66
0
votes
1 answer

how to get back on intranet's default.aspx from internet's default.aspx

First let clear my scenario: I have a website on public ip IIS residing in a city (say city A) and another IIS running locally residing in a City B. Now, my website is running on City B's IIS and fetching data from local server is working fine. On…
bamboat_3
  • 11
  • 1
  • 6
0
votes
1 answer

How to make a JSP website accessible in LAN / INTRANET

Does anyone know how to actually make a JSP website project accessible in a LAN. I am using Netbeans and the built in Glassfish server to test my project. I run XAMPP Apache to run the interface for the DBMS and MySql for the database itself. Thank…
dkea
  • 690
  • 1
  • 9
  • 24
0
votes
3 answers

Designing local Intranet for 100 employees... I have my own server, is XAMPP a good fit?

Pretty straight forward... I have just setup a Windows Server 2008 r2 Virtual Machine that will host our company's Intranet. I use XAMPP locally but was wondering if using XAMPP on this new production server would cause any issues. Sure, I could…
ClaytonDaniels
  • 493
  • 3
  • 11
  • 24
0
votes
2 answers

Intranet login/domain

If a user navigates to my webpage how can I programmatically determine they are accessing my page from within the Intranet? (Not interested in NTLM or Windows forms authentication. Need a programmatic method.)
user79755
  • 2,623
  • 5
  • 30
  • 36
0
votes
1 answer

How can I access directories from internal server from corporate intranet page?

I am somewhat new to web page design and am working on my company's internal web site. I have been requested to construct pages that display content from our internal servers in a more presentable way. Unfortunately I am running into trouble…
WyldStallyns
  • 201
  • 1
  • 5
  • 19
0
votes
3 answers

Intranet site Content Management

I'm currently designing my very first Website for a small business Intranet (5 pages). Can anyone recommend the best way to manage content for the Company News section? I don't really want to get involved in day to day content updates so something…
0
votes
1 answer

Is there anyway to do port discover from Javascript in an intranet web application?

Say I wanted to write a local web server that listened on a random port. Now I want to write HTML that works in most browsers that can do AJAX calls to it. Is there any fundamental limitation here? EDIT: I've confused people - probably because this…
Aaron Anodide
  • 16,906
  • 15
  • 62
  • 121
0
votes
2 answers

Intranet planning / what do i need

Ok so ive been tasked with doing "research" on building an intranet for a potential new client for my company and they want some kind of answer by Monday (like any company, they REALLY want this project). That said, ive been doing "Reasearch" and…
somdow
  • 6,268
  • 10
  • 40
  • 58
0
votes
1 answer

Balancing level of integration with ease of adding new software in an intranet: portals, cms, etc?

Quick background: i'm the portal admin for our medium sized company. Currently, our intranet policy is to try to integrate everything into our intranet portal, (which we use mostly as a CMS, with a handful of applications integrated as well). This…
Joel
  • 814
  • 2
  • 9
  • 19
0
votes
4 answers

C# print labels in Zebra - Server side/Client Side

I have a intranet application that print labels with Zebra tlp 2844 with the EPL language. I used the SharpZebra to do this codes. When i debug my code with the printer connected in lpt1 of my machine, everything works normally...But I need to…
JohnyMoraes
  • 165
  • 1
  • 4
  • 12
-1
votes
1 answer

Asp.net check if I'm on the intranet?

Is there any known way for asp.net to check if it runs on Intranet? Edit I need to show in my asp.net web page that the user runs in an intranet environment. http://mysite/default.aspx How can Default.aspx.cs tell me if he's running on intranet…
Royi Namir
  • 144,742
  • 138
  • 468
  • 792
-1
votes
1 answer

How can I solve two Chromium browser error messages in intranet environment?

In an intranet environment that I help administer, I'm trying to set up an HTML page to auto-play video whenever we access it. However, I get this from the Chromium browser on load: error.name = Not Allowed Error error.message = play() failed…
byroncase
  • 7
  • 1