Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
22 views

Crystal Reports 2013 - Error: The maximum report processing jobs limit configured by your system administrator has been reached

I am getting this error on the production server with my web application configured at IIS. Crystal Reports Runtime 64-bit is installed there. On restarting the IIS, reports are opening fine but after ...
Jawad Mohib's user avatar
0 votes
0 answers
30 views

IIS page always appears when I opened my website in my office, but my website runs normally in my laptop

IIS page always appears when I opened my website in my office, but my website runs normally in my laptop. Anyone can fix the problem? I want to update anything on the website only if I can access the ...
PT Inti Presisi Toolsindo's user avatar
0 votes
1 answer
61 views

How to run third-party application in IIS Server from an ASP.NET Core web application

I have an ASP.NET Core web application. My goal is to create a feature that will allow users to click a button which will open a third-party application, for instance, Adobe Photoshop, and do some ...
a_n_rajin's user avatar
0 votes
0 answers
74 views

ASP.NET Core 6.0 Web API : cannot context switch to another account to start an executable

I have an ASP.NET Core 6.0 Web API that runs on IIS 7. The application pool is running under an account local to the machine but not the local system, call it 'local-system-web-account'. I am trying ...
Josh's user avatar
  • 10.6k
0 votes
1 answer
82 views

IIS Http 404 Error page not getting displayed correctly

Can anyone please suggest from where this error page gets displayed and why? The default 404 error page configured to be displayed is - But when we navigate to the url - http://{servername}.com/, it ...
NewbieHere's user avatar
0 votes
1 answer
61 views

Local ASP.NET Core application running on iis

I have a laptop that is connected to an access point running on it local ASP.NET Core application on IIS server. When I specify the gateway as 192.168.0.4, the server can be accessed (the application) ...
Husam Mazen Saba's user avatar
0 votes
0 answers
41 views

Keep old url but redirect to new url - IIS - Asp.Net - .aspx

Running - IIS 10 - Asp.Net - Web Forms "Web Application" - .Net Framework 4.8 WebAppDemo is a web forms "application" under "Default Web Site" Default Web Site ...
blogs4t's user avatar
  • 2,697
0 votes
0 answers
138 views

Application Pools does not start after system restart - starting manually with the same credentials works

I hope maybe some of you had similar issue with IIS and Application Pools. Problem that I have is that when I do the restart of the machine my Application Pools are not started and I have to do that ...
kollodziej's user avatar
0 votes
0 answers
35 views

IIS Server stops i.e application just showing to reloading all the time and did not respond

I have an application that is deployed on the IIS Server, but often it stops responding and just looking like it is reloading always. After restarting the application in IIS manager on remote desktop, ...
Nazar Hussain's user avatar
0 votes
0 answers
114 views

Invalid path to Web.config in IIS when accessing Application Settings

I have a website setup in IIS 7 and when I try to access the Application Settings I get the following error. The path to the web.config is correct but it is adding \?\ to the beginning of the path. ...
Brian Kalski's user avatar
0 votes
0 answers
63 views

Getting this issue while trying to host flask application on IIS

enter image description here I was following this https://medium.com/@dpralay07/deploy-a-python-flask-application-in-iis-server-and-run-on-machine-ip-address-ddb81df8edf3 And i get this error when i ...
Montu Jain's user avatar
0 votes
0 answers
58 views

Not getting any output of a query when hosted site on IIS server but it is running fine on windows powershell

How can this problem can be solved and there is permission granted to the account used to host the site on IIS server still not getting the query the query is for finding something in AD directory
Montu Jain's user avatar
0 votes
0 answers
70 views

ApplicationInitialization expected Url path format

I have a web app in Azure that I would like to warm up after deployment. My site is in a virtual folder, call it /mysite In the web.config applicationInitialization section, are the URLs expected to ...
LarryBud's user avatar
  • 1,073
0 votes
0 answers
157 views

How to URL Rewrite in IIS to URL encode incoming requests that have unencoded characters?

Basically, is it possible to use URL Rewrite to encode a set of unencoded characters in a complex long query string, but not some of the special characters such as the & in the query string? The ...
WaveRider's user avatar
-2 votes
2 answers
130 views

ASP.NET Core MVC and Web API on the same IIS server

I have two applications: ASP.NET Core MVC web app ASP.NET Core Web API When I run the applications on my computer, everything works and the MVC app can make get/post http requests to my API. When I ...
moshe's user avatar
  • 1
0 votes
0 answers
155 views

Remove-WebConfigurationProperty not removing file extension in request filtering section of IIS

Getting below error message when trying to remove duplicate file extensions from request filtering section of a web application in IIS using Remove-WebConfigurationProperty powershell command. Remove-...
Aniket Phadte's user avatar
0 votes
1 answer
442 views

windows server with IIS everytime upload a image need to set manually permission to full control to read the image with URL,

windows server everytime upload a image need to set manually permission to full control to read the image with URL, how to fix this issue to not everutime set permission after upload an image. i'm ...
smzhzr's user avatar
  • 3
0 votes
1 answer
50 views

Bind IIS to hostname (internal computer name)

I first tried to bind IIS site to IP. While being successful at doing so, the internal organisation IPs are dynamic so the site went offline the next day. Non-dynamic are hostnames (computer names). ...
Bennet Turner's user avatar
0 votes
1 answer
251 views

IIS7 url rewriting results in 500 internal server error

I run my website on IIS7 and have the following rewrite rule for my website: <rule name="five21 https redirect" stopProcessing="true"> <match url="(.*)&...
Hedayat's user avatar
  • 49
0 votes
1 answer
192 views

SSL validation fails for w3wp inter-process requests

I am facing issue with SSL certificates in IIS (w3wp.exe) processes. Recently we implemented SSL for our applications. On developer machines we are using the IIS Express Development Certificate that ...
RhodryCZ's user avatar
  • 139
1 vote
2 answers
603 views

How to disable direct access to web resources for ASP.NET MVC projectcs

I have a web site that runs on ASP.NET MVC. I have of course disabled the directory browsing. I have also added conditions to my RouteConfig.cs file to accept only pages that I want to. For example: ...
Stackedup's user avatar
  • 760
0 votes
1 answer
9k views

How to set CORS access-control-allow-origin = * on site?

I have 2 servers. 1st have a cdn domain and on that, I am running font-awesome javascript and styles. Now I want to access that scripts by using the cdn link on my other site. I tried but it shows the ...
kartik kukadiya's user avatar
0 votes
1 answer
505 views

.Net framework 4.8 web form application hosted on iis server not able to access azure key vault

My .net framework web form application deployed on iis server not able to connect to azure key vault on azure portal. It is on 4.8. Application is working fine on localhost but it is showing error as ...
vinay Kumar's user avatar
0 votes
1 answer
717 views

How to map "Configuration Editor" items with "Feature Delegation" items?

In IIS Manager, I can tweak the "Feature Delegation" items. But "Feature Delegation" items have friendly names, and sometimes no clue to which "Configuration Editor" ...
AlexLaforge's user avatar
0 votes
1 answer
2k views

Download link Microsoft Application Request Routing Version 2 for IIS 7

Where can download Microsoft Application Request Routing Version 2 for IIS 7? Please help me on this to downalod. I tried to search microsoft websites and found the link to download but when I click ...
user1684987's user avatar
-1 votes
1 answer
598 views

Redirecting attacker to domain, but vulnerability in URL Rewrite rule still present. How to secure my local host?

In IIS, I used the URL Rewrite to create a rule that redirects my two sites (site1.domain.com) back to my domain should an attacker attempt to direct users to a false site using my domain name. Under ...
SrvrAdmin's user avatar
0 votes
0 answers
224 views

How to programatically download all files from a directory listing-enabled IIS server?

I setup an IIS server to transfer files, I enabled directory listing, and when I click on the individual files, the download starts, but I don't want to have click through every single file. Is there ...
wynnawinner's user avatar
1 vote
0 answers
644 views

AS.NET Core Web API after publishing to IIS the WebRootPath always returns blank or empty

I have built an Angular app with ASP.NET Core 3.1 Web API. I have created some reports and stored them under the Reports folder under the root. Everything works fine in development. The WebRootPath is ...
MSBI-Geek's user avatar
  • 638
0 votes
0 answers
111 views

Transform XML files in folder when viewed in browser

I am working with XML files being used for machine to machine information exchange, and need to view certain parts of the files when troubleshooting. I have created an XSLT to produce the desired ...
Laurel Davis's user avatar
0 votes
1 answer
85 views

IIS is throwing pre-flight request CORS error

I have a .Net 6 Web API site that I am trying to reach from angular. The problem is IIS is throwing a Cors error no matter if I have the site online or not. So the code that I have that enables Cors ...
CodeMan03's user avatar
  • 226
0 votes
0 answers
70 views

AdonisJS v5 project on IIS Node keeps restarting with each request

I am encountering an issue with an AdonisJS v5 project hosted on IIS Node using the HttpPlatformHandler module. Despite setting the application pool to "AlwaysRunning" and ensuring all ...
Alejandro Jurado's user avatar
0 votes
0 answers
1k views

First request from windows server on IIS is too slow

I do request for another service from my server and the first one is too slow it takes around 8-10 seconds. Second one and next 500ms. Why can it be? It happeans every first request per 20 minutes. I ...
Maks's user avatar
  • 3
0 votes
1 answer
86 views

How to redirect URl in ISS url rewrite module?

I want to redirect from url http://localhost/article.aspx?id=342&title=article to http://localhost/article.aspx?id=12&title=articleusing IIS. I tried by placing direct url in by adding rule. ...
Susmita Budhe's user avatar
1 vote
1 answer
3k views

Http 500.19 0x8007000d error on IIS hosting. (windows 7)

im programming net core web app. And i try to publish the app on an other machine. Im programming on Visual studio 2019 and i want to use the site in local on a windows 7 machine. I have of course ...
Tanguy LEBRET's user avatar
0 votes
2 answers
5k views

How to migrate IIS 7 settings to another server with IIS 10

i'm new with windows server and IIS stuff, and i got a question the company i work for are trying to move old server with [windows server 2008 & IIS 7 & SQL server 2008~2019 & visual SVN ...
ayaayy7643's user avatar
0 votes
0 answers
82 views

Can't acces via HTTPS IIS7

i bought an SSL certificate and followed a guide to import the SSL to my IIS 7, then, i stablished the bindings https All unassigned 443 Hostname ( Cant write any text here) SSL: customerwebsite.com ...
Nicolas C's user avatar
0 votes
1 answer
61 views

IIS renders embedded font icons incorrectly

I have a static web page that displays icons embedded in one of the css references. The icons are not displayed properly and we see some junk characters instead when browsed to from IIS. The same web ...
Ashwin Seshadri's user avatar
0 votes
1 answer
51 views

Make IIS proxy aware for a .net 6 API cert auth

I have an API that requires to authenticate with a client certificate. When the request comes from outside, we get a revocation error that the cert revocation URL was not reached. From the same server,...
NoviceDeveloper's user avatar
1 vote
2 answers
669 views

Can't deploy ASP.NET react Web App with individual accounts — fail: Microsoft.AspNetCore.Authentication.JwtBearer.JwtBearerHandler[3]

I'm trying to deploy ASP.NET 7.0 web application with Individual accounts at IIS on Windows 11, using MSSQL DB on local PC, but have an error 500 and this lines at logs: fail: Microsoft.AspNetCore....
Robolightning YouTube's user avatar
0 votes
1 answer
116 views

publish to IIS local folder without iisreset

Every time I publish a blazor server app to a local folder, I get an error (Publish has encountered an error.) if I don't call iisreset in advance the tmp file with the error message says this: 12/21/...
buga's user avatar
  • 1,304
0 votes
1 answer
3k views

Nuget packages & Dotnet publish taking forever

Anybody is familiar with Nuget Packages in IIS server? I'm stuck with a serious issue from 3 days. I tried installing and pushing .nupkg file I have to nuget.org by making source as my local server by ...
Manoj Mandala's user avatar
0 votes
1 answer
64 views

Active Directory users showing inactive users after hosting on iis server, while debugging it shows Active users only

I have a .Net web application that has a page which displays Active users from Active Directory. In local machine while debugging it displays only active users whereas the same code when hosted on ...
Labi's user avatar
  • 1
-2 votes
1 answer
360 views

the requested URL cannot be found when the file name contains accents or special characters

I am trying to upload 2 files using the post method with the following names: 8torío 2022 (24).pdf tstión ar_BO ().jpg Both contain an accent, but uploading them throws me the error: "...
Guillermo Contreras Gomez's user avatar
0 votes
0 answers
291 views

Adding Google Drive/One Drive as external storage for an IIS application

We host several applications under IIS and each of them have the ability to upload resources. We have a few clients who wish to increase their storage allocations which is not an easy task given these ...
Sami.C's user avatar
  • 711
1 vote
0 answers
196 views

C# client can't connect to server with port 8080

Why my client can't connect to the server with port 8080. I use vpn to set network lan But port 80 is working fine. When I connect to site by ip in port 8080. it's return This site can’t be reached ...
Ratchanon Volty's user avatar
0 votes
1 answer
748 views

Getting "Not enough storage is available to process this command" when trying to download a file from my software program on Chrome

Here is the full text of the error: Server Error in Application. Not enough storage is available to process this command. (Exception from HRESULT: 0x80070008) Description: An unhandled exception ...
Matt's user avatar
  • 117
1 vote
1 answer
615 views

Custom Page 404 isn't shown on server (asp .net framework 4.8)

On our websites as someone visits a non-existing page, we dinamically create a 404 error page that returns a status code 404. It works perfectly on localhost, but on the server the same page returns ...
ObjectWeb's user avatar
0 votes
1 answer
491 views

IIS no longer working after Export configuration

After following some instructions to Export Configuration from a 2008 server, IIS 7 to a 2019 server, IIS10 IIS on the 2019 server no longer works. It's pointing at the 'Import' folder, which is where ...
MisterHow's user avatar
-1 votes
1 answer
179 views

Advanced IIS tutorials or scenario based learning

Please anyone can provide me website link for IIS advanced tutorial or youtube channels where I can get complete knowledge about IIS
M Singh's user avatar
  • 13
-1 votes
1 answer
442 views

Is it possible to move an application to a new app pool with a batch file? [closed]

Lets say I have a website called "MyApp" that exists on the wwwroot folder in iis. I also have an app pool called "AppPool2" that I want to move "MyApp" to this app pool. ...
Terrance Jackson's user avatar

1
2 3 4 5
189