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...
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?
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...
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.
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...
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...
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 =...
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.
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...
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).
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...
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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.