Click to See Complete Forum and Search --> : HELP! ASP.net deployment for deadline tom


GPig
03-12-2004, 04:45 PM
I'm struggling with asp.net deployment and my deadline is 10GMT Sat.

I wrote a web app with DB connections, works fine on my PC, but I'm struggling with my deployment, especially DB path. I have all my connections dynamicly binded to web.config, but my path in there, well, I don't know in what structure is should be. I'm using an access DB that is relative to my site directory.
I also get some wierd URI errors?

This is my first asp.net app, and I'm a bit lost, PLEASE HELP!!!
Time is short!

GPig
03-12-2004, 04:57 PM
Seems like it sees the DB from the path I gave it, but it doesn't read anything out of it...

It says System.ArgumentException: URI formats are not supported. everytime it tries to read out of the DB

I used a http:// path to point to the DB from the web.config...