The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
4answers
388 views

Bulk fax handling

I have been tasked with finding/creating a bulk fax solution to fax individual reports to hundred of our clients (each report will be unique). We would prefer to stay away from a per page service as ...
2
votes
3answers
193 views

Vote-fraud prevention --how to ensure votes are legitimate [closed]

A website I'm working on includes a contest where users are allowed to vote for their favorite entry. The customer wants some form of vote-fraud prevention. The idea of recording the IP addresses ...
2
votes
2answers
138 views

Live site is down. Too much traffic. Where do I start. (Win 2003 + ASP.NET + Memcached + SQL Server 2005)

Our traffic has gone up significantly, but our site works fine for most of the day, but during our peak hours, our site has been crippled. Requests are being queued in the hundreds and then everything ...
1
vote
1answer
991 views

Scheduled job not running to completion; event logged with return code 3762504530

I'm just a lowly developer, but a scheduled (2:00 am) VB.Net console app job I inherited is intermittently not running to completion. About half the time, it just doesn't run to completion, logging ...
1
vote
1answer
241 views

Error connecting to SQL Server 2008 Express over a LAN

We have a VB.NET application which uses SQL Server Express 2008. This application could have any number of users. One user will be the server, so there won't be any problem in connecting ...
1
vote
1answer
176 views

what's the port number of mysql

I'm trying to connect mysql with vb.net, I've already downloaded the mysql connector-net. And installed it. But I don't know what is the port number , server address of mysql. Its needed in the ...
1
vote
2answers
844 views

Allowing non-admin users to unstick the print spooler

I currently have an issue where the print queue is getting stuck on a central print server (windows server 2008). Using the "Clear all documents" function does not clear it and gets stuck too. I ...
1
vote
1answer
165 views

Calling individual powershell functions from VB.net

I have a powershell script that has a bunch of powershell functions. I want to be able to selectivly call indiviual functions from my VB.net application without running the whole script. My research ...
1
vote
2answers
2k views

IIS mystery: “Deadlock detected” periodically makes site unavailable

A few times a day, our vb.net (IIS 6.0) website is randomly throwing the following error and becomes completely unavailable for 5-15 minutes at a time while the application is recycled: ISAPI ...
0
votes
4answers
384 views

Who moved this PC here aka Locate which port on switch a PC is plugged into

The catch is you have no SNMP access, not even public. The end vision is locate a PC in building easily even if PC's are moved around. The MAC address of the PC is known and the software would run ...
0
votes
2answers
557 views

Changing IIS application pool identity to local system

Hey guys, I've recently been having problems with Microsoft Server 2008, Plesk, and MSSQL. The problem was that when one of my applications in the pool tried to access the database I got an error ...
0
votes
1answer
55 views

Deploying .vbhtml on Local IIS Installation

I've come into a company that has been using asp.net for some web applications stored on our local servers. There's no current programmer, so I've used what knowledge I have to build a new feature ...
0
votes
2answers
405 views

VB.NET in IIS 7 on Windows 7

I set up IIS 7 in Windows 7 and made a very simple script to test it in the Default website. I get the the following error: Parser Error Message: '”VB”' is not a supported language. Source Error: ...
0
votes
1answer
475 views

other computer in the network cannot connect to mysql database

I have a vb.net program that uses mysql as its database. And it works when the computer has wampservr installed. But the program gets an unhandled exception error when the computer where its running ...
0
votes
1answer
660 views

configure firewall not to block wampserver from being access on lan [closed]

how do I do I configure the firewall so that it wont block wamp server from being access from other computers on my home network?
0
votes
1answer
1k views

Wamp server that works over a network [closed]

I have 2 computers. Both with w7 as os. I have installed wampserver on one of them. I have mysql database on wampserver. Then I have made a vb.net program to connect to mysql database. I have put the ...