Asp.net sql timeout when not using sql

I'm in the process of learning asp.net 3.5, currently on webpages and co.

Ive started a new project for web pages not using a database with it, but when I go to look at the site (dev server) I get sql timeout

A network-related or instance-specific error occurred while creating a connection to SQL Server.

To be clear, there is no mention of sql in the project.
Should I just start over?

Edit:
Might be relevant

(provider: shared memory provider, error: 40 - could not open connection to SQL Server)

0


source to share


2 answers


The infrastructure of the web pages leads to the database.



+1


source


Well fixed, need to enable / run SQL Server Express Express



0


source







All Articles