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

1
vote
2answers
210 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 ...
1
vote
2answers
529 views

How to send mails using a custom .NET application and Windows authentication to a distribution list that only allows authenticated senders?

This is basically a cross post from my StackOverflow question to see if I can get a server side perspective. I'm trying to send automated emails from a C# console application from machines to clients ...
1
vote
2answers
330 views

To set up smtp server in IIS

I am trying to set up SMTP server on IIS 7. I have selected "Deliver e-mail to SMTP server", and "Use localhost" checkmark and the port number is set to 25. My c# code is below protected void ...
0
votes
2answers
116 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), ...
0
votes
2answers
321 views

Try to delete files used by IIS

I got a service coded in c# whoes deleted somes web site files hosted on iis, before an update. But sometime when i delete the files, they stay there. If I try to delete them manually, via explorer, ...
0
votes
2answers
208 views

In IIS7 how can I set the number of requests IIS can handle

I have a Windows 2008 / IIS 7.5 server that I want to act as a proxy for another service call. The problem I am having is that the service I am calling often takes a while to respond, so I need the ...
0
votes
2answers
390 views

Querying a LINUX DHCP server in C#

I have a very large network say Class A. I have Linux DHCP and Microsoft DHCP servers deployed. I am successful in querying Microsoft DHCP server but Is there any way to Query LINUX DHCP server to get ...
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 ...
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 ...
1
vote
1answer
270 views

Outlook Addin Best Practice - Where to store the configuration when you deploy the addin from a server?

I've seen some posts about this, but i have a specific requirement. What is the optimal solution to save the configuration for an Outlook (2007/2010) Addin when you want to also make sure that the ...
1
vote
1answer
647 views

Mailbox unavailable. The server response was: 5.7.1

i have developed on aplication for sending email. i have Specified Smtp address, Credentials, i am using windows server 2008, IIS 7 Mailbox unavailable. The server response was: 5.7.1 Unable ...
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 ...
0
votes
1answer
79 views

Reattach Console Session in a Windows Server machine

In a Windows Server machine (such as Windows Server 2008), there can be a console session and many more RDP sessions. But sometimes the console session get detached from the server. From a service ...
0
votes
1answer
150 views

CTI Integration

We are trying integrate CTI into our product. Currently our client is using Simens HiPath. Our development expertise is using MS languages such as C#, .Net etc. We need to fetch data from SQL server ...
0
votes
1answer
93 views

SmtpMail.Send(_MailMessage); doesn't work

I am using default smpt virtula server to send mail using c# but it doesn't send any mails and also it doesn't throw any exceptions public static void SendEmail(string _FromEmail, string _ToEmail, ...
0
votes
1answer
218 views

Programmitically how to create task scheduler in windows server 2008

In windows application, when i import the task scheduler(.job format) in windows XP machine it is working fine. but when i am trying to import the task scheduler in windows server 2008 it is not ...
0
votes
1answer
167 views

Setup an IIS self signed certificate on Oracle Application Server

My main server is running IIS 7 and has an ASP.NET/C# website that needs communicate to another server that uses Oracle Application Server. Currently, the website is communicating to the Oracle ...
0
votes
1answer
395 views

C#, WebClient and Windows Server 2008

I have a big problem with WebClient class on Windows Server 2008. I have small code that downloads data from web using WebClient.DownloadFile/DownloadData method. Everything works ok on Windows 2003 ...
0
votes
1answer
406 views

WCF Service in Windows Services

I create WCF service library and i test that working fine on WCF Test client(default). when i host the WCF service in winodws service that time i got the error. I am using windows XP sp3, .Net 3.5 and ...
0
votes
1answer
190 views

What is the problem with SQL Server 2005 Express?

I've eveloped and application using C# and Sql Server 2005 Express. I try to run the application on other computers. I install .Net everything's ok, when I try to install SQLEXPRESS three cases ...
0
votes
1answer
195 views

Multi-Application Server Environment and Memcached Security

We are looking to integrate Memcached into our infrastructure, but have a security concern before we do. We run several platforms including ASP.NET and Coldfusion and have many app developers working ...
-1
votes
1answer
39 views

W2k3 Custom Services Slowness

i am using sc.exe to create a custom exe windows service (auto start enabled) into a Windows 2003 SP2 machine and it runs very very very slow compare if i uses the same application and run it using a ...
2
votes
0answers
208 views

Install Visual C# Express 2010 onto client machines - redistributable package needed

I would like to install Visual C# Express 2010 onto several machines on the Windows network at the school where I work. I can only find web and ISO installers, but I really need MSIs for both Visual ...
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) { ...
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 ...
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 ...
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
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 ...
1
vote
0answers
72 views

IIS windows integrated Auth

I have a one way trust with a foreign domain, they access my web application hosted in IIS using windows integrated auth.. problem i am seeing for every new request iis does the auth agains the DC ...
1
vote
0answers
360 views

Fail to install .NET Framework 3.5 on Windows XP Embedded

I've a XP Embedded device on which I tried to install the Full 3.5 Framework (not the Compact one) but doesn't work because the size of the hard disk drive is to small (only ~200MB left). 1) Can I ...
1
vote
0answers
386 views

calling web service using current users credentials

I have a web service which is on another server than my web server and that service requires a domain user to function...we have NTLM authentication and my application is a web part.. whenever the ...
1
vote
0answers
125 views

What rights user needs to run adamsync.exe under ws2008

I'm logged as an administrator and I want to impersonate user using c# and then run adamsync.exe under this impersonate user context. Impersonated user exists in the domain and belongs to domain ...
0
votes
0answers
18 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 ...
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" ...
0
votes
0answers
115 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
51 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
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 ...
0
votes
0answers
100 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 ...
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
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 ...
0
votes
0answers
287 views

How to route all internet traffic via a virtual tap device and a public server

We want to route all traffic from one pc to a local virtual device (TAP-Win32 Adapter which is also used by OpenVPN) and then from there to another tap device on a public server. after that all ...
0
votes
0answers
168 views

My mvc 2 application serves 404 for all pages except home page, iis 6

I asked this question on Stack Overflow, and it was suggested that this would be a better place to ask: I have an mvc 2 application that is running in ii6 in the test environment and production ...
0
votes
0answers
343 views

WMI network programming in C#

I am working on network project in C# and I can use only WMI and Win32_* classes. I'm using Win32_NetworkAdapter for connection to remote computers but I've got an RPC error which I can't figure out ...
0
votes
0answers
127 views

How to add banners on Outlook emails

First, sorry but my English isn't good We need develop an app that lets an admin user manage banners, and these banners could be placed in the footer-body of the company's emails. In the company ...