New Post: Test Case Management
Hello, I am using BuNET Issue Tracker tool and I find it very usefull. I would like to add a Test Case Management Tool. preferably to be integrated with BugNET. Anyone can suggest a good open source...
View ArticleClosed Issue: Move & Update from 0.7.854.0 to 1.3.242.0 [98]
Hi, we move our Server to another machine. The _old_ bugnet was .7.854.0 and at the new server is installed since yesterday version 1.3.242.0OS: Windows Server 2008 R2How can i move the old project...
View ArticleNew Post: 1.3 install is always failing
Forms Authentication is enabled on this web site. You can see the screen shot here: http://screencast.com/t/mBOxCP1BJp
View ArticleNew Post: 1.3 install is always failing
sun21170 wrote: Forms Authentication is enabled on this web site. You can see the screen shot here: http://screencast.com/t/mBOxCP1BJp You have anonymous access disabled, this will not allow anyone to...
View ArticleNew Post: 1.3 install is always failing
Also, the web config has the following settings:<customErrors defaultRedirect="~/Errors/Error.aspx" mode="On" /><!-- Authentication Settings --> <authentication mode="Forms">...
View ArticleNew Post: 1.3 install is always failing
But this should be done in web.config, and I am just using the web.config you guys have in your download. I mean when I enable anonymous authentication, it will make a change in web.config file. Then...
View ArticleNew Post: 1.3 install is always failing
YES. Now it installs and I get a login screen when go to home page. So it works now. I think this is desperately needed:Please let your users know that anonymous access is needed to the website folder...
View ArticleNew Post: 1.3 install is always failing
Please add the following to your web.config, since that is what is needed to allow anonymous access.<security><authentication> <windowsAuthentication enabled="false" />...
View ArticleNew Post: 1.3 install is always failing
When you change the settings in IIS it modifies the web.config. In order to use forms auth you must enable anonymous auth otherwise no one can reach the login page. Users will still need an account to...
View ArticleNew Post: 1.3 install is always failing
I still believe that you should include the following in your web.config to avoid problems with installation for future users of your app.<anonymousAuthentication enabled="true" />
View ArticleNew Post: 1.3 install is always failing
Other than the install experience I had, I really like the app as I have been playing around with it. Its super excellent and very intuitive to use. Thanks for creating such a good product.
View ArticleNew Post: 1.3 install is always failing
You are welcome. Thank you for your patience and suggestions on how to improve the installation experience. On Friday, March 8, 2013, sun21170 wrote:From: sun21170Other than the install experience I...
View ArticleNew Post: Time Sheet
@erikveenhui - Is this something that you would share? This would be extremely useful for me and my team. Brad
View ArticleNew Post: Landing page
@garumble - Would you mind pointing me at what lines of Default.aspx.cs you modified. I want to do this exact same thing. I've tried using URL Rewrite but that is not working well at all. Would be very...
View ArticleNew Post: Need to Include a free text field for 'Resolution'
I want an extra field called 'Resolution' that I will fill in through rich text editor. There doesn't seem to be any thing called 'Resolution' or something like it in current BugNET.
View ArticleNew Post: Time Sheet
I'm not sure if i have access to those sources still. But it's just one query in SQL to get such an information... W dniu 2013-03-09 18:07, bosevii501 pisze:From: bosevii501@erikveenhui - Is this...
View ArticleNew Post: Landing page
If you are using IIS7, 7.5 or 8 you can just change the default document settings in the web.config file. Just find the <system.webServer> section and add the following (or replace the...
View ArticleUpdated Wiki: Home
BugNET is a free, open source issue tracking and project issue management solution for the ASP.NET platform. The main goals are to keep the codebase simple, well documented, easy to deploy and...
View ArticleUpdated Wiki: Home
BugNET is a free, open source issue tracking and project issue management solution for the ASP.NET platform. The main goals are to keep the codebase simple, well documented, easy to deploy and...
View ArticleUpdated Wiki: Home
BugNET is a free, open source issue tracking and project issue management solution for the ASP.NET platform. The main goals are to keep the codebase simple, well documented, easy to deploy and...
View Article