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
1 answer

Internet Explorer 11 default document view mode to Edge

I have windows 7 and IE 11 installed in my local machine. I working on ASP.NET, C# web application used bootstrap, Jquery etc. I have created one checkbox dropdown list (ref:…
Maddy
  • 907
  • 3
  • 10
  • 25
2
votes
1 answer

ASP.net impersonation works on published intranet site but not localhost

So, I have developed a web application in VS 2010 using ASP.net with VB.net code-behind. This web app is hosted on the company server. I use impersonation in IIS to be able to access network files in my web app, but for some reason I have run in to…
Jack
  • 1,453
  • 1
  • 15
  • 35
2
votes
1 answer

Unable to access localhost from x-ms-webview

I have this code in my WinJS default.html: display is defined in the hosts…
Mooseman
  • 18,763
  • 14
  • 70
  • 93
2
votes
4 answers

Are there any open-source / free site analytics solutions that are intranet deployable?

There are plenty of statistics/analytics providers for Internet deployed software (e.g. Google Analytics), but I'm looking for an analytics tool to integrate into a LAN/intranet based web application. I'm aware of AWStats, but I'd prefer something…
2
votes
3 answers

Web-scraping on intranet

I wrote a VBA code to scrape data from my company's intranet. Issues: The below error occurs: Run-time error '91': object variable or with block variable not set It happens on: myPoints =…
pexpex223
  • 371
  • 4
  • 10
  • 25
2
votes
1 answer

Auto fill-in username + password when user clicks a website link

I am currently building an intranet site and on this site, we have websites people would frequently use. There are a couple of websites where people need to login though. So I was wondering if there is a way to automatically fill in the username and…
David Flynn
  • 105
  • 3
  • 10
2
votes
3 answers

Lock web app only work for intranet

some week in the future i will have job to create php web app that will work as billing process. As the client and my team agree upon, the web app will only deploy in their internal server. This need arose some fundamental questions for myself. how…
justjoe
  • 5,454
  • 9
  • 44
  • 64
2
votes
3 answers

Intranet - web to remote wcf CredentialCache.DefaultNetworkCredentials not working

I have a ASP.NET MVC intranet application hosted in IIS that added WCF service reference the WCF resides in another computer and also expect windows authentication. In my web this code is working great: proxy = new MyProxyClient("configurationName",…
ilay zeidman
  • 2,654
  • 5
  • 23
  • 45
2
votes
0 answers

How to activate/find the Open Atrium Wiki in D7 OA 2.19

I am trying to activate the wiki in Open Atrium 7.x-2.19. I have the module enabled and set up a group and spaces and sections but cannot find/get to the wiki. All OA modules are activated and all blocks enabled. Where is it, how do you get to…
jon athand
  • 21
  • 2
2
votes
2 answers

download file from intranet with python

I'd like to download a series of pdf files from my intranet. I'm able to see the files in my web browser without issue, but when trying to automate the pulling of the file via python, I run into problems. After talking through the proxy set up at my…
thomastodon
  • 340
  • 1
  • 3
  • 12
2
votes
1 answer

How do I get the current Windows logged-in user's username?

I am developing an intranet application using ASP.NET MVC 4. I am using custom forms authentication. When the user accesses the application I want to take the user's Windows logged-in username and check that username in my database. But I don't know…
CodeWarrior
  • 763
  • 3
  • 14
  • 33
2
votes
1 answer

htaccess to only allow 1 ip and forward external users to websites login

I'm not sure if this is possible with using .htaccess but here goes.. We have an externally hosted intranet on Linux/cpanel server. We would like to make it so that when the owner of the intranet is in the office they and anyone else on the office…
2
votes
1 answer

How to use Windows Authentication for intranet website?

I'm developing Asp .Net(MVC3) web application for my company.Some users use this site in internal network and some will use internet site.I've to Authenticate Users using the website.How can i do it? Whether it is possible to check the…
user2514925
  • 931
  • 8
  • 33
  • 56
2
votes
1 answer

Get intranet authenticated user

I am building a web application for my school's intranet. Whenever teachers try to access the browser to access the intranet page a popup appears so they can login, in my page I need to get the logged username. do any of you guys know how to do…
user3271703
  • 37
  • 1
  • 9
2
votes
1 answer

Network CHM file

So I've read about CHM files on the network(intranet) and how to view them on windows. It works. The problem is Visual Studio can't view them still. Help.ShowHelp(ParentForm, @"\\ServerName\data\DynamicHelp\HelpFIle.chm", HelpNavigator.Topic,…
Cogent
  • 404
  • 7
  • 16