Tagged Questions

1
vote
4answers
62 views

Getting content: AJAX vs. “Regular” HTTP call

I like that, these days, we have an option for how we get our web content from the server: we can make an old-style HTTP request (with its own URL in the browser) or we can make an AJAX call and …
0
votes
2answers
329 views

Problem with grails web app running in production: “No such property: save for class: JsecRole”

I've got a grails 1.1 web app running great in development but when I try and run it in production with an sqlserver database it crashes in a weird way. The relevant part of my datasource.groovy is …
0
votes
1answer
44 views

Silverstripe on souceforge project web

how do I install silverstripe on sourceforge for a project. I know I need a synlink...but I don't know how to? I have a htdocs folder that is read only (once on the server) that I can access via …
1
vote
3answers
145 views

How do I build a user control into a self-contained assembly in VS2008?

More specifically, what do I need to know about doing this in Visual Studio 2008 that's different from VS2005? I have found a decent number of references for doing this kind of thing in VS2005, such …
3
votes
5answers
288 views

Authentication combination OpenID & Facebook

Is it possible to use a combination of authentication systems in a web app? I want to use OpenId, however I think my potential customers are actually more likely to have a Facebook ID. Therefore I …
1
vote
1answer
143 views

Best practice in designing a web app user activities logging?

We have a web e-learning type system, and for this project, I am supposed to design an activities logging feature for the whole system so we can track down their daily activities and perhaps help them …
4
votes
6answers
376 views

Virtual Private Server Hosting vs. Colo + Own Server(s) for Early-Stage Web-App

I'm working on a web-application and need to figure out the best way to host it. I'm looking to minimize "Total Cost of Ownership," but it's more important to keep hosting costs low than labor costs …
0
votes
2answers
2k views

Global vs Universal Active Directory Group access for a web app

I have a SQL Server 2000, C# & ASP.net web app. We want to control access to it by using Active Directory groups. I can get authentication to work if the group I put in is a 'Global' but not if …