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

Aggressive Caching vs Combining of Javascript files for an Intranet Site

I'm working on improving the page performance of my company's intranet page. We're looking to (dynamically) combine our javascript files as well as cache them for 30+ days. The page launches on login for everyone. One of my coworkers asked if it's…
Tom Chandler
  • 642
  • 3
  • 9
2
votes
3 answers

barebones minimal example: using XUL to http POST

I am trying to figure out if XUL is a good candidate for GUI forms in intranet apps. It's been difficult to find anyone who actually uses it though. Therefore I thought I'd ask for a hello world style example. Suppose I have a php page that does…
dreftymac
  • 31,404
  • 26
  • 119
  • 182
2
votes
1 answer

Using SQL Server Users and Roles as an authorization database for an intranet web application?

I have a question that really feels like I should have an easy answer to, but for one reason or another I haven't been able to totally reason around it. I'm embarking on development of an ASP.NET MVC3 intranet application, and I'm currently working…
Adam C
  • 23
  • 2
  • 4
2
votes
1 answer

Force webpage under Internet Explorer to be executed in Intranet browser mode

Debugging a website not working under IE (my previous post, the post for the very specific problem) (but working under Firefox, Chrome, Safari, Opera and SeaMonkey) I've noticed that my website works perfectly with IE on Wamp (intranet mode). I've…
Bruno
  • 8,497
  • 13
  • 38
  • 55
2
votes
2 answers

Any Plone product for counting file downloads and pages view?

I'm doing an intranet which will not be accessible from outside the company's network and they want to display in Plone some nice statistics about file downloads and pages most viewed. With the network constrain I can not use google analytics or any…
gforcada
  • 2,498
  • 17
  • 26
2
votes
1 answer

Best way to use a dll from an ASP script

I'm writing some ASP code to service requests from a simple HTML form on my company's intranet. The code needs to call methods from a (COM) dll. I'm using the code: myObject = Server.CreateObject("myDLL.myClass") but it's giving an error at this…
Flash
  • 15,945
  • 13
  • 70
  • 98
2
votes
2 answers

How to create a link in Wordpress to a file on an local network server

I installed Wordpress on my station and its now being used internally for corporate blogging. I wanted to know if there is a way to create links to servers in our intranet? For example to access a server resource in windows I use…
Roy Peleg
  • 1,000
  • 2
  • 8
  • 25
2
votes
0 answers

Best practice to implement SSO authentication for internal applications e.g. airflow dashboard, apache spark notebook, etc

I want to implement SSO for internally used applications including Apache Spark dashboard Jupyter notebook Apache Airflow dashboard Hadoop dashboard etc I like to use subdomains for each application but secure each application via single sign on…
2
votes
1 answer

Can a PWA work in an intranet?

Lets assume that the intranet has SSL and the users are using Chrome in Android, will progressive web apps work? Will it have offline caching? Lets assume also that the push notification service will be sitting in their network, will it also have…
oninross
  • 989
  • 6
  • 23
2
votes
2 answers

Using BeautifulSoup where authentication is required

I am scraping LAN data using BeautifulSoup4 and Python requests for a company project. Since the site has a login interface, I am not authorized to access the data. The login interface is a pop-up that doesn't allow me to access the page source or…
Pooja Prabhu
  • 23
  • 1
  • 1
  • 7
2
votes
0 answers

Authenticate wp site on LAN to access on cloud site

I have a WordPress built intranet on my company LAN, we use AD to authenticate staff users on this site using Active Directory Integration plugin. Now we are migrating this wp intranet site unto AWS where it is far from the reach of our domain…
2
votes
4 answers

WCF Intranet Security Configuration

We have some applications (web and WPF) that call WCF services to access data. We are not using Windows Authentication. The user is prompted for a username and password when logging into the web app or WPF desktop app. The data is not highly…
ChrisNel52
  • 14,655
  • 3
  • 30
  • 36
2
votes
1 answer

How to generate a new password for users periodically and notify user of new password?

I am running a private Drupal 7 site where all user accounts are created by admins and managers. I need to ensure that all users have access to the email account that their accounts were created with. What is the best way to do the…
2
votes
1 answer

TFS Intranet Automated Deploy Strategy

I have introduced branching/merging to my team and have talked before about how it would be great to automatically build and deploy code checked into the staging/master branches, but I'm a junior dev, not very ops-y. The trouble I'm having, is that…
aspirant_sensei
  • 1,568
  • 1
  • 16
  • 36
2
votes
0 answers

Why is there a _ga cookie on my intranet app when I don't use Google Analytics?

I noticed a recent error log e-mail showed that one of my intranet app's users had, for our non-FQDN, never-GA-using intranet app, a standard _ga cookie in addition to my app's normal cookie on the domain myapp. How could it have gotten…
Kev
  • 15,899
  • 15
  • 79
  • 112