Not sure if it's an MSDE problem, but I'm thinking it is.
The problem is when try to display an .aspx webpage I get the following error....
Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly.
Requested Url: /login.aspx
Ok, Just some info for you all.
The name of the file isn't login.aspx, and I don't have a file called that. Also I get this error on all my .aspx files that I try to execute.
I was going through the ASP.net Matrix Project guided tour when this happened, and everything was going good until I had to install MSDE.
So I downloaded and installed it, configured it, and everything seemed to go fine. Then this error happened. The lessons from the tutorials I have completed that once worked get this error when executed now.
Any Ideas?