I am using ASP.Net. I have a Foxpro DB on a Novell Server. I need to simply hit the Foxpro DB and extract a Quantity. The problem is that ASP.Net does not like the Drive mapping on Novell. There is an article on This that says you can use something called GSNW to create a gateway and then it will work but you can not simply use the Drive letter. Before I go this route, I thought I could create a Class and connect through the class and have the class send back Quantity. I create the class and it works in a .Net application. However, when I reference the class in ASP.Net and call the method, it gives me the same error as if I wrote the code in ASP. I thought there was a way to have the class run on the server.