0
votes
1answer
23 views
Error message when trying to add a Service Reference.
I'm trying to add a service reference to my silverlight project from a file stored on my hosting server. When I put the link in I get the following error:
The document at the url …
1
vote
1answer
29 views
Web Application Problems (web.config errors) HTTP 500.19 with IIS7.5 and ASP.NET v2
This is driving the whole team crazy. There must be some simple mis-configured part of IIS or our Web Server, but every time we try to run out ASP.NET Web Application on IIS 7.5 we …
0
votes
1answer
24 views
open source web interface to create svn projects?
Is there an open source web front for me to put on my server? I would like to give friends a url so we all can create our own svn projects without restrictions and great speed. opt …
2
votes
7answers
80 views
Incremental deployment of java web applications
We have following problem. Developers frequently need to make small changes to our web applications. When I say small, I mean things like correcting the spelling on a web page or s …
3
votes
7answers
71 views
How to verify if the Web Service caller is my web site?
For security reason, i need to garantee that only web client running an specif web site can access the web service. I'm doing verification over the domain request only, but i need …
0
votes
4answers
28 views
Passing parameters from silverlight to ASP.net
Hi,
I've made a little game in silverlight that records users scores whilst they play.
I decided it would be a lot better if I could implement a leaderboard, so I created a datab …
0
votes
4answers
76 views
What technology was used to implement this Rich Web UI?
In another question, someone mentioned this site which blew me away: http://zoomii.com
Does anyone know how they implemented this rich UI? At first I thought it was Flash but I d …
1
vote
4answers
27 views
running application on client machine
Hello,
I have developed two applications, one ASP.NET web application (myWebAppl) and one windows application (myWinAppl).
myWebAppl Details : This application has two web pages …
-3
votes
6answers
105 views
What are the must learn technologies as a web developer today?
After being advised by our friends in this community to learn JSON based on a question i asked. I look at JSON for a while and discovered how great it was.
It really got me about …
5
votes
4answers
55 views
The easiest way to perform asynchronous operations in Java web applications
I have Java servlet-based web applications. I would like to implement some operations in asynchronous manner, like for example writing to a log.
I would like to avoid JMS overhea …
4
votes
3answers
114 views
Considering an Erlang web framework to learn and use in production
I’ve started learning Erlang a few days ago and it’s definitely a very interesting language and very suitable for web development (back end at least). I am going to experiment and …
0
votes
6answers
106 views
What are the basic skills needed for web application development ?
I have a good understanding of C, C++ and java. I have an idea about a web app (as a self learning project) but don't know what technologies would be needed to create a web app. Al …
0
votes
2answers
11 views
How do I change the location of index.jsp in a war file
I have the following project structure:
myproject
- src
- WebContent
- META-INF
- WEB-INF
- jsp
  …
1
vote
1answer
34 views
file:// urls and Internet Explorer
I have an intranet application, which for many years has made use of the file:// syntax for urls to link to resources on (hopefully) network shares. I know that uploading instead o …
1
vote
2answers
21 views
capturing pdf print event in web applications
i am generating pdf in my web application ,i want to keep track the users who are printing the pdf from my application's browser.how can i do that?
