esposito Posted July 16, 2004 Posted July 16, 2004 Hello everybody, I badly need your help. I have created an MDB database using Web Matrix and VB.NET and on my computer it works fine. I have then uploaded my ASP.NET pages onto the server but when I try to save data I get an error message, despite all the protections have been removed from the .MDB file. The server web master asked me to tell him which port ASP.NET files use, so he can open it. He told me this port cannot be nr. 80 because it is already open. Any help will be greatly appreciated. Quote Pasquale Esposito Perugia - Italy http://www.geocities.com/espositosoftware
Administrators PlausiblyDamp Posted July 16, 2004 Administrators Posted July 16, 2004 (edited) If the MDB file is on the same server as the ASP.Net application then it wouldn't require any ports opening as it's just local file access. Edited March 30, 2007 by PlausiblyDamp Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
ost Posted July 16, 2004 Posted July 16, 2004 Are you sure the security issue is because of the mdb-file. How about security on your webserver? Quote
VBAHole22 Posted July 16, 2004 Posted July 16, 2004 Did you upload the mdb as well? Make another virtual directory on your production server and put the mdb in there. It's best not to have that file in the wwwroot directory where your site is residing. That way it's harder for someone to browse your directories and mess with your db. Quote Wanna-Be C# Superstar
esposito Posted July 16, 2004 Author Posted July 16, 2004 Thank you very much indeed for your replies. The problem is now solved. It was only the web master who told me he had removed the protections from the .mdb file and he didn't. You are right when you say that port 80 is all I need to make my app work. Thanks again. Quote Pasquale Esposito Perugia - Italy http://www.geocities.com/espositosoftware
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.