Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. fusionboy

    Pix 501, is the internet down or is it me?

    Thanks again for your help, NetworkGhost. I removed the static route as you suggested. The interface is up and the line is up, but I just noticed that when I plug the uplink cable in to the switch, the switch's light is orange instead of green. What might that signify? Still no response to...
  2. fusionboy

    Pix 501, is the internet down or is it me?

    I cannot ping the gateway. I have the correct cables and subnet mask. So there's nothing wrong or missing from the config?
  3. fusionboy

    Pix 501, is the internet down or is it me?

    Thanks for the response! I cannot ping the gateway. I have updated to new IPs. Any ideas? I guess the nat thing was for the nameserver behind the firewall -- how do I do port forwarding?
  4. fusionboy

    Pix 501, is the internet down or is it me?

    Hey Everybody, I've recently moved and my ip address changed. I had my 501 working fine before, but it's been a while since I last messed with it, and I'm not sure how much I remember. I know I'm probably missing something stupid -- can anyone see what it is? Config below. Thanks!!! nameif...
  5. fusionboy

    Virtual Directory not part of Web App?

    Well, I kept messing around, and suddenly it started working. Then it stopped working again. I guess something is wrong with either the .NET Framework or with the server itself. what a bummer.
  6. fusionboy

    Virtual Directory not part of Web App?

    Thanks for your post DaZZleD! I see why you would say that, but the problem seems to me to be happening with the virtual directory not knowing it is part of a larger app. For example, from the other 2 virtual directories, I can link to a page in the root dir by /rootpage.aspx. However, in the...
  7. fusionboy

    Virtual Directory not part of Web App?

    Hi, I just finished making a web site that has a main site with 3 virtual directories. Everything works great on the development box. I tried yesterday to move the site over to production by copying all the files to that server, and setting up the site in IIS. I read a post about deployment...
  8. fusionboy

    Accessing Programmatically created control

    Nevermind -- I'm an idiot. To get the value from that ListBox, I simply need to check the Request object. Duh. Sorry
  9. fusionboy

    Accessing Programmatically created control

    Hi, I'm having a problem accessing a control on PostBack that is created programmatically on Page_Load. It works when the code is in the aspx page, but not when it is in a codebehind dll. Here's the code to access it: ListBox box = (ListBox) FindControl("ImageList"); image =...
  10. fusionboy

    Old values retained from auto-populated form

    Thanks for your response, Rob! You were right -- the auto-populate method was being called on page load. What I've learned here is that: Page_Load() is fired EVERY time the page is called -- INCLUDING a postback. Of course, this makes sense now. thanks for your help.
  11. fusionboy

    Oracle and MySQL

    Hi Sidro, Yeah, you can use MySql with .NET. Go here to get the soon to be Official MySql data provider: http://www.bytefx.com/dotdata.aspx The documentation will explain the different classes this provider makes available to you. As for a good book on MySql, I use Core MySQL published by...
  12. fusionboy

    Oracle and MySQL

    Hey JCruz! Here's a link to download MySql: http://dev.mysql.com/downloads/mysql/4.0.html Take a look at the documentation, because a lot of those bells and whistles are being made available presently (in fact, I think stored procedures are already supported).
  13. fusionboy

    Old values retained from auto-populated form

    Hi Everyone, I'm new to C# and I've got a strange bug that I can't figure out. I'm creating an EditInfo page, and I'm auto-populating the form with values from a database. I have a method that is triggered on submit that is supposed to retrieve the (edited) values from the form and update the...
  14. fusionboy

    Oracle and MySQL

    Sorry, I meant to address that last post to JCruz063!
  15. fusionboy

    Oracle and MySQL

    I understand your point Sidro, that Access is the easiest way to start in terms of being accessible. I have two quarrels: Access teaches you how to use tools to interact with the database -- I think this can almost be harmful in that you're not really learning how the db works. MySql is free...
  16. fusionboy

    Oracle and MySQL

    Hi Sidro, gbag and tanas are right -- the best place to start is MySql. In fact, I started and ended there. MySql has been developed for web applications specifically which means it is super fast. Access is a waste of your time, because it is not something you would ever want to use in a...
  17. fusionboy

    [b]no translation group error[/b]

    Bell!!!!!!!! I thought I was done yesterday -- oops. Thanks for your response, and yes, that did the trick. I'm certain I must have had it right at one point, but probably didn't clear the xlate or write to mem. I'm starting to kindof maybe a little bit understand this stuff now... thanks...
  18. fusionboy

    [b]no translation group error[/b]

    Hi All, I have two servers behind my pix 501. One is a web server, the other a mail server. They can be accessed for web pages and email respectively. However, neither can see out -- all outbound requests (dns, pop3, http) are blocked, and the log shows the following error: No translation...
  19. fusionboy

    Newbie Ques -- Public Servers behind PIX 501

    Ok, I figured it out -- had to clear xlate. Thanks again for all your help, Bell.
  20. fusionboy

    Newbie Ques -- Public Servers behind PIX 501

    Hey Bell, now I'm getting a portmap translation creation failed for udp src inside:mailserver/2002 dst out side:69.xxx.xxx.xxx/53 where the 69.xxx.xxx.xxx number is the ip of the external dns server. Obviously I'm not allowing dns queries to go out. Right? How to fix? thanks a ton for your...

Part and Inventory Search

Back
Top