Hello everybody,
I am new to this stuff and I tried to install version 0.7 . I am able to run install.aspx but I am not sure if the installation is complete. The only output I got is:
Installation Status Report
Installing Version: 0.7.719.0
Installing Membership Provider... - 00:00:00.1093750
Installing BugNET Database... - 00:00:01.1718750
Installing BugNET Default Data... - 00:00:01.9062500
Creating Administrator Account... - 00:00:02.1406250
That's all. Has the installation really finished ? The problem is that the default page will remain completely blank when calling it. I think there should come up a login prompt. I have reinstalled it several times but without success.
Here are my con strings:
web.config:
<add name="~LocalSqlServer" connectionString="Password=test;Persist Security Info=True;User ID=test;Initial Catalog=bugnet;Data Source=slowly"/>
Log4Net.config:
<connectionString value="Data Source=SLOWLY;AttachDbFilename=|DataDirectory|BugNet.mdf;Integrated Security=True;User Instance=True" />
Any ideas?
Greetings
Andy