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
4
votes
2 answers

Cannot get JMeter to authenticate against site during recording

I am new to Jmeter and have the following problem. It has wasted a couple of days for me so far and I really hope someone can help: When I go to record the login page of the website (IIS hosted, Windoes Authentication) I ultimately receive a 401…
Eoin
  • 41
  • 1
  • 1
  • 3
4
votes
1 answer

MVC3 Intranet Membership

I am building a MVC3 Intranet application using the default MembershipProvider, ProfileProvider, and RoleProvider connected to a SQL Server dB. If I use Forms authentication, the roles provider populates properly. When I switch to Windows…
4
votes
2 answers

Is ultidev cassini good for hosting ASP .NET 2.0 (Ajax 1.0) based web app (intranet)

The server needs to be installed on Windows XP and has to host an ASP .NET 2.0 + ASP .NET AJAX 1.0 based web application. What is the simultaneous connection limit? (as opposed to 40 in IIS on XP) Are there any other limitations/short-comings that I…
Sameet
  • 2,191
  • 7
  • 28
  • 55
4
votes
3 answers

PHP Server Side Printing Ubuntu Server

I have been all over stack looking at what is required to do this and have wound up being slightly confused. Lets get one thing straight this is a local based intra-net and I do understand that PHP is server side. I am running a company management…
ZeroG
  • 137
  • 1
  • 3
  • 10
3
votes
3 answers

entreprise intranet Liferay or Alfresco

I want to create an enterprise intranet , that provides authentication of employees and management profiles, messaging, calendar, document management... I think I can use php or java CMS , for the moment after some research I decided to use Liferay…
3
votes
1 answer

User friendly semantic wiki?

I have to develop for a small organisation an internal Knowledge Management platform, enabling the staff to : get an overview of the organisation, roles, responsibilities ; share administrative and technical processes ; write and share articles…
benoit
  • 73
  • 4
3
votes
1 answer

IE Compatibility mode issue on Intranet pages (only internal, works fine externally)

I have a strange, and frustrating problem that unfortunately I can't even demonstrate for reasons that will become clear... I am using a 3rd party component as a HTML editor / file uploader on my Intranet: http://www.dmxzone.com/go?18424 For some…
3
votes
0 answers

Edit the Google Chrome error page

I’m developing an intranet kiosk system with screens using Ubuntu and Google Chrome. When the server is down, naturally the “Ooops! Google Chrome could not...” message is displayed. Is there anyway to edit this page? It doesn’t have to be…
Zoe Edwards
  • 12,999
  • 3
  • 24
  • 43
3
votes
1 answer

Mixing request origins in

TL;DR When an
3
votes
0 answers

How to setup multiple django projects to access the same database and models

I have one django project that serves as an API and contains a database and multiple apps with models, database migrations and so on. I want to have a custom admin interface as well as django-admin which are only accessible via the intranet. Is this…
fullstacknoob
  • 161
  • 1
  • 7
3
votes
3 answers

What is the best practice for role security for an Intratnet ASP.NET/SQL2K5 environment?

Our current Intranet environment is a little outdated. The current stack has ASP.NET 1.1/2.0 applications that are querying against a SQL 2000 database. For role security, there are user groups on the servers that users are added into (so you need…
Dillie-O
  • 29,277
  • 14
  • 101
  • 140
3
votes
1 answer

Allow Unauthenticated ASP.NET MVC 3 User in Window Authenticated Intranet Site

I'm trying to create an intranet template site with asp.net mvc 3 which allows windows authenticated users to login and view the site, and unauthenticated users to of the site, but less of it. My question is similar to this one: Using Windows…
somethingnew
  • 35
  • 1
  • 1
  • 7
3
votes
2 answers

How to host a Microsoft Bot without registering with Microsoft or Azure?

I've been attempting to find an alternative to registering and hosting my Microsoft Bot with Microsoft/Azure. I'm aware that I can host the bot locally and simply register it with Microsoft to gain access to the various available channels but I'm…
3
votes
3 answers

Is there a good Google Sites competitor?

A client of ours is a membership organization and they are looking for functionality that seems closely aligned with Google Sites capabilities. They want a system where their members can have a content managed site of their own that one or more…
meh
  • 155
  • 3
  • 7
3
votes
2 answers

How do I get IIS running on Windows 1709 (build 16299.15)

After updating to Windows 1709, Build 16299.15 - I tried to run my intranet app, which uses the local host. However, when I put in the URL to that (or to any permutation of localhost:XXXX, I get "Service Unavailable" and "HTTP Error 503. The…