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

FTP in IIS 7.5 on Windows Server 2008 R2

$
0
0

I've installed FTP literally dozens of times on Windows Server 2000, 2003 and 2012 editions so I'm familiar with typical setup.  I've been trying now to install it on IIS 7.5 on Windows Server 2008 R2 with no luck.  I've entered the following with command line:

netsh advfirewall firewall add rule name="FTP (no SSL)" action=allow protocol=TCP dir=in localport=21
netsh advfirewall set global StatefulFtp enable

Still I cannot get any client to connect with the server.  I've followed multiple tutorials with conflicting commands.  I've even formatted the drive and reinstalled the OS with no changes.  I've even gone so far as giving the root folder full control to Everyone in an attempt to connect yet it just will not connect.

Many pages state there are known issues with FTP Server under 2008 R2 (pages suggesting the above commands will resolve it) but none seem to resolve the issue.  I've tried both basic as well as anonymous setups and just cannot connect from the outside and no ports are blocked on the router.

Any REAL solutions before I give up and try a different FTP Server?

Thanks,


ASP and Payflow Link

$
0
0

I'm trying to set up Payflow link using their Security Token. (I already have it working without tokens) It gives an example using curl like this:

curl https://pilot-payflowpro.paypal.com -kd"PARTNER=PayPal&
VENDOR=MyMerchantID&
USER=UserID&
PWD=UserPassword&
TRXTYPE=S&
AMT=40&
CREATESECURETOKEN=Y&
SECURETOKENID=12528208de1413abc3d60c86cb15"

How can I do something like this in ASP.  I can set up all the variables and token etc., I'm just not aware on how to make a "call" without a form, and then get data back.  It will return a response token.  Can ASP do anything like this?  Any ideas or thoughts are welcomed!

thanks!

Move VS 2012 Express for Web website to DotNetNuke on hosting server

$
0
0

I have an ASP.net website created in VS 2012 Express for Web using much of the Starter Site as a template. I have DotNetNuke installed on a hosted shared server (Godaddy) and want to send the site to DNN or import it into DNN. Don't know how much info is need here as far as software versions. The site needs to get deployed ASAP, and I don't want to break it while guessing at how to deploy it. Can't find anything on YouTube. Searched for instructions - can't find any. I couldn't be the only person doing this.

Windows 2008 R2 / IIS 7.5 and TLS_FALLBACK_SCSV

$
0
0

Is there a way to enable TLS_FALLBACK_SCSV on Windows 2008 R2 / IIS 7.5? I can't seem to find a way to enable this.

I have tried adding the "UseScsvForTls" DWORD key and setting it's value to "1" in HKLM\System\CurrentControlSet\Control\SecurityProviders\SChannel and rebooted the computer with no luck.

IIS_IUSRS permission

$
0
0

My plesk is upgrade 11.x to 12.x. I have facing a problem mostly domain facing session expired problem or 500 error. If i give IIS_IUSRS permission and change application pool default to new (Default_2.0 to new_2.0) Domain are working properly but i have more than 5000 domain i can't give all domain IIS_USRS permission manually, Please suggest me what can i do and if i create sub domain it will not get IIS_IUSRS permission by default. Please suggest me how to give IIS_IUSRS  permission by default to all domains.

FTP local users cannot open folder using windows explorer

$
0
0

windows server 2008 V2, firewall off, anonymous disabled.  Users can go to and transfer files ftp://192.168.1.5  with internet explorer but when they use Windows Explorer they get "X and error occured opening that folder on the FTP server. Make sure you have permission to access that folder. Details: 200 type set to A. 227 Entereing passive Mode (192,168,1,1,193,104)."  This also happens if I use Windows Explorer on the ftp server.

HTTP Error 500.19 - Internal Server Error

$
0
0

Hi,

When I tried to migrate a site that is currently hosted on

  • Windows Server 2008 R2
  • IIS 7.0

To

  • Windows Server 2012 R2
  • IIS 8.5

I am getting the following error.

The segment of the configuration code in web.config is as followed:

<system.webServer><handlers><remove name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" /><remove name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" /><remove name="ExtensionlessUrlHandler-Integrated-4.0" /><remove name="ChartImageHandler" /><add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" /><add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" /><add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG,PUT,DELETE,PATCH,OPTIONS" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" /><add name="ChartImageHandler" preCondition="integratedMode" verb="GET,HEAD,POST" path="ChartImg.axd" type="System.Web.UI.DataVisualization.Charting.ChartHttpHandler, System.Web.DataVisualization, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" /></handlers><validation validateIntegratedModeConfiguration="false" /><defaultDocument><files><remove value="default.aspx" /><remove value="iisstart.htm" /><remove value="index.html" /><remove value="index.htm" /><remove value="Default.asp" /><remove value="Default.htm" /><add value="log-in.aspx" /></files></defaultDocument></system.webServer>

Does anyone have any insights of this?

Cheers!

every day one time (time is random) can not write any thing to any file

$
0
0

IIS7
WINDOWS Server 2008
Symantec Antivirus

1)we have a webservice.
2)client send condition to this webservice then she will search database use the condition and write the result to a text file.
3)this webservice will write down any request from client to a log file (is a text file too)

every day 90% of the time is run correct, but every day one time (time is random) can not write any thing to any file (include the log file)(create file is ok), must reboot (restart IIS is no effect) the computer than every work again.

does anyone meet this issue before, and find a solution ?


IIS 7.5 WEB-Farm with ARR and WCF Service (net.tcp binding) - TCP Port problem

$
0
0

I have 1 ARR-Server with IIS 7 WebFarmFramework and Application Request Routing. In my Farm i have 4 Live-Server (LiveServer1, LiveServer2, ...) with the same content and the first Server is marked as primary. At Port 80 is a Startpage and a Health-Status-Page.

Then I have 20+ WCF-Services which listen at TCP Port 808. For communication i use Net.Tcp.

When i use my domain for example http://test.com which is mapped on my ARR Server i will be routed of one of my 4 Servers.

This works all fine.

My Problem is that when i use net.tcp://test.com:808/WCFServies/Servicexyz/Service.svc the WebFarm do do not route me to my Live-Server.

When i use: net.tcp://LiveServer1:808/WCFServies/Servicexyz/Service.svc i can connect to the Service.

ISS checkbox disable in Add/Remove Windows Components.

$
0
0

Hi folks,

I need to enable the IIS in a Windows 7 workstation which the checkbox is disable in the windows components panel.
Probably this is occurring due to a directive and/or some changes in the OS image used in the company.

*The network administrator already gave me the permission to make any change in order to solve this.

NTFS Authorization linked to Digest authentication

$
0
0

Hi,

I've been on this problem for hours now ... And I'm pretty sure I'm doing something wrong but I don't know what ! My hope is to find someone nice enough to help me or said me : "just click here and apply".

On my IIS 7, I enabled a directory browsing with physical and virtual directory. Each directory is  restricted with ACL rights (NTFS) and the Digest authentication is activated and linked to my AD. ACL are ok because I check it over SMB and the Digest authentication is ok too.

But what I want is to apply the ACL rights to the authenticated user. Actually it is not the case, if the user exist in AD then he can browse every files in the directory linsting like the user used to run the IIS Application (in my case Administrator).

I don't know what to do to resolve this.

Best regards,

website's default document

$
0
0

hi friends

as far as i know & if i don't mistake, by default, default document must be located at the website root folder so taht when users browse the root of website (e.g. http://webserver, the default document page be displayed.

but as we know not all websites adhere such thing. 

in some websites maybe website developer has placed the default document (e.g. default.htm file) in on of the sub-folders ( not at the root of websites folder) or maybe his website never has a file as default document ( like those listed in IIS snap-in)

now in such scenarios, how they configure IIS so that website be displayed when users browse that web server? is there any settings inside IIS snap-in which allow us to introduce the exact location of default document file?

or other settings within website files is related to this issue?

thanks in advanced

How to switch Unicode UTF-8

$
0
0

I am from Russia and I need to analyze a lot of sites from Russia using Cyrillic letters.

SEO Toolkit can not recognise Cyrillic and Instrument show me special symbols instead of Cyrillic letters.

Can you help me to switch Unicode UTF-8 for recognising Cyrillic letters?

Enable TLS 1.0 on IIS6/Windows 2003 Servers

$
0
0

How do I Configure/Enable TLS 1.0 on Windows 2003 servers? Upgrading to 2008 R2 or 2012 R2 is not an option at this time.

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


Authorization ApplicationPoolIdentity

$
0
0

Hi, 

I'm using Windows Server 2008 R2, IIS 7.

I try to persist all DomainUsers that are signed in my application.

Well, this problem is that the app write in DB in the property "UserDomain" of my table "IIS APPPOOL\MyAppPoolIdentity",

but I don't know why, but I know that the problem is in some IIS configuration.

So, what can I do? :/

Custom Error with unknown reason

$
0
0

Hi

I would appreciate if someone could provide me with some suggestions how can I solve my problem.

I use IIS 8.0 and in web.config I use <customErrors mode="RemoteOnly" defaultRedirect="error-page.aspx"/>

On error-page I email myself some details and try to figure out the reasons for it.

Most of my errors seems to be bot related either baidu or bing but when I try the URL that errors it works so I wanted to find out how I can work out why server gives an error for baidu an bing bots. I would like them to crawl the content of the pages.

I use CloudFlare and below is an example of a typical email with info that I collect:

Error Path: /video-ssis-precedence-constraint-expression-examples-not-equal-variable?tab=video
Previous page URL:
Error Page Previous URL:
IP Address: 220.181.108.153 [Connection|Keep-Alive] 
[Accept|text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8]
[Accept-Encoding|gzip] [Accept-Language|en-us,en;q=0.5]
[Cookie|__cfduid=dc6a4f646def736cea088837fa59f7d0e1413967139458]
[Host|www.katieandemil.com]
[User-Agent|Mozilla/5.0 (compatible; Baiduspider/2.0; +http://www.baidu.com/search/spider.html)]
[CF-IPCountry|CN]
[X-Forwarded-For|220.181.108.153]
[CF-RAY|17d461bfa7210d5b-LAX]
[X-Forwarded-Proto|http]
[CF-Visitor|{"scheme":"http"}]
[CF-Connecting-IP|220.181.108.153]
[True-Client-IP|0]

What data am I missing that would help me to pin point the issue or what could be the issue (so I can replicate and fix it)?

Many thanks in advance

Take care

Emil

IIS ARR Reverse Proxy to Exchange 2003 OWA broken 404 error

$
0
0

I'm migrating 2003 to 2010, I have my Exchange 2010/2003 Server behind a Reverse Proxy (IIS ARR).

Now everything is working correctly with Exchange 2010 and internally, however, externally, when I go to the legacy server, I get served up with a 404 Error that's resembles IIS7 error instead of a IIS6 error. I get a 302 message in the IIS ARR logs and it looks like the external client tries to connect but then I get that error. It doesn't matter if it's a redirect or if go to the legacy site directly, it just returns that error. I have preserve host headers enabled.

I'm really close to just creating a mod_proxy box and using an additional IP, I however would not like to do that. Is there any reason why IIS ARR isn't passing the data along? I can talk to the 2003 server from the Reverse Proxy with no issues, it's just that hand off from the Reverse Proxy to the client is failing.

</div>

On the wings of a serpent

Centralized Certificates Settings

$
0
0

I am unable to get the centralized certificates management option to work, it simply says 'cannot connect to specified path, make sure path and creds are valid'. The path and creds are valid, here's what my environment looks like. All IIS 8 and server 2012 setup using a DFS share. I have IIS shared configuration working just fine to the DFS share and sites, services and mvc apps all use the DFS share with no issues. I have no known issues with any service accounts or permissions since everything else works when connecting to a unc path to the DFS share. Hoping someone else has seen this.

Viewing all 27852 articles
Browse latest View live




Latest Images