Hi there,
Take a look at this:
Quote:
The database filename can not contain the following 3 characters: [ (open square brace), ] (close square brace) and ' (single quote)
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
|
What's the name of your .MDF file in App_Data? And can you post the connectionStrings section from web.config?
Quote:
|
As you have mentioned in Chapter 11, SQL database file cannot be created in App_data folder, so I gather I will have to move planetwrox.mdf to SQL server data folder and by doing so, all links in the webpages created in the exercises will have to be changed.
|
Not sure what you are referring to. First, App_Data is made for MDF and other data files so I don't understand why you say I said you can't. On what page did I say that? Can you post a quote?
Secondly, why would page links need to be updated because you move a database? The two shouldn't be related at all.....
Hope this helps; if not, please let me know.
Cheers,
Imar