Web.config is an XML file that stores the main settings and configuration files for an ASP.NET web application.
0
votes
1answer
17 views
Displaying a particular web page when user roles don't match the <allow roles> tag in Web.config
We would like to display a particular web page when the role of people who are not administrators, sfaff and data entry administrators are logged in to our ASP.Net web site.
We would like to display ...
0
votes
1answer
22 views
Passing the connection string from 2 web applications sharing a DAL?
I have a solution with two MVC 3 application sharing the same DAL libaray. Each application is pointing to a different db and their connection string is stored in their respective web.config file.
...
0
votes
1answer
13 views
not found error not handling in web.config
i am trying to put customError tag in web.config file..
still it doesn't redirect to default url
http://www.lacopainn.com/page/2/?p=dbasndwefxknyafc&wpmp_switcher=mobile
here is my site. when ...
0
votes
1answer
16 views
UrlRewriting with urlrewritingnet
I want to rewrite url like below
http://www.abc.com/ac/ac0008 to http://www.abc.com/temp/urlRewriter.aspx?oldurl=/ac/ac0008
and
http://www.abc.com/ac/ac0008?vmid=233 to ...
0
votes
2answers
58 views
Is it possible to edit .Config file using a batch script
Here some part of the .config file that I have:
<cs.components>
<clear/>
<cs.component name="Security"/>
<cs.configitems>
...
0
votes
0answers
13 views
MaxArrayLength property bypassed in localhost?
I have a WCF service running on localhost that I call from a test application and it works fine.
But when I deploy that same service on another machine, calls from my test application blow up with ...
0
votes
0answers
24 views
htaccess rewrite rule to web.config
I'm migrating a website from a Linux/Apache2 server to a Windows/IIS7.
My website depends on a strict but simple .htaccess rule:
RewriteEngine on
RewriteCond $1 ...
0
votes
0answers
22 views
Web.Config transformation during performace test on VisualStudio
Is there a way to change a web.config parameter (ConnectionString) during a performance test batch (load test) automattically, in order to have result sets from differet databases? If so, how?
I ...
0
votes
1answer
30 views
IIS Rewrite root folder to different subfolders
I'm setting up a folder structure inside an application that looks like such:
c:\inetpub\wwwroot\contoso\public
c:\inetpub\wwwroot\contoso\secured
I am wanting to map the following URLs to those ...
0
votes
0answers
17 views
Specify which child application should not inherti web.config in asp.net application
I created 3 applications in iis 7
app1
app2
app3
under our main application. The applications are all pointing to the same folder as a test to see the location tag. When the application inherits the ...
0
votes
0answers
13 views
IIS Site Creation through PowerShell
I have written a script to create IIS Website and modify the settings for the same in PowerShell. However, I am successfull in creating the site but the web.config file could not be generated in the ...
0
votes
0answers
37 views
Accessing login page appends ReturnUrl on IIS?
I have a webforms application configured to use forms authentication. It works on my development machine but since I configured it on IIS, I get a ReturnUrl on my login page with the application name, ...
0
votes
0answers
86 views
IIS 7.5 HTTP to HTTPS redirect
I am trying to have all HTTP requests redirect to HTTPS.
Here is my web.config:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<handlers ...
0
votes
0answers
14 views
Getting IIS Role from Encrypted Cookie
I am trying to get a login working correctly but have run into a little problem. I do not have access to the C# code only the web side of everything so I am not sure if what I need is even possible.
...
0
votes
1answer
56 views
InstallShield XML File Changes - Change node attribute on install
I am building a web service installation using InstallShield 2012, and I need to modify the Web.config file of my app based on user input. I have introduced the PromptServerAndDatabase dialog just ...
0
votes
0answers
11 views
Caching Profile CacheForTimePeriod Not Working Web.Config
In my web.config I have staticContent clientCache and it works perfectly.
However, I wanted more specific cache based on the different types of file extension. So I'm trying to accomplish this using ...
0
votes
0answers
36 views
.htaccess convert to web.config for IIS server
I have a website which i need to run on IIS server. But to do it, I need to run different files depend on domain/subdomain. So for example for sub2.domain.co.uk it should run sub2.php file. This is ...
1
vote
0answers
48 views
TFS 2012 Build service does not bind
I would like to ask for a little help.
I have a newly installed TFS server, and I can't get the Build service running.
The TFS and the Build server is on the same network, but 2 different virtual ...
1
vote
1answer
44 views
How to read all element under a custom section from web.config
I want to filter some browser by useragent and regex,so put the filtering rule in web.config seems a good solution.
But I can not figure how to read the all element under a custom section from ...
0
votes
0answers
17 views
ASP how to get authorization rules in code? Not section from web.config, but actual rules
Well, to be honest, problem is why 'currentUser.Identity.Name' is blank.
Options are:
`<authentication mode="Windows">
</authentication>
<identity impersonate ="false"/>`
And IIS ...
0
votes
0answers
25 views
Create General Custom Web.config reader
I need your help on this. I've seen a lot of articles on how to create a custom web.config reader (like this: Custom ConfigurationSections in .NET 2.0 .config Files). However, is it possible to have ...
1
vote
0answers
27 views
Getting error message from WebMethod while keeping Web.Config secure
I have a page that's doing jQuery Ajax calls to a WebMethod in one of my ASPX pages. In some cases, my WebMethod is throwing an exception with an error message. This error message is really important ...
-2
votes
0answers
13 views
Redirect in IIS via web.config [closed]
I've got a folder at "discoverfitnessfoundation.org/compulsory_clinic_email" who's contents (mainly images) are referenced in emails.
I've moved the content to ...
1
vote
0answers
48 views
Session is null after ResponseRewrite
I am using the custom errors attribute in the web.config to handle custom errors
Like this:
<customErrors mode="On" defaultRedirect="~/Error.aspx" redirectMode="ResponseRewrite" />
After an ...
-2
votes
1answer
36 views
write connection string in web.config through installer [closed]
I am building my first installer. This is an installer for a web application which connects to its own database. I have found many articles in the net which describes how to deploy the database with ...
0
votes
1answer
58 views
Custom error pages in web.config file are not covering all url paths
In my web.config file I have specified some custom errors:
<customErrors mode="RemoteOnly" defaultRedirect="~/Error">
<error statusCode="500" redirect="~/Error" />
<error ...
0
votes
1answer
33 views
Should I remove unused bits out of Web.config?
My current WebMatrix web site is very basic - it simply shows mostly static context, photos, and contains a few links. Many things are referenced in Web.config that I don't use in this site, such as ...
1
vote
1answer
39 views
Issue when deploying WCF Web service
I am receiving the following error http://peplamb.net/Services/WordService/WordService.svc
When I am trying to deploy .NET 4.5 WCF Service Application on IIS 8.
I get no errors when I deploy at ...
0
votes
1answer
29 views
How to use a offsite mysql database
i hope this makes since so ill try my best to explain as much as i can
i have a personal server that i use for testing my scripts before i put them on my home page in my home page i have a script that ...
0
votes
1answer
23 views
Query web.config for a key - in values
Can any one let me know how to get a bool result, verifying a value exists in a web.config's key.
Scenario is,
I have this tag in my website...
<add key="isEnabled" value="False"/> for a ...
0
votes
1answer
28 views
A preferred way to check if asp.net web application is in debug mode during runtime?
During compile time I can do a check like
#if DEBUG
Log("something");
#endif
But what would be the preferred to check if debug="false" is set in Web.config during runtime?
0
votes
1answer
31 views
Using log4net with ASP.Net WebForms in Visual Basic
I am failing to get log4net to log anything in ASP.Net webforms. This is what Im doing:
Web.config
<configuration>
<configSections>
<section name="log4net" ...
0
votes
1answer
46 views
Could not load Ninject assembly in Web.config
I am trying to debug my application but at that time Error is shown as below:
Could not load file or assembly 'Ninject, Version=3.0.0.0, Culture=neutral, PublicKeyToken=c7192dc5380945e7' or one of ...
1
vote
1answer
54 views
Redirect to www web config rule with subdomain
how to implement redirect rule in webconfig according this
http://quietincomes.com/ (if www is not in url) redirect to http://www.quietincomes.com/
http://www.shayam.quietincomes.com/ redirect to ...
-1
votes
0answers
25 views
Convert web.config to .htaccess [closed]
We are moving over 200 websites from IIS to Apache. Most sites are controlled by web.config
Here is an example of one:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
...
0
votes
1answer
16 views
301 redirect from URL including unicode chacters
Tried all possible methods can't make it work. Your help is my last chance!
Have an old and new wordpress website at the same domain.
Trying to 301 redirect from:
mywebsite.com/שלום or its encoded ...
0
votes
0answers
24 views
Encrypted web.config section: unable to revoke access to an encryption key
I've encrypted connection Strings section in web.config as described in the article below:
Walkthrough: Encrypting Configuration Information Using Protected Configuration
...
0
votes
0answers
29 views
ELMAH Logging in SQL Server
I am having an ELMAH problem. I think it is the connection string but can't figure out why. It is emailing me errors no problem, just not logging them into sql. If the problem is permissions, how ...
0
votes
0answers
40 views
ASPX page to return http 500 error message regardless of Web.Config
I have a lot of Ajax calls that connect to ASPX page instead of Web Methods (I don't have control over that).
It happens sometimes that I call an ASPX with the wrong arguments, and a HTTP 500 is ...
1
vote
0answers
47 views
ASP.NET web.config restrict access
So,
Not done anything in ASP.NET in a long time, I'm restricting a specific page if the user isn't logged in. I've done this a thousand times and have no idea why it's not working.
Root:
file: ...
0
votes
1answer
17 views
ESB Toolkit and Enterprise Library collision
Hi i need to use enterprise library 5 to maintain consistency across the board in the enterprise environment. Unfortunately we have got biz talk installed in our machines. It seems that enterprise ...
0
votes
3answers
42 views
What settings does Visual Studio use from the Web.config at compile time?
We recently removed our Web.config from SVN. Inadvertently no Web.config was copied to our build server (Team City). The compiled version of our code worked properly and made it through full-suite ...
1
vote
1answer
42 views
Rewrite rules in ISS's web.config
I'm just trying to get some code running on ISS that has been running on Apache for a long time.
A particular mod_rewrite rule is proving difficult to get working.
In Apache I've used:
RewriteRule ...
0
votes
2answers
35 views
ASP.NET - Cron job with password protected page
I am trying to read an xml-feed into a database on a specific time with cron jobs. Everything is working fine (the cron job calls the page and the xml-script starts running and reading into the ...
2
votes
0answers
66 views
How can I configure site Authorization for an MVC site with Web Forms components?
I have an MVC site where I need to use the ReportViewer control to integrate with SSRS. This means I need to have a Web Forms page within the site specifically for dealing with reports. Thankfully ...
0
votes
2answers
66 views
web.config allowDefinition=MachineToApplication error
Under the root directory I have the following structure
..
..
..
web.config
Report Folder
- Login.aspx
- Web.config
|
|-> ViewReport
|
|-> Report.aspx
In my ...
0
votes
0answers
29 views
How do I run a PowerShell script “in” IIS?
I'm reading up on a particular command (SET-WEBCONFIGURATIONPROPERTY) and I'm getting the "is not recognized as a cmdlet" error. Suggests to me that I'm missing a snap-in of some sort, even though I'm ...
0
votes
1answer
17 views
Config file transform of Silverlight projects on a CI server
I'm stuck with a transformation of the config files in a Silverlight project (i.e. the ServiceReferences.ClientConfig-file). I have followed some sources (for example this source ) on how to manually ...
0
votes
0answers
43 views
Enabling customErrors shows error on status bar in ASP.NET 2.0 Web Application
In an ASP.NET 2.0 application, I just add below section to redirect to custom error page in case of exception.
<system.web>
<customErrors defaultRedirect="/ErrorPages/Default.aspx" ...
1
vote
1answer
63 views
Accessing SQL Server 2008 using Windows authentication in ASP.NET website
I have Windows Server 2008 R2 and SQL Server 2008.
SQL Server has Window authentication, can I use this Windows server authentication in connection string of web.config file for ASP.NET application ?
...





