Hi sticcino,
thank you so much for your fast response...
Now you will hate me...
My problems doesn't stop ...
1) Yes the installation complete successufly
2) Thank you for this suggestion..now I see in MS my DNN's database..
3)Yes..yes..
4)This is my settings in web.config:
<add name="SiteSqlServer"
connectionString="Data Source=.\SQLExpress;Integrated Security=True;
uid=LAPDM\ASPNET;pwd=;User
Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;"
providerName="System.Data.SqlClient" />
</connectionStrings>
<appSettings>
<!-- Connection String for SQL Server 2005
Express - kept for backwards compatability - legacy modules
-->
<add key="SiteSqlServer"
value="Data Source=.\SQLExpress;Integrated Security=True;
uid=LAPDM\ASPNET;pwd=;User
Instance=True;AttachDBFilename=|DataDirectory|Database.mdf;" />
In MS, LAPDM\ASPNET user hasn't a password...(I don't know where this
passw can be set.. ) and i haven't specified in connection string
and appsettings...
So, after your suggestion and the traincert's video i build the site and start without debugging....
The response is very very drammactically...
Server Application Unavailable
The web application you are attempting to access on this web server is
currently unavailable. Please hit the "Refresh" button in your web
browser to retry your request.
Administrator Note:
An error message detailing the cause of this specific request
failure can be found in the application event log of the web server.
Please review this log entry to discover what caused this error to
occur.
What is this?????
I've tried to detect this error eliminating the LAPDM\ASPNET as a user
of the database in MS, and MS block me because LAPDM\ASPNET is set to
be a db_owner and this setting could not be clean..
Excuse me...help me..
Cristina