web-config Questions
1
I have read that the applicationhost.config file sets the defaults and all directories below root inherit those settings.
I know its possible to change the defaultdirectory in a web.config, but I...
Clouet asked 21/10, 2015 at 0:0
4
Solved
I would like to update a database connection string in the web.config file for an application that is currently hosted in Azure as a web app.
Seems that you can RDP into an Azure cloud service rol...
Stretto asked 25/10, 2016 at 5:18
11
Solved
Under the root directory I have the following structure
..
..
..
web.config
Report Folder
- Login.aspx
- Web.config
|
|-> ViewReport
|
|-> Report.aspx
In my web.config file in the Rep...
Ischia asked 30/4, 2013 at 19:1
5
Solved
From what I understand this error occurs when the web.config is not configured properly. However when I publish the app the following web.config gets generated
<?xml version="1.0" encoding="ut...
Edgeways asked 13/2, 2020 at 22:0
7
Solved
When I added the URL rewrite code in web.config and then publish it into azure. it will automatically redirects to https even I am trying to access website with http.
<rewrite>
<rules>...
Striped asked 11/4, 2017 at 6:50
8
Solved
I have added the apple-app-site-association file to the root of a website, but IIS is not delivering the file.
What is the best way to make the server serve this specific file without a file exten...
Cerelly asked 13/1, 2017 at 15:59
4
Solved
Recently the google search console reported a coverage issue on our ASP.NET website for the urls pointing to PDF documents.
So far in our web.config file we don't have any MIME setting for PDF docu...
Thalweg asked 16/12, 2020 at 7:58
3
Whenever I add this line to my web.config in the system.webServer section:
<serverRuntime />
With our without properties, IIS 7.5 just serves up a blank page instead of the website. I crea...
Insular asked 28/8, 2010 at 11:33
32
Solved
It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level.
The top line in all of my aspx pages in my /portal/ directory has this error message...
Parvenu asked 15/2, 2012 at 20:36
6
Solved
Previously for all our asp.net applications we have been using a sysadmin user within SQL Server to connect and add/update/delete/get data. Our SQL Admin wants to delete that account and create a D...
Abecedarian asked 16/2, 2012 at 14:17
23
This error
The following errors occurred while attempting to load the app.
- No assembly found containing an OwinStartupAttribute.
- The given type or method 'false' was not found. Try specifying...
Archiepiscopal asked 29/8, 2016 at 2:50
4
Solved
Is there a way to enable CORS for only files of a certain type on IIS7? I am going off this article (https://www.maxcdn.com/one/tutorial/how-to-use-cdn-with-webfonts/) and noticed that the Apache a...
Obsessive asked 22/9, 2016 at 19:49
23
Solved
I am replicating web application deployment and found several issues related to HTTP Error 500.19. My machine is running Windows 7 while the working development is using Windows 8. We're developing...
Synecious asked 30/5, 2013 at 12:39
7
Solved
My XML looks like this and the filename is web.config
<?xml version="1.0"?>
<configuration>
<appSettings>
<add key="configFile" value="IIS.config"/>
<add key="Rialto...
Slender asked 16/11, 2011 at 5:40
7
I have an asp.net intranet application using windows authentication. I created the application years ago with VS 2005, and the windows authentication bit was working perfectly. My web.config has th...
Tsarism asked 31/7, 2009 at 21:32
7
Solved
I'm getting the above error when I publish my application and move it from development to production server. Below are the error details.
Detailed Error Information
Module IIS Web Core
N...
Narcis asked 27/4, 2016 at 3:54
10
Solved
i have a blog with wordpress but sometimes i have problem with that
i got blow error
Error establishing a database connection
This either means that the username and password information in your ...
Rame asked 29/11, 2010 at 10:16
7
Solved
I added an existing ASP.Net web application project to my solution. In addition to the standard debug and release configurations this solution also has two custom configurations, SAT and UAT. For t...
Demonstrable asked 14/6, 2012 at 16:8
7
I am getting the following error when I try to launch my ASP.Net Core App using IIS Server v7.5 ... I published the website (File System option in Visual Studio) to a specific directory successfull...
Jaws asked 21/6, 2016 at 15:40
7
I am trying to read apiUrl key value from web.config file so that I can take advantage of the .net transform config to manage deployment in different environments. Here is my Webconfig code:
<ap...
Forwardlooking asked 27/6, 2015 at 17:32
13
I have just moved my website to new computer which uses IIS 8 from one has IIS 7.5. All but URL rewriting is working well. there is no error message than "HTTP Error 404.0 - Not Found" which I got....
Radiophone asked 30/1, 2013 at 15:19
4
Solved
Over the last few days, I have been desperately trying to resolve a case of dependency hell I got into after installing a NuGet package which added a bunch of new dependencies from the System.Colle...
Translocate asked 21/8, 2018 at 8:19
2
Solved
I am about to migrate a bunch of projects from .NET 4.0 + MVC 3 to .NET 4.5.2 + MVC5.
To make this easier, I've created a new blank MVC project to compare DLL references and some other stuff such ...
Mapes asked 31/12, 2015 at 11:6
3
Solved
I have an web app in IIS 7.5 with its own AppPool using .net 4.
I want to use the feature of having anonymous access as the app pool identity - which is easily configured in a GUI via the inetmgr ...
Adnate asked 6/9, 2010 at 15:52
8
Solved
I need to redirect non-www URLs to www URL for both HTTP and HTTPS URLs. I tried following rules in web.config.
<rule name="Redirect to WWW" stopProcessing="true">
<ma...
Memling asked 18/7, 2013 at 4:49
1 Next >
© 2022 - 2025 — McMap. All rights reserved.