tja..igen, Låter inte som att det är ditt databasanrop som är problemet, prova att kommebtera bort det och kör igen. Jag skulle tippa på att ASP.NET kontot inte har rättigheter på katalogen där filen ligger. Nu får jag detta felmess....hur fixar man rättigheter till .asp kontot då? Vad använder du för verktyg när du utvecklar? Hur skapade du din webbapplikation? problem me att köra..
nu när den tekniska biten funkar, så e det struligt med min connection till databasen antar jag..
jag får detta felmeddelande när jag försöker nå en sdfasf.aspx.cs fil,
Server cannot access application directory 'C:...\webben\'. The directory does not exist or is not accessible because of security settings.
vettefan vad som e felet,
använder: Sqlconnection con = new SqlConnection("workstation id=X;packet size=4096;integrated security=SSPI;data source=X;persist security info=false;initial catalog=XX");
alltså samma connection jag använder när jag kodar i .net miljö...
ngn som vet?
mvh,Sv: problem me att köra..
Sv:problem me att köra..
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'Sqlconnection' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 12: public void PageInit(object sender, EventArgs e) {
Line 13: DataSet ds = new DataSet();
Line 14: Sqlconnection con = new SqlConnection("workstation id=AZTECKZ;packet size=4096;user id=sa;data source=azteckz;persist security info=False;initial catalog=a02edves;password=XXX");
Line 15: string sqlString = "SELECT * FROM test";
Line 16: SqlDataAdapter adapter = new SqlDataAdapter(sqlString, con);
Source File: C:\test\a02edves_datagrid1.aspx.cs Line: 14 Sv: problem me att köra..