Uploading ASP.NET website
-
hi ive designed a website and i want to upload it. it uses SQL Server Express database (i store my databases in App_Data) i use |DataDirectory| for my conection string but when i upload it it says that it has a bad Argument for attachDBFileName. i want to know how should i upload my database? (my nonDatabase pages work fine) i uploaded it with the Control Panel's Database Manager but when i use my new connection string it fails. my connection is: "server='www.host.com';User ID='admin';Password='pas';Initial Catalog='database';Connect Timeout=30" but it says: Cannot open database "database" requested by the login. The login failed. Login failed for user 'admin'. what should i do? oh, one important thing i forgot to say is that i use Membership. how should i upload that database? i have no access to Membership database connection string