I need to take a web page and extract the address information from the page. Some are easier than others. I'm looking for a firefox plugin, windows app, or VB.NET code that will help me get this done.
Ideally I would like to have a web page on our admin (ASP.NET/VB.NET) where you enter a URL and it scraps the page and returns a Dataset that I can…
I think that MySQL or ASP.NET is caching my queries.
I edited my MySQL sproc to remove some parameters but it keeps saying that those parameters are missing. Here is what happens:
ASP.NET app calls a MySQL stored procedure.
Everything works perfect.
I delete some parameters from the sproc and ASP.NET parameter list accordingly.
All…
Environment: Windows Server 2008 Enterprise, IIS 7.0, ASP.NET 2.0 (CLR), .NET 4.0
I have an ASP.NET application with no page and no session(HttpHandler). It a streaming server. I use two threads for processing each request so if there are 100 connected clients, then 200 threads are used. This is a dedicated server and there's no more…
I went to http://www.asp.net/mvc and the web installer offered me the option to install MVC 2, but not MVC 1.
I thought MVC 2 was still in beta? Either way, I need to write an MVC 1 app. In visual studio, my only choice is either ASP.NET Web Application or ASP.NET MVC 2 Web Application.
Can anyone advise?
CodePlex Daily Summary for Friday, December 10, 2010Popular ReleasesFree Silverlight & WPF Chart Control - Visifire: Visifire Silverlight, WPF Charts v3.6.5 Released: Hi, Today we are releasing final version of Visifire, v3.6.5 with the following new feature: * New property AutoFitToPlotArea has been introduced in…
CodePlex Daily Summary for Thursday, January 13, 2011Popular ReleasesMVC Music Store: MVC Music Store v2.0: This is the 2.0 release of the MVC Music Store Tutorial. This tutorial is updated for ASP.NET MVC 3 and Entity Framework Code-First, and contains fixes and improvements based on feedback and common questions from…
CodePlex Daily Summary for Friday, January 21, 2011Popular ReleasesTweetSharp: TweetSharp v2.0.0.0 - Preview 9: Documentation for this release may be found at http://tweetsharp.codeplex.com/wikipage?title=UserGuide&referringTitle=Documentation. Note: This code is currently preview quality. Preview 9…
I've just stopped all pretty much all services except sshd on my server (Ubuntu Server 10.04), and when I run iftop I get output that looks like this:
12.5Kb 25.0Kb 37.5Kb 50.0Kb 62.5Kb…
hi,
I need vs.net to always run as administrator.
I can't click on .sln files because it won't run as adminstrator.
So I have to manually click on the vs.net icon, run as administrator, and THEN open a solution file.
I am running windows server with asp.net websites and sql server 2008 and IIS 6.
It is working fine.
Now I need to move my asp.net websites to another windows server and I have hard time setting correct file security for the new server.
…
I am trying to integrate uppercut and cc.net for getting build and revision...
What i have to put in codebuild folder???
without cc.net integration can we get both build and revision incremented?
when will build and revision get…
Any recomendations on what services are out there to host an ASP.NET MVC application using .NET3.5, IIS 7, SQL Server 2008? Any recommendation on shared? VPS? Dedicated?
We are using Tight VNC server in our project for screen sharing, due to some security constraints we cannot directly install Tight VNC server on clients machine. So through .net windows applicaton we are invoking Tight VNC. Now…
(Please forgive if this is posted in an incorrect forum. We didn’t know exactly where to post it.)
We have an ASP.NET Web API single page application - a browser-based app running in IIS to serve up HTML5/CSS3/JavaScript,…
I install .NET Framework and it shows the message saying that was all right, but when I try to run a web site the uses .NET 4, it doesn't run, because IIS doesn't find the .dlls.
Even if I search for them at windows…
Following code always fails
URL url = new URL("http://userserve-ak.last.fm/serve/126/8636005.jpg");
Image img = ImageIO.read(url);
System.out.println(img);
I've manually checked the url, and it is…
I am having troubles with using FP2 for eclipse and getting it to connect with the server.
Eclipse seems to auto-detect scion_server, but I a error in the log file
!ENTRY net.sf.eclipsefp.haskell.scion.client…
hey guys,
this is homework stuff, but the question is not much about coding. the task is to write a java applet to work on an m-grid server. i have the server running on apache. it has a few sample applets in…
How can i convert language in my Java? Is there any API exist, which convert any language to any other language? I am using Google Translate API, but it giving me below exception.
java.lang.Exception:…
In the first part of this series you learned how to outline your guest web application project and start creating the required Visual Web Developer Express project as well as the database. In this…
CodePlex Daily Summary for Wednesday, February 24, 2010New ProjectsADO.Net DataSets to ExtJs.data.Store: A JavaScript (and C#) based project to reduce the amount of client-side code necessary to…