Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by jkon … don't care about internet visitors and are targeting an intranet of a company where you control the browsers and their… Re: How to Implement Lazy Loading for Faster Web Portals Programming Web Development by Dani … don't care about internet visitors and are targeting an intranet of a company where you control the browsers and their… Re: intranet Hardware and Software Microsoft Windows by mmoloney [QUOTE=cade09]I have never done anything with an intranet and I am trying to learn how to set one … addresses (for example 192.168.x.x) you have an Intranet. If you are talking about hosting a webpage for your… intranet Hardware and Software Microsoft Windows by cade09 I have never done anything with an intranet and I am trying to learn how to set one up. If someone could give me information from start to finish on how to set one up, it would be greatly appreciated. Thank You. Re: intranet Hardware and Software Microsoft Windows by techniner …?? Distro? (if Linux) Version?(If Windows) The absics of an intranet remain the same no matter which you use but I… Re: intranet Hardware and Software Microsoft Windows by MartyMcFly The main difficulty with setting up an intranet against a backdrop of the Internet is setting proxy exceptions. Just create a page and save it somewhere, run it from that location, job done. Re: intranet Hardware and Software Microsoft Windows by MartyMcFly Just to expand slightly, I think to have an intranet using www addresses would be quite difficult. any reason not just to save it to a shared folder, and get people to connect throught that folder address. Dreamweaver or Frontpage would make a nice site and would sort out extra files and stuff in your folder, as well as the site structure. Re: intranet Hardware and Software Microsoft Windows by sanjay kr singh i have iis 5.0 and i want to upload a web site on my intranet Intranet Programming Web Development by Duki Hey guys, I'm looking for something that will work well with implementing an intranet. Could ASP.NET be used for this? Could someone give me some examples of what ASP.NET is used for? Re: Intranet Programming Web Development by binoj_daniel ASP.NET can definitely be used for an intranet application but all depends on your requirment. If your application … Re: Intranet Programming Web Development by Duki Alright, great! The intranet will mainly be used for nothing more than document retreival, such as viewing the employee handbook. But I do want to be able to implement a timesheet program and other applications. Intranet 101? Hardware and Software Microsoft Windows by AbuAaminah …more than a website, what they really needed was an intranet. Their final solution, I would say, we would 90… Do any of you have any experience in developing an intranet and/or can point me to useful resources on putting… most of their processes are for internal use) that an intranet would provide their staff a much more responsive system. Thanks… Re: Intranet 101? Hardware and Software Microsoft Windows by jbennet … could implement single signon so they could sign onto the intranet with thier domain login they normally use for the client… Intranet aplication Programming Software Development by ajithraj I dont know how to solve this..Can anyone help me.. The project is an Intranet aplication... how can a client upload a file/image.... Uploaded file/image should be to the server... Thanks Intranet domain name Hardware and Software Microsoft Windows by phildep8 Hi, I set up an intranet in my house with IIS (mainly for fun but to host drivers and software to reinstall etc..) Now the only way i can access it is by typing 192.168.0.195 I tried to create a forward lookup zone etc but it doesn't work.. maybe you guys can help!? Thanks Phil Re: Intranet domain name Hardware and Software Microsoft Windows by phildep8 [QUOTE=phildep8;930658]Hi, I set up an intranet in my house with IIS (mainly for fun but to … Intranet Hit Counter no PHP Digital Media UI / UX Design by rcdeck … can pull some usage statistics. Our site is on the Intranet and not everyone has access to the Internet so I… Re: Intranet Hit Counter no PHP Digital Media UI / UX Design by almostbob … a html file the file is renamed .asp so the intranet server knows what to do with it links to the… Intranet Website With e-mail Facility Programming Web Development by lll_ari_lll … through different tutorials. i have been told to redecorate an intranet website and introduce an email system in a manner i… Intranet website Programming Web Development by Roobin Hi, Im working on a intranet website. I have multiple folders on a windows 2008 server. … Re: intranet Hardware and Software Microsoft Windows by NuGG If using Windows, what version of Internet Information Services (IIS) do you have? Re: Intranet Programming Web Development by binoj_daniel Based on your requirement ASP.NET is the best option. You can go ahead with that. Re: Intranet Programming Web Development by Duki do i need to know asp.net before i use ajax? Re: Intranet Programming Web Development by binoj_daniel Well If you plan to use AJAX in ASP.NET then yes you have to know ASP.NET. Iam infact working on a tutorial on ASP.NET and VB.NET which will be available on my site soon. Re: Intranet Programming Web Development by Duki Ah ok. Do you know of any good books I could purchase for a begginners guide to ASP.NET? Re: Intranet Programming Web Development by binoj_daniel What would you prefer as the codebehind language? VB or C#? Re: Intranet Programming Web Development by Duki Well I'm just now learning .NET; I would prefer C# (since it uses C++), but I am not familiar with it at all. Should I learn C# and then ASP.NET? Re: Intranet Programming Web Development by binoj_daniel Yes that's actually the right approach as C# is the language and ASP.NET is a technology. So go with C# first and then implement in ASP.NET. Re: Intranet Programming Web Development by Duki alright excellent! Would you agree that using C# as opposed to VB.NET would be the more powerful way to go? Re: Intranet Programming Web Development by Infarction Couple notes: 1) C++ and C# are almost completely unrelated. 2) C# and VB are equally suited for web development with ASP.NET. 3) You can learn C# and ASP.NET side by side. Of course, you'll only be using a small part of what C# can do, but not bad at all. 3) For using AJAX, look into the toolkit (found somewhere on [url]http://asp.net/ajax[/url])…