Forum: ASP.NET Aug 3rd, 2006 |
| Replies: 3 Views: 1,002 Re: New to ASP. NET You can find a bunch of videos here: http://www.asp.net/learn/videos/default.aspx |
Forum: Windows Servers and IIS Aug 29th, 2005 |
| Replies: 11 Views: 5,088 Re: iis on 2003 No, the hosts file is only for the local machine that it resides on. To allow machines on your network to access your webserver by name use DNS. |
Forum: Windows NT / 2000 / XP / 2003 Aug 29th, 2005 |
| Replies: 6 Views: 1,816 Re: all tasks are slow win xp Yep, sounds like it could be spyware. Download the MS Anti Spyware (http://www.microsoft.com/downloads/details.aspx?FamilyId=321CD7A2-6A57-4C57-A8BD-DBF62EDA9671&displaylang=en) software it works... |
Forum: Windows Servers and IIS Aug 29th, 2005 |
| Replies: 11 Views: 5,088 Re: iis on 2003 Operating systems use the local host file to resolve host names to ip addresses. |
Forum: Search Engine Optimization Aug 17th, 2005 |
| Replies: 3 Views: 1,508 |
Forum: Windows Servers and IIS Aug 17th, 2005 |
| Replies: 5 Views: 5,388 Re: IIS Hosting Help Is it configured for bridge mode or ppoa?
I guess the main question really is why are you using a router behind the Actiontec? It supports NAT...
If its configured for ppoa you should have an... |
Forum: Windows Servers and IIS Aug 16th, 2005 |
| Replies: 5 Views: 5,388 |
Forum: Site Layout and Usability Aug 12th, 2005 |
| Replies: 2 Views: 1,639 |
Forum: Windows Software Aug 10th, 2005 |
| Replies: 7 Views: 1,973 |
Forum: Windows Software Aug 10th, 2005 |
| Replies: 7 Views: 1,973 |
Forum: Windows NT / 2000 / XP / 2003 Aug 10th, 2005 |
| Replies: 8 Views: 4,739 Re: windows update error Are you logged in as an administrator? Also, you might want to check your windows update log file for more detailed errors. The log file should be:
c:\windows\WindowsUpdate.log |
Forum: IT Careers and Business Aug 10th, 2005 |
| Replies: 4 Views: 10,443 |
Forum: Windows Software Aug 10th, 2005 |
| Replies: 7 Views: 1,973 |
Forum: Windows NT / 2000 / XP / 2003 Aug 10th, 2005 |
| Replies: 4 Views: 2,399 Re: Freezing dropdown menu's For clarity's sake, the reason I asked you to do this is because I see this type of behavior quite often when people have network drives mapped to servers that are not available. A perfect example of... |
Forum: Windows NT / 2000 / XP / 2003 Aug 10th, 2005 |
| Replies: 4 Views: 2,399 |
Forum: Windows NT / 2000 / XP / 2003 Aug 10th, 2005 |
| Replies: 8 Views: 4,739 Re: windows update error Run through the steps listed in this (http://www.updatexp.com/0x800B0004.html) article and see if that helps. |
Forum: Website Reviews Aug 9th, 2005 |
| Replies: 9 Views: 1,622 |
Forum: IT Careers and Business Aug 9th, 2005 |
| Replies: 4 Views: 10,443 Re: Request for VB.NET 2005 and ASP.NET Tutorials If you are learning from scratch I would recommend getting a book on ASP.NET using VB.NET. Most tutorials out there assume that you have a little understanding of the technology. Otherwise I would... |
Forum: ASP.NET Aug 9th, 2005 |
| Replies: 1 Views: 2,237 |
Forum: ASP.NET Aug 9th, 2005 |
| Replies: 2 Views: 2,222 |
Forum: Website Reviews Aug 9th, 2005 |
| Replies: 9 Views: 1,622 |
Forum: Windows Servers and IIS Aug 9th, 2005 |
| Replies: 11 Views: 5,088 Re: iis on 2003 unless you have 500 workstations... :lol:
Seriously though, do what the other guy said and use DNS. If you really want to edit the hosts file on every machine its... |
Forum: Windows Servers and IIS Aug 9th, 2005 |
| Replies: 2 Views: 2,702 Re: setting homepage You need to set "home.htm" as your default page for the site in IIS. This can be changed in the properties of the website in IIS on documents tab. |
Forum: Search Engine Optimization Aug 9th, 2005 |
| Replies: 6 Views: 2,836 |
Forum: ASP.NET May 13th, 2005 |
| Replies: 3 Views: 6,736 |
Forum: ASP.NET May 10th, 2005 |
| Replies: 2 Views: 1,555 |
Forum: ASP.NET May 6th, 2005 |
| Replies: 3 Views: 2,090 |
Forum: ASP.NET May 5th, 2005 |
| Replies: 5 Views: 27,314 |
Forum: ASP.NET May 5th, 2005 |
| Replies: 4 Views: 27,637 Re: request.form is not working in asp.net Here's an example. Lets say you have page1.aspx with a textbox control. You want a user to click a next button, transfering to page2.aspx and writting the text out on that page.
The code for button... |