I have visual studio 2008.
My site has a plesk on it.
I want to deploy my project, and save it on the host machine.
Looking for solution for folowings, please :
1st solution
=======
Should ASPNETDB.MDF is necessary,
and can I ignore it (How can I do that) ?
Since the host side trying to make this file automatically.
2nd solution
========
I tried to make the ASPNET.MDF on my machine,
but I got a message :
Cannot make SSPI context.
I persume this is via security, and I should run SSMS.exe
(I have SQL-Server 2005 on my machine).
But where is it ?
3rd solution
========
Can't just finding somewhere a good ASPNETDB.MDF, and is it the only file.
After downloading from
(Which is 10M !!! - A problem too).
I got the message :
Failed to generate a user instance of SQL Server due tofailure in retrieving
the user's local application data path. Pleasemake sure the user has a local
user profile on the computer. Theconnection will be closed.
Description: Anunhandled exception occurred during the execution of the
current webrequest. Please review the stack trace for more information about
theerror and where it originated in the code.
Exception Details: System.Data.Sql Client.SqlExcep tion:Failed to generate a
user instance of SQL Server due to failure inretrieving the user's local
application data path. Please make sure theuser has a local user profile on
the computer. The connection will beclosed.
Source Error:
An unhandled exception was generated during the execution of
thecurrent web request. Information regarding the origin and location ofthe
exception can be identified using the exception stack trace below.
Thanks :)
My site has a plesk on it.
I want to deploy my project, and save it on the host machine.
Looking for solution for folowings, please :
1st solution
=======
Should ASPNETDB.MDF is necessary,
and can I ignore it (How can I do that) ?
Since the host side trying to make this file automatically.
2nd solution
========
I tried to make the ASPNET.MDF on my machine,
but I got a message :
Cannot make SSPI context.
I persume this is via security, and I should run SSMS.exe
(I have SQL-Server 2005 on my machine).
But where is it ?
3rd solution
========
Can't just finding somewhere a good ASPNETDB.MDF, and is it the only file.
After downloading from
(Which is 10M !!! - A problem too).
I got the message :
Failed to generate a user instance of SQL Server due tofailure in retrieving
the user's local application data path. Pleasemake sure the user has a local
user profile on the computer. Theconnection will be closed.
Description: Anunhandled exception occurred during the execution of the
current webrequest. Please review the stack trace for more information about
theerror and where it originated in the code.
Exception Details: System.Data.Sql Client.SqlExcep tion:Failed to generate a
user instance of SQL Server due to failure inretrieving the user's local
application data path. Please make sure theuser has a local user profile on
the computer. The connection will beclosed.
Source Error:
An unhandled exception was generated during the execution of
thecurrent web request. Information regarding the origin and location ofthe
exception can be identified using the exception stack trace below.
Thanks :)
Comment