C# is a multiparadigm, managed, garbage-collected object-oriented programming language created by Microsoft in parallel with the .NET platform

learn more… | top users | synonyms

0
votes
0answers
12 views

How to fix IIS Total Requests ramping up

I've got a site that has recently been experiencing a lot of downtime due to max memory usage. We're running a VPS with 8GB RAM, Windows Server 2008 R2, IIS 7.5, WebForms 4.0 site with SQL Express ...
-1
votes
0answers
18 views

Adding a data connection in visual studio project [closed]

M workin on a C# projet, while tryin to add a data connection I get this error an unexpected error occured in the .net framework data provider for microsoft sql server compact 3.5 please contact the ...
-1
votes
0answers
16 views

linux ssh sshoperationtimedout exception [closed]

i am using asp.net and c# for connecting with linux server. the following is simple code for connect with linux server. protected void Button1_Click(object sender, EventArgs e) { Timer1.Enabled ...
-1
votes
0answers
17 views

Replace %20 in Url with - in C#.net web.config [closed]

I am trying to rewrite the url in C#.net framework=4.0 and visual studio version 2010, I have written following line of code in web.config fileBut not effecting the url .. i want to replace the %20 in ...
0
votes
0answers
19 views

Error: Retrieving the COM class factory for remote component with CLSID {XX} from machine X.X.X.X failed due to the following error: 80070005

When i am connecting to the remote iis server for retreiving all the sites list from that server, it gives the error as "Retrieving the COM class factory for remote component with CLSID {XX} from ...
-1
votes
0answers
27 views

Create an application which has the capability to detect and list all the available Ethernet ports on the device. [closed]

Create an application which has the capability to detect and list all the available Ethernet ports on the device. On the click of a Start button, the application should start listening to these ports ...
0
votes
0answers
27 views

Add and remove SSL binding with a non admin account

Is it possible to add and remove SSL bindings with a non-admin account? I've tried to add my non-admin account to IIS Manager Users, but when I connect remotely with this user there is no "Bindings" ...
1
vote
1answer
35 views

The RPC server is unavailable from .NET over AWS

I am trying to access EC2 machines remotely to get some info using C#. I wrote code as below:- ConnectionOptions options = new ConnectionOptions { Username = serverspace.ServerIP + @"\xxxxxx", ...
-1
votes
1answer
43 views

MYSQL on linux : server side considerations [closed]

I have a winforms program(that runs on a client) that connects to a local MYSQL (used for testing) using a connection string. Now, I need to do the same with a MYSQL database in a server. I have ...
0
votes
0answers
27 views

Get AWS Instance Disk Space Programatically using .NET API's [duplicate]

I managed to get data of instance using below code AmazonEC2 ec2 = AWSClientFactory.CreateAmazonEC2Client( AWSAccessKey, AWSSecretKey, ...
0
votes
1answer
55 views

Deploying c# application

I have a c# winform application that may well be deployed too 2.5k machines. What is the best way to deploy such an application (avoiding installing by hand on each machine) Thanks, ayd
-1
votes
1answer
77 views

Send 6000 emails at once [closed]

I am trying to help a local community group set up an email list. They cant afford to pay any extra money to rent an smtp server. The email list is around 6,000 addresses. We dont want it to be ...
0
votes
2answers
69 views

Simulating many client connection to server

I've written a protocol on top of TCP using C# Sockets class which allows the transfer of files between many clients, and put it on a Windows Server 2008 VPS. I have then written the client-side ...
0
votes
0answers
116 views

C# Winforms Application Failure in sending Email: The remote name could not be resolved: 'smtp.gmail.com ; Operation Timed out

My WinForms C# program sends email. I've used MailMessage and SmtpClient. In the constructor of SmtpClient I passed smtp.gmail.com and port 587. There is no problem with the code. This is working on ...
0
votes
0answers
34 views

AWS Custom metric not displayed in correct way

I am trying to create a custom metrics using .NET Apis. I used code below as written in Cloud-Watch sample with the SDK //Put stat to CloudWatch AmazonCloudWatch client = ...
0
votes
0answers
43 views

CPU usage is more on the windows server 2008

I am developing a windows service which monitors some files and send them to some other application.I have developed using .NET3.5. The problem I am facing is when I run this process in Windows 7 ...
0
votes
0answers
52 views

EIM SSO Tickets via C#

We have setup EIM (Enterprise Identity Mapping) that maps Windows signons to IBM i signons. Is there a way of getting to the Target Mappings using a C# interface (or indeed I would like any working ...
0
votes
1answer
107 views

Dcpromo run as Local System in Server 2008

I am trying to have a service running on a Windows Server 2008 R2 be able to execute dcpromo in order to join and remove AD. In Server 2003, I was able to simply use Process.Start() in C# and provide ...
1
vote
1answer
29 views

Application under a site in IIS evaluates ~ to the website root not the virtual directory

I have a website in IIS lets call it QA.local. Under this root site I want to set up multiple applications that reside in a set of virtual directories E.G. QA.local/app1 and QA.local/app2. The problem ...
0
votes
1answer
109 views

Show processes running on remote computer using WMI

I'm using WMI in order to run commands on a remote machine. For now, and I know it's as it should be, the process which is being run is not shown on the screen of the remote, I can only see it running ...
1
vote
0answers
106 views

HP ILO 2 XML POST

I am using the following code on my ilo 3 or 4 machines successfully in order to get a response and parse it for information: public string doiLO3Request(string requestRibcl) { ...
0
votes
0answers
157 views

IIS slow response

I have developed ASP.NET 4.5 application which take infos about sensors from sqlite database every 3 seconds. This application runs nice on my local develop machine on IIS Express server. I have ...
1
vote
1answer
59 views

Changing the user IIS runs over

I am trying to change the user IIS runs over. I read that IIS might run using IUSR_computer_name user but I am not sure if this rule applies to IIS 7.0 The question is, trying to map the whole ...
-1
votes
1answer
31 views

How to remove title on first page on SSRS Reports [closed]

I have an Application Setting in my web.config file that looks like this: <add key="title" value="My Report"/> In my SSRS reports this setting is used in a title page. I want to remove the ...
0
votes
0answers
101 views

No logon servers available until I try in windows explorer

I have an asp.net application on a web server which tries to create a directory on another server's windows file share such as: \10.0.0.4\Share\Path\d2d37700-6061-41fb-b844-ddee84ac8d44 This usually ...
-1
votes
1answer
136 views

Best approach for Synchronization Mysql databases using C# [closed]

I have a requirement as below. Windows application in c# with MySQL database MySQL database in both local and server One centralized server with many client synchronizing the server database at each ...
-1
votes
1answer
212 views

LDAP: The Workstation service has not been started [closed]

I'm using ASP.NET-MVC4 Framework for building a web application. I want use the ActiveDirectoryMembershipProvider for authentication against my active directory I'm using at my Windows 2012 vServer. ...
2
votes
1answer
207 views

Remote rsyslog only writing logging data to /var/log/syslog and not custom logfiles

I'm having a problem setting up rsyslog to log remote logging data to a specific file. I have two Windows Server 2008 boxes that each have a C# application using NLog.Targets.Syslog which log their ...
1
vote
0answers
76 views

Migrating from Exchange 2003 to 2010 UID changes from 32 characters to 64 characters

We have built a custom CRM tool that integrates with Exchange 2010 using Exchange Web Services. The issue we are encountering revolves around editing appointments through the CRM tool that were ...
0
votes
1answer
101 views

Count all received packet using Tshark [closed]

i am build application who start capturing via Tshark with command line and i am looking for option to count all the received packets after i am start Tshark process this is my function who start the ...
1
vote
1answer
199 views

Dependency issue when upgrading my computer to mvc4, and trying to deploy mvc3 applications

I am having a very similar problem to this: How to fix this MVC website error: Could not load file or assembly 'System.Web.Helpers, Version=2.0.0.0 same exact error message: Could not load file ...
0
votes
3answers
439 views

C#, connecting to a specific server that is behind the balancer

Just can't seem to find a clue about this one anywhere. The Story(Diagram of the system) In the company i work in we have 5 IIS servers... In every server there are many websites(In every server the ...
0
votes
0answers
121 views

Does changing an IIS Application Pool owner permanently modify attributes?

I have a C# .NET application I've built that creates Remote PowerShell sessions to Microsoft's Live@Edu servers to provision user account mailboxes. In order to run PowerShell I need to impersonate an ...
0
votes
3answers
323 views

Why doesn't my web page load completely every time?

I have an intranet website running on IIS 7. When I try to load my site, it reacts differently every time. Here are the following different scenarios that occur when I try to load my site: The site ...
3
votes
1answer
395 views

Getting error when deploying webservice to iis 7.5

I've been ask by the programming department to test deploying one of their app. For all I know about the app, is that it's a webservice wcf code c# for a wpf app. They did tell me that they did try to ...
0
votes
0answers
147 views

how to use custom ip address to browse a web page c#/.net [closed]

i am trying to browse web page using custom(user provided) ip address but it's not working. webBrowser1 loads web page successfully but it's not using custom ip address, it loads page with real ip ...
0
votes
0answers
248 views

How to configure IIS7 integrated mode for an image handler extension in asp.net c#

Hi I have written an image handler in asp.net3.5 c# and on my local It's ok and shows images ! I have uploaded It and It does not show images ,I found out that I have to configure IIS7 integrated mode ...
1
vote
1answer
150 views

.svc web service broken when moving to IIS 7

I'm trying to move an application from IIS 6 to IIS 7. I've managed to get everything working except for the web services (.svc files). These return 404 exceptions. In the failed request logs I get ...
0
votes
0answers
144 views

asp.net WebClient.DownloadString blocks all requests [closed]

I have a website for website seo analysis.(www.onlineseoanalyzer.com) People enters website urls and my c# codes download and processes site content. But when downloading website contents, it blocks ...
1
vote
0answers
176 views

Dynamically Insert single record into MS access from SQL server

I have two databases(SQlserver and MS Access) with same schemas (same tables). SQL server database has data but Access has no data (blank database). My goal : when user enters a ClientId and click ...
0
votes
2answers
117 views

what would need to change on IIS for SSL Enabled SQL server

I have IIS set with windows intergrated security, the intranet c# web application connects database with trust connection. Everything works fine until we enabled SSL on the database (Sql server 2008), ...
1
vote
0answers
101 views

single application multiple users through thin client

I am having one application built in c# winforms. In the backend i am using SQLSERVER 2008 Express. And i am using the application remotely through thin clients. and my operating system is windows ...
1
vote
1answer
256 views

excecute batch command over MSI Package

I have a huge network of PCs that are all in a same domain (active directory). I want to enable WMI service and relative port, then set the domain's administrator credentials to WMI credentials over ...
1
vote
2answers
211 views

IIS get full error message for failed requests

I have IIS set-up and serving my webservice. Unfortunately if the webservice throws an exception, all I get is a blue box with the title failed request. What options do I have to actually see what ...
2
votes
2answers
459 views

iis 7.5 website not reachable in lan

I'm running a Windows Server 2008 R2 with IIS 7.5 and want to deploy an old silverlight business application with membership provider and wcf data services (not ria) on it, so everyone in the LAN ...
0
votes
1answer
68 views

Microsoft Outlook Password Protected Email Add In [closed]

I am facing an issue. I want my Microsoft Outlook email's to be password protected. I Google'd for it, came to know about "AddIn's for Outlook 2007" project. Any tutorial on how to setup a password ...
0
votes
1answer
149 views

Why are my MySQL connections running slower on localhost than through network?

This is my basic scenario: I have an ASP.NET MVC 3 web application which connects to a MySQL database through MySQL .net connector 6.5.4 . I have this scenario for almost a year, but some weeks ago we ...
1
vote
2answers
199 views

Using IIS6 to run kill process. Executable hangs

I'm using the following code (any tried many variations) in a web page that is supposed to kill a process on the server: Process scriptProc = new Process(); SecureString password = new ...
1
vote
0answers
144 views

SocketException (Timeout) only when running as scheduled task

I'm running a C# web-scrapper application (that I wrote) on a Windows Server 2003 instance under a user belonging to the local Administrator group. When I run it within a desktop/remote-desktop ...
0
votes
1answer
323 views

Code runs fine on localhost but doesn't execute on gatorhost

I wrote a small website in VWD. I am running it on my home machine using the localhost features of VWD. It runs flawlessly. Now the backstory. I had a linux server with gatorhost. I had them switch ...

1 2 3 4