Questions tagged [webproject]
30 questions
1
vote
1 answer
Why am I getting an error stating 'The certificate authority is invalid or incorrect' when opening my .NET 1.1 project in VS2003
(I just wrestled with this issue and didn't find much out there so I'm dumping my problem and resolution here)
We've had a .NET 1.1 web project under development hosted on a Windows 2k3 server which had a valid SSL certificate installed on the…

tQuarella
- 365
- 4
- 13
0
votes
0 answers
Add content at Caret position inside content-editable div on button click
I'm trying to add content inside the content box at cursor point using button click & java script function, it's adding inside the box, but if I click somewhere outside & again click the button it's adding content inside the button. How can I…

Gourav Roy
- 25
- 1
- 7
0
votes
2 answers
ASP.NET Development with a Design Team
I am looking for some good information on the best way for a design and development team to work together. I am a WinForms developer and I have very little experience in .NET web development and I have been asked to take over responsibility for the…

Wiredness
- 175
- 2
- 12
0
votes
2 answers
Add custom user control to published web project
I am beginning to wonder if this is even possible. It just seems so simple.
I have a published web project. I want to add some .ascx files (with .cs & designer.cs files) to that published web site. These are simple custom user controls that…

trevorc
- 3,023
- 4
- 31
- 49
0
votes
1 answer
Javascript isn't working in jsp file
I am working on a web project using JSP, i have google a lot about this, found a similar problem without any solution !
Does the page is getting submitted before javascript executes or what.
Here is the code
<%@ page language="java"…

AB-Technoholic
- 9
- 4
0
votes
1 answer
I created a new project in Visual Studio 2013 and noticed folders named obj and bin in my project are not automatically included
I am just learning and following a tutorial on how to create a web project. When I create the new project I do see two new folders called bin and obj. I have read what these are but I am confused as to why when they are created they are not…

kpetry
- 11
- 1
0
votes
1 answer
NeTBeans Web Application Project gives a error message HTTP Status 404
When I run the project directly right clicking the project name I get a error "HTTP status 404" but when i individually run a file (eg. home.html) it runs.The project is a servlet project, where my home.html is connected to a servlet file.There…

Anurag P
- 337
- 3
- 11
0
votes
1 answer
myPage.com instead of mypage.com/WebContent
I have created my webpage in eclipse as Dynamic Web Project and uploaded the WebContent folder to the server (WebContent contains index.html js, imgs and css). When I call myPage.com, it works only with the url myPage.com/WebContent. Afterthat I…

Kristopher Peter
- 145
- 4
- 13
0
votes
0 answers
How to create a Webproject and have GWT dependant project and run the webproject in development mode in eclipse or RAD?
I have my web project MyWebProject and I have my GWT project as a dependent project.. I need to run the web project in development mode, but its not listing any entry point modules to do the same.. Is there any workaround for this?
Thanks
Jugunu

Jugunu
- 141
- 3
- 14
0
votes
1 answer
How to correlate and parameterize, the file path, which is not recorded in the script in LoadRunner and Fiddler (version: 11.52)
I have a script in LoadRunner where I have to log in to an ecommerce application, search for a product, view the images of that product, download the image files into the system, and log out. I have to parameterize the - save file path - in multiple…

mishalalex
- 1
- 2
0
votes
1 answer
Error with velocity context method
i'm traying to put in velocity context one method:
ctx.put("round", roundServiceTime(serviceTimeRound));
public int roundServiceTime (int serviceTimeRound) {
double sum = serviceTimeRound/60;
this.serviceTimeRound =…

PDS
- 562
- 3
- 13
- 27
0
votes
1 answer
character encoding in java web project
I just get a strange encoding problem in java web project.
System.out.println("search url: " + searchURL);
searchURL = new String(searchURL.getBytes("utf-8"), "utf-8");
System.out.println("test===" + new String(searchURL.getBytes("utf-8")));
I…

santi
- 117
- 3
- 11
0
votes
0 answers
Add "Visual Studio Web site" to "MVC 4 Web Project"
Add "Visual Studio Web site" to "MVC 4 Web Project".
I have done following steps:
- Created a new MVC 4 Web project using visual studio 2012.
- Created a folder under this project.
- Copied all the contents of website to this folder.
- Include…
-1
votes
1 answer
Where can I find a web control like word's textbox?
I want to use a control like below in my web project (textbox that is editable when double clicked for example). Some suggestions?
Regards.

Eduardo
- 693
- 3
- 9
- 21
-4
votes
1 answer
How can I create my own web project?
I've been searching for a long time to find a proper answer this question but couldn't found a satisfying one. Please note that I'm very unexperienced about programming/coding. I only have basic HTML/CSS knowledge. I'm trying to learn programming on…

chronicpain
- 1
- 1