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
200
votes
19 answers

Override intranet compatibility mode IE8

By default IE8 forces intranet websites into compatibility mode. I tried changing the meta header to IE8, but it doesn't acknowledge the meta header and just uses the browser setting. Does anyone know how to disable this?
40
votes
2 answers

Are certificates useful for intranet SSL?

I've been tasked with development of an intranet interface for command line software, and now I'm researching security options. Our command line application is finished, but I haven't started writing the web interface. I don't know exactly what the…
amos
  • 4,234
  • 3
  • 27
  • 34
27
votes
4 answers

How do I display protected Amazon S3 images on my secure site using PHP?

I am trying to move images for my site from my host to Amazon S3 cloud hosting. These images are of client work sites and cannot be publicly available. I would like them to be displayed on my site preferably by using the PHP SDK available from…
Bob
  • 523
  • 1
  • 5
  • 10
24
votes
4 answers

Why is connecting to MySQL server so slow?

I use JDBC to connect to MySQL. When it’s at localhost:3306, everything is OK. But when I move my application to another computer in the intranet, and use :3306 to connect to the MySQL database, it takes about 1 minute to connect to…
MemoryLeak
  • 7,036
  • 22
  • 80
  • 127
22
votes
1 answer

Python (CherryPy) web app deployed locally, but not visible over intranet

I've created a Python web app using CherryPy, and have deployed in on my local machine. When I try to view it from another computer in the house, nothing comes back. However, if I create a simple html file, and deploy it with: $ python -m…
Eric Wilson
  • 51,818
  • 71
  • 192
  • 262
15
votes
4 answers

Can we use google analytics for Internal website?

I have an Intranet application which is accessible from within company firewall. To track some specific pages, I want to implement Google Analytics in my Intranet application. This application is accessible from outside only when user system has…
15
votes
1 answer

MVC 4 Intranet Authentication with Custom Roles

I have spent some time searching and found a lot of confusing answers, so I will post here for clarification. I am using MVC4 VS2012 created an Intranet site using domain authentication. Everything works. However, to manage the users that have…
SQLGrinder
  • 363
  • 4
  • 6
  • 20
14
votes
2 answers

why compatibility mode for intranet sites

I'm a Mac person, web designer, trying to understand "Display intranet sites in compatibility mode" option with IE 11 I have client, an architecture firm, that used to host their OLD website (HTML site I didn't develop) in-house on their Windows…
13
votes
4 answers

Windows authentication for Intranet/Internet

I am developing an ASP.net web application for my company. Some users use this site in the internal network (Intranet) and some use the Internet site. I am using Windows Authentication mode. I need to find a way to not prompt Windows Authentication…
balaweblog
  • 13,736
  • 28
  • 70
  • 93
12
votes
10 answers

Intranet Vs Internet Web application considerations

What are the differences in considerations in respect to designing or developing an Intranet and an Internet application ?
Nrj
  • 6,226
  • 6
  • 44
  • 56
12
votes
2 answers

MVC3 Windows Authentication override User.Identity

I am building a intranet application using MVC3 with a MSSQL backend. I have authentication and roles (through a custom roles provider) working properly. What I am trying to do now is overriding User.Identity to allow for items like…
10
votes
1 answer

Getting the logged in username in ASP.NET MVC3 intranet application

I am working on a MVC 3 intranet application ( windows authentication ). The application must display the profile page of the user once a user logs in. In order to do that the username of the logged in user must be passed in as a route parameter in…
phabtar
  • 1,079
  • 1
  • 10
  • 16
9
votes
5 answers

Testing intranet site that uses Windows authentication

I'm trying to develop an intranet app/website that uses Windows authentication. I'd like to test it with multiple users, for roles etc. At the moment I'm only using my own domain account. Is there a way I could simulate different users for the site?
raklos
  • 26,260
  • 55
  • 172
  • 278
9
votes
2 answers

Configure IIS authentication from another domain

Hi I have the following scenario: I have Web Application hosted on IIS and I am in domain a.b.com. The IIS is configured to authenticate the users with windows authentication and everyone that in the domain a.b.com can enter the site. But there are…
ilay zeidman
  • 2,164
  • 4
  • 19
  • 41
9
votes
2 answers

IIS 7.5 Windows Authentication Not Working in Chrome

On a new installation of IIS 7.5 I have setup Windows Authentication on my Intranet. The providers I have used are 'NTLM' and negotiate in that order. This works fine in IE and Firefox but in chrome I get the following This web page is not…
Sam
  • 444
  • 4
  • 13
1
2 3
38 39