Quantcast
Channel: General
Viewing all 7363 articles
Browse latest View live

localhost not Found

$
0
0

Hi,

I was practicing adding a few simple websites to IIS 7 web server "site" folder" and everything was working fine  with localhost openning the websites

However now localhost/ is lost and i get 404 error message.  I even tried the ip address 127.0.0.1  on the adddress and yet localhost is not there.  I checked the host file and everything is correct.  Please see below


# For example:
#
# 102.54.94.97 rhino.acme.com # source server
# 38.25.63.10 x.acme.com # x client host

# localhost name resolution is handled within DNS itself.
# 127.0.0.1 localhost
# ::1 localhost
#
127.0.0.1 www.website-1.com
127.0.0.1 www.Website-2.com
127.0.0.1 www.CurrencyWeb.com
127.0.0.1 www.Website-3.com
127.0.0.1 www.Website-4.com
127.0.0.1 www.Website-5.com
127.0.0.1 www.Website-6.com
127.0.0.1 www.Website-8.com
127.0.0.1 www.buttonsWithLogos.com
127.0.0.1 www.website-7.com
127.0.0.1 www.Website-9.com

No matter which site I try to open, I get the following message:

Not Found


HTTP Error 404. The requested resource is not found.

rhttp://localhost/echo.pl?Ask+for=Details&Do=Drive&Do=Skiied 127.0.01 in address bar. Yet i get 404 error.

I must have accidentally changed a setting in IIS Manager that now the localhost is not available

All the websites are on port 80,   IP Address =unassigned and type: http.

Please help me to solve the issue.

Thx.

               Shervin


Weight guaranteeing about a Cash App refund because of goof in interface? Call help gathering.

$
0
0

At times there can be an issue with the interface of the application that may accomplishCash App refund thwarted expectation message. To whipping such an issue, you can utilize the help of client care by dialing the assistance social affair's with numbering or you can find maintain by watching tech annals on Youtube.

Issue with Cash App refund due to login issue? Contact help gathering.

$
0
0

You can go facing a circumstance where you can't go into the application and perform tasks likeCash App refund. In such an assurance, you can get keep up fro the client care and talk with the administrator about the issue that you're confronting or you can likewise find maintain from the tech help regions.

How to limit throughput in asp.net 4.7.2 app hosted in IIS 8.5?

$
0
0

We have an asp.net api using a third party c++ library that has concurrency / threading limitations / restrictions.  Would like to configure iis / asp.net app so that these threading / concurrency restrictions are honored.  Here they are:

  1. No more than 1 active request per worker process (threading limitation).
  2. No more than 4 worker processes (concurrent licensing limitation, no more than 4 concurrent requests running on the vm at any given time).

How do we configure web.config and iis for these limitations?

Allow login to app using IIS only for some users

$
0
0
I have an app, e.g. SL. It's running on Web Server 2016 using IIS 10.0. SL has it's own authentication method. I don't want that any user with SL account be able to login. I want only those accounts that have Windows Authentication. I have ca My goal: 1. create account for SL for a few users 2. enable Windows Authentication in IIS 3. list those users in IIS My expectation: only users listed in IIS will be able to login into SL I prefer not to change web.config directly. In case it's the only option ... how should I modify it? I added to web.config element But I've got 404 Error. What I did wrong? Thanks P.S. Since modifying web.config did not work for me I tried another approach. 1. I created a user on app SL e.g. user1 2. I changed Authentication in IIS and set it for 'Windows Authentication" enabled 3. I went to security Tab of directory where my site is located e.g. C:\inetpub\wwwroot\app and added user e.g. win_user01 and granted read, list folders and execute permission. Is my expectation of workflow correct: 1. user win_user01 is a valid user of our network hence when he'll login into his client 'Windows Authentication" will be in place. Next .. he'll start the browser e.g. Chrome and tries to connect to SL app. He will have to provide user1 creds and be able to login. My assumption is: if win_user01 wouldn't be granted access to 'directory 'he would fail to login. Is it correct? In other words … only users that are added to directory and granted permission will be able to login into application. Is it correct? Thanks

Problem with OnGetRowValues() not receiving any data when SQL field is included

$
0
0

I am working on a problem in VS 2019 ASP.NET VB.

There is a bunch of text boxes on the web form that is populated from a GridView. The GridView is populated using an SQL View. When the user selects a row from the GridView using the Select button on the GridView the text boxes are populated with the values from the GridView.

The problem is that when the database column name DEPTID is included in the grid.GetRowValues string it does not return any values. When you take out the DEPTID it works fine. All the other values are returned if you remove DEPTID.

Move IIS8 to IIS10 w3wp.exe 100% CPU usage!

$
0
0

Move the web application from MS Windows Server 2012 R2 to MS Windows Server 2019.
The same , IIS .net SQL, but new server just starting to have a high Request 100% CPU, every Core is of w3wp.exe Apppool, although the new machine specification is almost double Try to use from User. Really use Online Load Test and JMeter. Same result. Old server normally 10-30% CPU. New server 100% CPU Hold and still.

Old Server  [Stable used 7 years]
DELL® PowerEdge® R420 Server , Intel® Xeon® E5-2420 Processor 1.90GHz X 2 (12 Core 24 Thread)
8G ECC 1333MHz X 2 (16G), 300GB 15K RPM 6Gbps SAS 3.5" X 2 [Raid 1]
MS Windows Server 2012 R2 Standard (64Bit) IIS8 ASP.net 4.0 , 32-Bit Disable ,SQL 2012 Express


New Server 
DELL®PowerEdge® R640 Server , Intel® Xeon® Gold 5120 Processor 2.2GHz X 2 (28 Core 56 Thread)
32G RDIMM 2666MT/s X 2 (64G), 960GB SSD SAS 12Gbps SAS 2.5" X 2 [Raid 1]
MS Windows Server 2019 Standard (64Bit) IIS10 ASP.net 4.0 , 32-Bit Disable ,SQL 2017 Express


Old Server and New Server

- FTP files from the old server to the new server The same directory placement structure, set the same permisson, solve only the IP as a new device.

- IIS set up Apppool like an old server Only some of the settings for IIS8 and IIS10 are the same.

 

- SQL database copy and then reattach (.mdf, .ldf) check rebuild index.

 

- Change connection string Connect SQL on the old server w3wp.exe CPU 100% is the same.

 

- The new server was first launched. There were 2,713 Threads at the time. About 1,600 old machines Threads

- The web application uses stackify Retrace to capture Error/Log and fix Error.

 

Server Location same rack ,same network workgroup

I need your help as soon as possible.
Thank you , Sorry about my English.

Start [New Server]

Start [New Server]

Load test (JMeter) [New Server]
Load test (JMeter) [New Server]

Load test (JMeter)+ Real Production [Old Server]

Load test (JMeter)+ Real Production [Old Server]

Advanced Setting [Application Pools] Old and New server

Advanced Setting [Application Pools] Old and New server

what happens when IIS site is idle and suddenly multiple requests arrives at a time concurrently

$
0
0

Hi Team,

I am observing a behavior with a webapi developed in .Net Framework 4.6.2 and hosted on IIS

  1. When site is initially deployed / Application pool is recycled / site reset command is issued
  2. and lets say two requests (call it A and B respectively) are send to the web api in the interval of 500 ms one after the other
  3. Since the webapi was idle, it will first invoke "Application_Start" event in global.ascx
  4. Now in logs, I was expecting request A first and then request B to receive at different time, however to my surprise they both were received at the same time

Now my question here is, 

what happens when IIS site is idle and suddenly multiple requests arrives at a time concurrently ? will it process all of them together ?

Note - this happens only when site is idle, after it becomes active I see it is able to handle requests with right intervals.

Please help me or share link that will have an answer to this case.

Thanks,

Hatim


Access Denied trying to perform DNS lookup when request is handled by CGI module and Impersonate User is set to false

$
0
0

I have a Perl application that runs through the IIS CGI module (not FastCGI.) The CGI module'sImpersonate User setting is set to false. The perl scripts are unable to perform basic network functions such as resolving hostnames to IP addresses. If I changeImpersonate User to true, these problems go away. But I want Impersonate Userto be false so that any process spawned by the CGI module is running under a service account attached to the Application Pool.

To simplify the issue, I created a very basic .Net console application (.exe) that simply attempts a DNS lookup. A handler invokes this .exe using the CGI module. The .exe runs as DefaultAppPool according to Task Manager. Withimpersonate user=false, I get errors. With impersonate user=true, the dns lookup succeeds.

This website is using Windows Authentication, by the way.  If I change to anonymous authentication, there are no problems regardless of howImpersonate User is set.

Here are the errors I get


Unhandled Exception: System.Configuration.ConfigurationErrorsException: Configuration system failed to initialize ---> System.Configuration.ConfigurationErrorsException: An error occurred loading a configuration file: Access is denied.
 ---> System.Security.SecurityException: Access is denied.

   at System.Security.Principal.WindowsIdentity.SafeImpersonate(SafeAccessTokenHandle userToken, WindowsIdentity wi, StackCrawlMark& stackMark)
   at System.Security.Principal.WindowsIdentity.Impersonate(IntPtr userToken)
   at System.Configuration.ClientConfigurationHost.Impersonate()
   at System.Configuration.BaseConfigurationRecord.Impersonate()
   at System.Configuration.BaseConfigurationRecord.InitConfigFromFile()
   --- End of inner exception stack trace ---
   at System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
   at System.Configuration.BaseConfigurationRecord.ThrowIfParseErrors(ConfigurationSchemaErrors schemaErrors)
   at System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)
   --- End of inner exception stack trace ---
   at System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)
   at System.Configuration.ClientConfigurationSystem.PrepareClientConfigSystem(String sectionName)
   at System.Configuration.ClientConfigurationSystem.System.Configuration.Internal.IInternalConfigSystem.GetSection(String sectionName)
   at System.Configuration.ConfigurationManager.GetSection(String sectionName)
   at System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)
   at System.Diagnostics.DiagnosticsConfiguration.GetConfigSection()
   at System.Diagnostics.DiagnosticsConfiguration.Initialize()
   at System.Diagnostics.DiagnosticsConfiguration.get_Sources()
   at System.Diagnostics.TraceSource.Initialize()
   at System.Net.Logging.InitializeLogging()
   at System.Net.Logging.get_On()
   at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
   at ConsoleApp1.Program.Main(String[] args)

iis Blurred interface

How to manage IIS log file retention?

$
0
0

How do you manage IIS log file retention in IIS 7.5 and IIS 10.0?

Link to download Active directory users and computers for Windows 7 Professioanl

$
0
0

Hi

I want to configure and setup IIS 7 to work with  Filezilla FTP server.  However Microsoft has discontinued supporting

I want to install  Active Directory Users and computers for Windows 7 Professional version- add it to Administrative Tools. I want to setup IIS7 to work with FTP server like Filezilla.

However Microsoft discontinued support for Windows 7- Windows 10 is available for download.

Where can i find a valid link to download and install the above tool other than Microsoft website itself?.

Will it work if I install windows 10 version tool to my windows 7?

Thx.

              Shervin

IIS 10 TLS 1.3 support

$
0
0

We currently have a customer is looking to submit orders to us via our standard API but they are requiring us to enable and support TLS 1.3 which currently appears to no be supported in Server 2016/Server 2019.

Has anyone had success with adding TLS 1.3 in the registry and being able to accept requests? We have asked them to fall back to TLS 1.2 but for them its not an option.

Disable detailed errors in error pages via Group Policy

$
0
0

Hi all, 

I would like to know if there is a way to disable detailed errors for multiple websites via a policy. 

Currently we have to disable this per site or per server, however any admin can change this back and forget to put it back. 

Is it possible to do this by group policy ?

Are there group policies espacially for iis ?

 

How to Disable IIS in Windows 10?


Public vs Private and Port forwarding

$
0
0

So I have several web applications, some are "private", which are for in-network use only, and then I have "public" which can be reached outside our network. The Private sites use ports 81/444 and the Public sites use ports 80/443. Does this sound like a good way to manage Public and Private sites? Also, I need to open port 81 to the Public for Certificate auto-renewal.

IIS 10 WebApplications disappearing after reboot

$
0
0

Hi Team,


I created my root website and child web applications via powershell.

New-WebAppPool -name root
New-Website -Name Root -port 80 -physicalpath "$($IISFolder)\wwwroot" -ApplicationPool root -force

New-WebAppPool -name sweetapp1
New-WebApplication -Name sweetapp1 -Site 'Root' -PhysicalPath "$($DataFolder)\sweetapp1" -ApplicationPool sweetapp1

New-WebAppPool -name sweetapp2
New-WebApplication -Name sweetapp2 -Site 'Root' -PhysicalPath "$($DataFolder)\sweetapp2" -ApplicationPool sweetapp2

New-WebAppPool -name sweetapp3
New-WebApplication -Name sweetapp3 -Site 'Root' -PhysicalPath "$($DataFolder)\sweetapp3" -ApplicationPool sweetapp3

Everything is up and running:

PS C:\> Get-WebApplication

Name             Application pool   Protocols    Physical Path
----             ----------------   ---------    -------------
sweetapp1               sweetapp1                 http         C:\data\sweetapp1
sweetapp2          sweetapp2            http         C:\data\sweetapp2
sweetapp3              sweetapp3                http         C:\data\sweetapp3

After reboot:

PS C:\> Get-WebApplication

Anyone have any insight on how this occurs?

Thanks!

Need to Enable IIS in Windows 10 PC? Notebook!

$
0
0

My PC got corrupted and not working properly because of IIS server on my Windows PC. I successfully disabled IIS by using the powershell command 

Get-WindowsOptionalFeature -online | ? featurename -like "IIS" | Disable-WindowsOptionalFeature -Online -Remove

You can find the thread on the following link! https://forums.iis.net/post/2162562.aspx

Now, I'm trying back to Enable IIS in Windows 10 PC. But I can't able to find the IIS server on my Windows PC. I think the above command removed completely! I'm stuck! Help me out here! 

Sorry for my bad English! New to forum! 

ERR_HTTP2_PROTOCOL_ERROR

$
0
0

Team

While using https with IIS we are intermittently getting ERR_HTTP2_PROTOCOL_ERROR on Dev tool.

This works fine with http protocol. We are using IIS 10.

We are using React Framework 16.11.0 version and the fetch method fails.This happens in all the browser (edge, chrome etc)

Sharing below the net log data.

{"params":{"description":"Server reset stream.","net_error":"ERR_HTTP2_PROTOCOL_ERROR","stream_id":183},"phase":0,"source":{"id":2567,"start_time":"1619763469","type":1},"time":"1619779275","type":222},

Please let me know if I need to share any other info.

Thanks in advance

Tahir

IIS10: custom headers don't apply to static pages or "virtual folders".

$
0
0

Hello there,

I have a Windows Server 2019 with Exchange 2019 installed and custom headers configured. But the custom headers are only applied to some URLs not to all. For example, when I go to "http://server.local/iisstart.htm", I do NOT see the custom headers in the server response. But if I go to "http://server.local/owa/" the custom headers are there. The custom headers are of course configured in the root of the "Default Website".

On a second Server (Windows Server 2016 without Exchange), EVERY URL gets the custom headers in the response.

An ideas, what makes IIS10 ignoring the custom headers for some URLs but not for others?

Regards, Claus

Viewing all 7363 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>