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

581 questions
8
votes
3 answers

RShiny - How to share app within network

I created an R Shiny application that I'd like to share with my co-workers within my network. I tried hosting the app on my computer so that other users from the network could access it and use it with their data files. I tried: …
user1922730
  • 193
  • 3
  • 9
8
votes
4 answers

Host Mercurial on my company's intranet?

Instead of using an external web-based Mercurial host, I want to set one up on my company's intranet. Is there a web-based tool for Mercurial that lets you have an interface like Bitbucket's but let's you host Mercurial locally?
nickl
  • 215
  • 1
  • 4
  • 10
7
votes
2 answers

Best way to handle Cross Domain on SharePoint Intranet w/o server side, silverlight, DBC etc

I'm working on a Microsoft internal SharePoint site, and I need to pull in List data from a cross domain SharePoint site. I don't want to use Silverlight, for various reasons, and Business Data Connectivity is not possible right now. Is there a…
Wesley
  • 4,955
  • 8
  • 35
  • 59
7
votes
8 answers

ASP.NET Getting Current User Name

I am trying to build an application on our company's intranet using ASP.NET and VB.NET. Neither of these functions return anything once my application is published to IIS. They work fine in development (ie: pressing F5 I get my regular network…
user724198
7
votes
2 answers

OAuth on a webapp behind a firewall -- is it possible?

I'm trying to construct a webapp to add events to an employee's google calendar and would like to use OAuth for authentication. However, my webapp is forced to be on an intranet behind a firewall; the server has outbound internet access, but blocks…
dr jimbob
  • 15,644
  • 5
  • 53
  • 74
7
votes
10 answers

Chrome or Firefox (or browser-agnostic) for an intranet app?

If you were designing a core business intranet app for a small business, and wanted it to be as responsive-feeling as possible, where the staff are indifferent to being stuck with a certain browser, would you design for Firefox, Chrome, or test more…
Kev
  • 14,115
  • 14
  • 75
  • 106
7
votes
7 answers

Opening excel files from the internet opens a blank excel window

A method in dumping a GridView to an Excel file to download/open from the internet was recently broken with new Windows Updates. My code dumps from a GridView to an XLS file using StringWriter, HTMLTextWriter and RenderControl. A common approach…
Taylor Brown
  • 1,480
  • 1
  • 16
  • 29
7
votes
1 answer

How does IE11 populate window.location.origin?

I have an issue in a non production environment in Internet Explorer 11 where window.location.origin is undefined. However, in the production environment this value actually returns window.location.origin = http://www.myproductionwebsite.com This…
6
votes
5 answers

Distinguish the between intranet and official IP addresses

How can I find out whether a given IP address is an official internet address or an internal intranet IP address?
Saravanan A
6
votes
3 answers

Open and save documents on local intranet site from shared folder

I have an intranet site where we host files and forms. When someone clicks on a link to a file on Internet Explorer it opens the file from a shared folder on the server so people who have permission can edit it and save changes. Other people have…
Tony Brix
  • 3,557
  • 5
  • 34
  • 46
6
votes
2 answers

Authenticate against ldap using PHP, active directory, while using IE/Firefox

This code below checks for the user's credentials against ldap
Brad
  • 11,181
  • 42
  • 112
  • 178
6
votes
4 answers

Should an intranet web application utilize a CDN

With the Announcement of the Microsoft AJAX CDN a debate arouse this morning about whether utilizing a public CDN for common libraries was a good idea for intranet applications. I can see both sides of the argument but without revealing too much of…
ahsteele
  • 25,470
  • 26
  • 131
  • 238
6
votes
1 answer

How to install a private Node.js package repository for a company intranet?

What is the recommended way of distributing packages to Node.js servers, running inside a company intranet? The problem is most servers cannot directly access the npm registry. Is it possible to install a private repo, sync it with the official one,…
kol
  • 24,444
  • 11
  • 70
  • 104
6
votes
3 answers

How do I authenticate to a SQL Server database on a domain from a virtual machine off the domain?

I am supporting a .NET 4.0 (Visual Studio 2010) web application that authenticates to a SQL Server 2008 database which resides on my work intranet. The application authenticates to the database using windows authentication. Thats all fine and dandy…
6
votes
1 answer

What is ActiveX container?

I never really got the chance to do anything with Microsoft ActiveX in all of my programming career. So, I have very little knowledge of what it is or what it is used for. Although I've searched on the Internet for answer, I found many different…
ThN
  • 3,041
  • 2
  • 47
  • 108
1
2
3
38 39