Quantcast
Channel: All Forums
Viewing all 27852 articles
Browse latest View live

GetComputerSite().Name fails to return name when using ApplicationPoolIdentity

$
0
0

The Problem:

An AD Site aware web application must obtain information from an AD controller within the same AD site as the the web application. 

We have this working in a development environment using IIS 7.5 and a production environment using IIS 7.5 BUT ONLY if the Application Pool is using NetworkServices account; when using ApplicationPoolIdentity, the application ceases to function properly as it is unable to obtain information about the AD site in which the web server resides. Specifically:

System.DirectoryServices.ActiveDirectory.DirectoryServices.GetComputerSite().Name

fails when using ApplicationPoolIdentity with error ActiveDirectoryObjectNotFoundException.

Using NetworkServices account is not the preferred direction given changes in IIS7.0 and 7.5 having the ApplicationPool be setup to use ApplicationPoolIdentity; so we're looking for what needs to be done to allow us to use ApplicationPoolIdentity vs NetworkServices.

Environment

Webapplication using IIS 7.5 in an AD Domain within a specific AD site using ASP.net

There are three sites within the domain, lets call them: A, B, C.  The server hosting the web application is in Site A.   We use GetcomputerSite().Name to return the site and use that name to limit the list of controllers which information is requested from.  

Research:

We verified our web server was in the AD site expected by checking the registry keys mentioned in this stackoverflow article

More research lead us to a technet article describing a similar issue. We utilized the powershell script mentioned to see what would happen from our web server:

[System.DirectoryServices.ActiveDirectory.ActiveDirectorySite]::GetComputerSite()

It returned servers and the list of 8 controllers we expected to find; along with the proper site name; same as in the registry key.

So this led us to permissions (and that's why it's posted here) differences between the default application pool NetworkServices vs ApplicationPoolIdentity. As we knew at this point the web server could see the site and servers... so why couldn't the web application?

We switched the Application Pool from ApplicationPoolIdentity to NetworkServices and everything started working.  We switched it back to ApplicationPoolIdentity and it stopped working.  This appears to conflict with the statement made in this article that,"application pool identities also use the machine account to access network resources. No changes are required."

Expected Results:

We expected using an application pool set to use ApplicationPoolIdentity that the GetcomputerSite().Name would return the AD site of the web server on which the application was hosted.  Instead it threw an error that so far we've not been able to work around. So...

The Question(s):

  • Is there a better method to get a handle to an active/responsive controller within the servers' site and gain access to the user department information?

  • What permissions would need to be added to ApplicationPoolIdentity to allow this application access to AD Services?

This question also proposed: http://stackoverflow.com/questions/26384891/activevdirectory-activedirectorysite-getcomputersite-name-returns-error-act


Replacement for Expressions Encoder Pro SDK

$
0
0

Hi,

Is there a replacement for Expressions Encoder Pro SDK. We are looking at completely shifting from Adobe and Apple technology to Microsoft. And IIS Media Services / Silverlight seems to fit our needs perfectly.

Expressions Encoder Pro SDK, has all the functions we need for the custom live encoder app we need. It's looks perfect for us. To capture a live source and push to a Smooth Streaming publishing point on iss with media services. However, we need the features in the pro version, and this is no longer available. I've searched, but can't seem to find any definitive information for non cloud development. I'm sure it's a case temporary blindness. 

What current Microsoft technology( SDK/API) is recommended for new designs, for encoding from a live capture device source and pushing to an iis publishing point, using smooth streaming?

Thank you,

Finis

How to remove excess intermediate certificates?

$
0
0

Due to SHA1 deprecation, we have ordered SHA256 replacement certificates for Exchange 2010 OWA and SharePoint.  

We successfully installed the certificates and when we look at the certificate through the browser, everything looks fine.

However,  SSLLABS.com says an "additional" SHA1 intermediate is still available and may cause browser warnings.

I tried to uninstall it from the MMC, but when I did it broke the certificate chain and I had to reinstall it.

What are the correct steps to remove the old SHA1 Intermediate and make sure the SHA256 intermediate is still properly applied on IIS for Server 2008 and 2008 R2?

Problems using Windows Authentication on web application in IIS 7.5 with Application Pool

$
0
0

I am trying to setup a web application in IIS on Windows Server 2008 R2.  I create the web app, WebApp1, and I create a new application pool, WebAppPool1.  I go into Authentication and disable Anonymous and enable Windows Authentication.  At this point, users get a logon prompt when they go to the URL, and they enter their credentials, and are re-prompted and never let in.

Do I need to give NTFS permissions on the physical folder to the application pool user or the end user accounts?  Or neither?  Does the application pool need to run as ApplicationPoolIdentity?  Or something else?  Do I need to modify .NET authorizations?

I've tried all these things and combinations of these things, but I can't get this resolved.  If I change the application pool to use NETWORKService instead of ApplicationPoolIdentity, then things seem to work.  But I want it to run as the ApplicationPoolIdentity (unless this is not the correct way to do this).

Trying to Add app to site (another noob who needs some basic instruction)

$
0
0


Hi;

I'm a complete novice at IIS, and I'm having difficulties in
setting up a new site to run on localhost.

Configuration is as follows:
Windows 8.1, 64-bit
.NET 4.0.30319
Internet Information Services 8.5.9600.16384

In IIS manager, I right-click on "Sites", then select "Add New Website ...".

In "Site name" I enter "asite".
In "Physical Path" I enter "C:\inetpub\wwwroot".
In "Host name" I enter "asite.com"
I then click "OK".

I then want to add the folder that contains my .aspx files
(and the bin with my DLLs).

In IIS manager, I right-click on "asite", then select "Add Application".
For "alias" I enter "appstuff".
I give the physical path to the folder that contains the folder for my app.
(It is on a different logical drive than C:.)

I've tried entering each of the following in the address bar of my browser:
http://asite.com/theapp.aspx
http://asite.com/appstuff/theapp.aspx

I get the dreaded 404 error for both.

I ping asite.com and get a response.

Can someone give this poor fool a clue as to what I am missing?

(Keep it simple please.)

Thanks!

IIS 7.5 URL Rewrite issue for Subdomain

$
0
0

Hi, 

I'm using windows 7 and IIS 7.5. I have designed application using VS 2013 and MVC 5. I published my application in my local IIS (Ver 7.5) and I made entry in host file aswww.test.com and made entry in binding also. Now I can able to access my site aswww.test.com through browser.   Now  I need to access my web site using various sub domain likewww.a.test.com or www.b.test.com orwww.c.test.com or www.xyz.test.com.  All sub-domains can be a dynamic. 

Here, How I can set wildcard for my domain. I have installed URL Rewrite module 2.0 also in my IIS.

Please suggest a way to solve the issue.

Restrict any redirects to the local app domain.

$
0
0

Is it possible, at a high level, to limit any redirects that an ASP.NET (3.5) app may do to only be to the same app's domain?  In other words, is someone was to fiddle something in the front end, which the app would then use to redirect somewhere, that it would be stopped if it was outside the app's domain?

The account 'ClancyCom2' does not appear to be valid. The account was obtained from this location: 'setAclAccess'.

$
0
0

Dear WebDeployers,

I am getting this error using the Web Deploy Wizard in Visual Studio Ultimate 2013.

Note that "ClancyCom2"  is the name of the application pool on the remote machine  which is being used by the destination web site. I believe that is what I should be granting folder permission to on the remote machine.  I have set up a ClancyCom2.wpp.targets file to configure the setting of permissions on that remote machine. 

Here is the error:

Error 22 Web deployment task failed. ((10/30/2014 5:36:20 PM) An error occurred when the request was processed on the remote computer.)

(10/30/2014 5:36:20 PM) An error occurred when the request was processed on the remote computer.The account 'ClancyCom2' does not appear to be valid. The account was obtained from this location: 'setAclAccess'. Some or all identity references could not be translated.    at System.Security.Principal.NTAccount.Translate(IdentityReferenceCollection sourceAccounts, Type targetType, Boolean forceSuccess)    at System.Security.Principal.NTAccount.Translate(Type targetType)    at Microsoft.Web.Deployment.Impersonator.GetNTAccount(String userName, String source)  0 0 ClancyCom2

There is a similar error in the event log of the remote server.

Strangely I had this working and I do not know what I have changed.

I do not understand why it thinks that 'ClancyCom2' is not a valid account ? Should an Application Pool be viewed as a "valid account" ?

Any help would be appreciated.

Thanks

Terry Clancy


Publishing WCF web service on my local IIS

$
0
0

I have created a WCF web service and when i execute it from the Visual Studio it works fine, but when I deploy it and run it from the IIS, the web service methods don't seem to work, it just returns a blank page, not error not nothing. I think the problem maybe with the config file. Please see my config file:

<system.serviceModel><services><service name="MyWebService.MyService" behaviorConfiguration="ServiceBehaviour"><endpoint address="" binding="webHttpBinding"
          contract="MyWebService.IMyService" behaviorConfiguration="web" /><endpoint address="mex" binding="mexHttpBinding"
          contract="IMetadataExchange" /></service></services><behaviors><serviceBehaviors><behavior name="ServiceBehaviour"><serviceMetadata httpGetEnabled="true" /><serviceDebug includeExceptionDetailInFaults="true" /></behavior><behavior><serviceMetadata httpGetEnabled="true" /></behavior></serviceBehaviors><endpointBehaviors><behavior name="web"><webHttp /></behavior></endpointBehaviors></behaviors><protocolMapping><add binding="basicHttpsBinding" scheme="https" /></protocolMapping><serviceHostingEnvironment aspNetCompatibilityEnabled="true" multipleSiteBindingsEnabled="true" /></system.serviceModel><system.webServer><modules runAllManagedModulesForAllRequests="true"/><directoryBrowse enabled="true"/></system.webServer>
 

Am I missing something on the config file?

By the way, I am using Visual Studio 2013, C#, IIS7

Thanks in advance guys!

RunPHP Helper (Error during PHP installation with WPI)

$
0
0

Hello,

I have problem with php installation via Web Platform Installer 5.0 on Windows Server 2008 R2 Standard (x64) with IIS 7.5:

Its problem with RunPHP Helper installation:

RunPHP Helper
This product did not install successfully: Downloaded file failed signature verification and may have been tampered with

DownloadManager Information: 0 : http://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download responded with 302
DownloadManager Information: 0 : Response headers:
HTTP/1.1 302 Found
Via: 1.1 TMG-SRV01
Connection: Keep-Alive
Proxy-Connection: Keep-Alive
Content-Length: 239
Date: Fri, 31 Oct 2014 10:44:34 GMT
Location: http://downloads.sourceforge.net/project/phpinstallermsi/zip/runphp.zip?r=wpi%3A%2F%2F2.1.0.0%2FMicrosoft+Windows+NT+6.1.7600.0&ts=1414752274&use_mirror=heanet
Content-Type: text/html; charset=UTF-8
Server: nginx
Pragma: no-cache
Cache-Control: no-cache
X-Frame-Options: SAMEORIGIN
X-UA-Compatible: IE=edge,chrome=1
Set-Cookie: VISITOR=54535e42bf503f729446d8fc; expires="Mon, 28-Oct-2024 10:44:34 GMT"; httponly; Max-Age=315360000; Path=/
Set-cookie: sourceforge=26c306ecf4fbd1f4d47c6a39d16196bfb28212c9gAJ9cQEoVQxsYW5kaW5nX3BhZ2VxAlU3L3Byb2plY3RzL3BocGluc3RhbGxlcm1zaS9maWxlcy96aXAvcnVucGhwLnppcC9kb3dubG9hZHEDVQNfaWRxBFUgZGZmN2MzOTJmMjgyNDcwNjg5MzZiNzdlYTFjYTU0MDZxBVUIX2V4cGlyZXNxBmNkYXRldGltZQpkYXRldGltZQpxB1UKB/YBEwMOBwAAAIVScQhVA2tleXEJVRg1NDUzNWU0MmJmNTAzZjcyOTQ0NmQ4ZmNxClUKY3VycmVudF9vc3ELXXEMKFUFd2luMzJxDVUHV2luZG93c3EOZVUFcHJlZnNxD31xEFUOX2FjY2Vzc2VkX3RpbWVxEUdB1RTaBLzvgFUOX2NyZWF0aW9uX3RpbWVxEkdB1RTXkNDNFHUu; expires=Tue, 19-Jan-2038 03:14:07 GMT; httponly; Path=/
X-Frame-Options: SAMEORIGIN


DownloadManager Information: 0 : Number of bytes downloaded over the internet: '1940'
DownloadManager Information: 0 : Number of bytes after possible decompression: '1940'
DownloadManager Warning: 0 : Error getting last-modified header, error code: 12150
DownloadManager Warning: 0 : HttpQueryInfoWithRetry for HTTP_QUERY_LAST_MODIFIED failed.
DownloadManager Information: 0 : Moving downloaded file 'C:\Users\xxx\AppData\Local\Temp\22\tmp213A.tmp' to: C:\Users\xxx\AppData\Local\Microsoft\Web Platform Installer\installers\runphp\671CCD9E1C749B73D26971F7273B1C19775336EC\runphp.zip-r=wpi%3A%2F%2F2.1.0.0%2FMicrosoft+Windows+NT+6.1.7600.0&ts=1414752274&use_mirror=heanet
DownloadManager Error: 0 : Signature verification failed on downloaded file. URL: https://sourceforge.net/projects/phpinstallermsi/files/zip/runphp.zip/download. File location: C:\Users\xxx\AppData\Local\Microsoft\Web Platform Installer\installers\runphp\671CCD9E1C749B73D26971F7273B1C19775336EC\runphp.zip-r=wpi%3A%2F%2F2.1.0.0%2FMicrosoft+Windows+NT+6.1.7600.0&ts=1414752274&use_mirror=heanet. File size: 1 kb
DownloadManager Information: 0 : Product RunPHP Helper done install completed
DownloadManager Information: 0 : Increasing current install to 2
DownloadManager Warning: 0 : Dependency failed for product 'PHP 5.4.24'. Skipping download.
DownloadManager Warning: 0 : Dependency failed for product 'Microsoft Drivers 3.0 for PHP v5.4 for SQL Server in IIS'. Skipping download.
DownloadManager Information: 0 : Product PHP 5.4.24 had a dependency fail. Increasing install product to 3
DownloadManager Information: 0 : Product Microsoft Drivers 3.0 for PHP v5.4 for SQL Server in IIS had a dependency fail. Increasing install product to 4
DownloadManager Information: 0 : Product: runphp, Install Status: InstallCompleted-Failure, Install Time: 00:00:00
DownloadManager Information: 0 : Product: PHP54, Install Status: DependencyFailed-None, Install Time: 00:00:00
DownloadManager Information: 0 : Product: SQLDriverPHP54IIS, Install Status: DependencyFailed-None, Install Time: 00:00:00

Redirect to another domain

$
0
0

Hello!

I have a site www.mysite1.com

I need to redirect from any page of that site to a static root of another sitewww.mysite2.com, i.e:

any of mysite1.com or www.mysite1.com or anything.mysite1.com or mysite1.com/anything/.../anything must be redirected towww.mysite2.com

Please, help with url rule redirect

Request Filtering Rule for .wsdl

$
0
0

I am trying to use the request filtering rules to prevent SQL injection against my SOAP API.

I am trying to apply the blocking terms to the .wsdl and it is not catching the terms in the XML payload.

Will this function when typical "parameters" are not used?

What else am I missing?

Thanks

IIS 8.5 time-take for logons is very high

$
0
0

Good day , 

I have 4 Exchange Servers 2013 SP1 installed on Windows Server 2012 R2   , 2 CAS and 2 Mailbox 

I'm having delay problem on CAS Servers , time-taken is high most of the time and sometimes more than 20 seconds 

Users have logs like 2 faild logon records ( SC-Status 401) then 2 successful logon records (SC-Status 200)

The delay is affecting some third party applications functionality , like journalling ,

there is no problem regarding hardware performance 

Authentication methods used are Basic and Windows Authentication ,

virtual directory is RPC

Kindly advice 

Regards,

Http to https redirect(hide port) with ARR

$
0
0

Hey guys,

i run a node.js server on port 3000 on a windows server using IISS. Now i want to redirect all request to my www.mywebsite.de to the https://www.mywebsite.de:3000. I did this using the url rewrite module. Additionally i want to hide the port in the url shown to the user. I googled it and found out that this should be possible with the Application Request routing module, but did not find a detailed article how to do this in combination with https redirect. I very new to configuring web servers so it would be nice if you could help me out :)

best regards Peter

Help with sending mail in asp classic

$
0
0

Hi Everyone

This is my first post here. i desprately need help as i have been trying to make it work for days and days but no success.

Ok i need to send email via asp classic using gmail account. i have searched the web for days and tried every solution but nothing works

only thing that works is this .net code. as this code works, can anyone transform this code for asp classic. the dot net code is below:

?Imports System.IO
Imports System.Net
Imports System.Net.Mail

Partial Class Email
    Inherits System.Web.UI.Page

    Protected Sub SendEmail(sender As Object, e As EventArgs) Handles Button1.Click

       Using mm As New MailMessage("xxx@gmail.com", txtTo.Text)

           mm.Subject = txtSubject.Text

          'mm.Body = txtBody.Text

           If fuAttachment.HasFile Then

               Dim FileName As String = Path.GetFileName(fuAttachment.PostedFile.FileName)

               mm.Attachments.Add(New Attachment(fuAttachment.PostedFile.InputStream, FileName))

           End If

            mm.IsBodyHtml = False

            Dim smtp As New SmtpClient()

            smtp.Host = "smtp.gmail.com "

            smtp.EnableSsl = True

            Dim NetworkCred As New NetworkCredential("xxx@gmail.com", "xxx")

            smtp.UseDefaultCredentials = False

            smtp.Credentials = NetworkCred

            smtp.Port = 587

            smtp.Send(mm)

            ClientScript.RegisterStartupScript(Me.GetType, "alert", "alert('Email sent.');", True)

        End Using

    End Sub
End Class

I really appritiate your help

Thanks


FTP Default IE Generic Message

$
0
0

When someone access FTP site from IE, they get a webpage that is headed with a generic message:

 "FTP root at xyz.com

 To view this FTP site in File Explorer: press Alt, click View, and then clickOpen FTP Site in File Explorer."

followed by our defined text and the document view.

Is there anyway to edit the bit at the top adding other instructions or graphics etc?

All websites down after uninstalling Exchange 2010 from Web Server

$
0
0

Hello,

I successfully uninstalled Exchange 2010 (Client Access Role) from a webserver that hosts a company website and some other web apps, as a last step on a migration to 2013. But after that, some application pools were not started automatically, resulting on a 503 error even after starting the app pools manually.

I was getting IIS event Id 5139.

Fortunately it is a hyper-v server so I applied a snapshot I created prior to uninstalling exchange and got it working again. I need to know what happened before doing it again.

I would like to know about similar scenarios and how did you fix it.

thanks in advance.

php inside html

$
0
0

Hello,

Does anybody know why it is not possible to run php code in a newly created html page? I tried the following inside an html template:

<!DOCTYPE html>

<html lang="en">
<head>
<meta charset="utf-8" />
<title>Index-Seite</title>
</head>
<body>
    <?php
          echo "My first PHP script!";
    ?>
</body>
</html>

But opening the browser with the "run" button gives me a blank page.

If I do the same inside a php template, the content is shown correctly in the browser.

Does this mean, that it's not possible to create html sites with php code inside?

Any idea?

Regards, Peter

IIS 8 - Request Entity is too large

$
0
0

Hi, I am completely new to the world of IIS 8 so please bear with me.  I have a page and trying to upload files up to a size of 50 MB.  I get the following error: "The page was not displayed because the request entity is too large."  I did some Googling and discovered that I need to set the uploadReadAheadSize.  

The problem is that I'm not quite sure how to do that because I don't where settings files are located or where I do anything in IIS so after much head banging, I navigated to: 

C:\Windows\system32\inetsrv 

And ran the following command in command line:

appcmd.exe set config -section:system.webserver/serverruntime /uploadreadaheadsize:50000 /commit:apphost

I got the message: 

"Applied configuration changes to section "system.webServer/serverRuntime" for "MACHINE/WEBROOT/APPHOST" at configuration commit path "MACHINE/WEBROOT/APPHOST"

Okay...I figured it was done and tried the upload again but unfortunately, that didn't work for me so now I am unsure what to do.  If anyone wouldn't mind walking me through exactly where the settings files are that I need to edit would be great.  I am running IIS 8 on Windows Server 2012 R2.

HTTP POST fails after SSL 3.0 is disabled by GoDaddy even though TLS 1.0 is enabled

$
0
0

Hi all, I'm having a problem with an HTTP POST and I discovered that GoDaddy disabled SSL 3.0 after the POODLE exploit came to light.  This was working in production, and now only works in Visual Studio.  This tells me I have a configuration issue with the server.  We're running .NET 4.0 and I've enabled TLS 1.0, rebooted the IIS 7 server and updated the c# code which I've copied below.  I've pasted the error at the bottom.  I'm new to these forums, so hopefully I've posted this in the right place.  Any help would be great!

HttpWebRequest httpRequest = (HttpWebRequest)HttpWebRequest.Create(new Uri(uri));
                httpRequest.PreAuthenticate = false;
                httpRequest.AuthenticationLevel = System.Net.Security.AuthenticationLevel.None;
                httpRequest.AllowWriteStreamBuffering = true;
                httpRequest.Method = "POST";
                httpRequest.Accept = "application/x-ms-application, image/jpeg, application/xaml+xml, image/gif, image/pjpeg, application/x-ms-xbap, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, */*";
                httpRequest.ContentType = "application/x-www-form-urlencoded";
                httpRequest.UserAgent = "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)";
                httpRequest.Headers.Add("Cache-Control:no-cache");
                httpRequest.Headers.Add("DNT:1");

                string postData = string.Format("XML={0}", Uri.EscapeDataString(Data));
                byte[] bytes = Encoding.UTF8.GetBytes(postData);
                httpRequest.ContentLength = bytes.LongLength;
                ServicePointManager.ServerCertificateValidationCallback = new System.Net.Security.RemoteCertificateValidationCallback(AcceptAllCertifications);
                ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls;
                using (Stream requestStream = httpRequest.GetRequestStream())
                {
                    requestStream.Write(bytes, 0, bytes.Length);
                    requestStream.Close();
                }

                HttpWebResponse httpResponse = (HttpWebResponse)httpRequest.GetResponse();
                string statusMessage = httpResponse.StatusDescription;
                using (StreamReader reader = new StreamReader(httpResponse.GetResponseStream(), Encoding.UTF8))
                {
                    statusMessage = reader.ReadToEnd();
                    response = statusMessage;
                }

WOTCBegin reqResponse: System.Net.WebException: The underlying connection was closed: An unexpected error occurred on a send. ---> System.IO.IOException: Received an unexpected EOF or 0 bytes from the transport stream.

   at System.Net.FixedSizeReader.ReadPacket(Byte[] buffer, Int32 offset, Int32 count)

   at System.Net.Security.SslState.StartReadFrame(Byte[] buffer, Int32 readBytes, AsyncProtocolRequest asyncRequest)

   at System.Net.Security.SslState.StartReceiveBlob(Byte[] buffer, AsyncProtocolRequest asyncRequest)

   at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest)

   at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest)

   at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult)

   at System.Threading.ExecutionContext.runTryCode(Object userData)

   at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean ignoreSyncCtx)

   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)

   at System.Net.TlsStream.ProcessAuthentication(LazyAsyncResult result)

   at System.Net.TlsStream.Write(Byte[] buffer, Int32 offset, Int32 size)

   at System.Net.PooledStream.Write(Byte[] buffer, Int32 offset, Int32 size)

   at System.Net.ConnectStream.WriteHeaders(Boolean async)

   --- End of inner exception stack trace ---

   at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)

   at System.Net.HttpWebRequest.GetRequestStream()

   at MB.Navicus.UI.Portal.WOTCBegin.HttpPost2(String uri, String Data)

Viewing all 27852 articles
Browse latest View live




Latest Images