Click here to Skip to main content
15,920,217 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi! guys

i'm trying to develop an anti virus and i kind of finished it though it not a good real time one and to do so i have used an online data base i mean a database that is on some other remote server.

my app works fine when i connect direct internet connection and work with it but i have a problem when it comes to access it through proxy server i have no idea how to over come this problem and i cant use direct internet connection in my college where i have to give a demonstration of my project please help me out! your help counts a lot

thank you in advance
Posted
Updated 12-May-12 9:17am
v2

1 solution

Most likely the proxy server blocks the conversation between your client app and the database. Depending on the database (SQL Server, Oracle, MySql etc) and it's configuration, you should allow traffic through proper port.
 
Share this answer
 
Comments
shrav007 12-May-12 15:22pm    
ya but i dont know how it cn be done in c# thats the problem can u help me out with the code??
i ment an example
Wendelius 12-May-12 16:05pm    
If you have a separate proxy between the application and the database, you cannot modify it with locally. If it's a local proxy, then perhaps this would help http://support.microsoft.com/kb/819961[^]. Also have a look at Change Internet Proxy settings[^]
shrav007 12-May-12 16:09pm    
my actual problem is that i have to access an online database and the internet connection that i'm using is through proxy server that is in our college we are not given with direct connection we have to use it through proxy server only so my application doesn't work in this case

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900