can microsoft access be used as a data source for asp.net?
Jamal J asked:
…or will i have to use sql??
…or will i have to use sql??
I would rather use ms access as i have already created the database.

Access can. The connection string will need to specify the Jet as the provider, such as the connection strings found here
Sure.
Try these OLEDB connections linked below in your web.config file.
You can upsize to SQL Express pretty easy, if you want. Microsoft has a SQL Migration Assistant that makes dead easy. Link also below.