Thanks. I map to the web server from my local XP PC, then copy all my web site files to the web server, IIS virtual directory is created in server, then in VWD, loading the website from mapped server, change all connectionstrings by configure datasource of all controls which banding to database. click F5 to run, login page appears, in login page when login with username/password I created before in XP based PC, error shows:
SQL error 5110,... the file Z:\...\ASPNETDB_TMP.MDF is on a network path is not supportee for database files. create DATABASE failed.
when I open web administrator tool in VWD, then click security button on it, it shows same error message as above.
when I run my website in IE, http://servername/applicationname, it shows viewing details error are prevented remotely, I need add <customErrors mode="off"/> in web.config, when I added, still the same error.
do you know why, how can I troubleshoot and solve the above problems??
thanks