Tagged Questions
0
votes
1answer
30 views
Setting up a .NET 4.5 application in IIS
I have an application built using .NET version 4.5
I created a site in IIS and pointed it to my application, but I'm receiving this error:
The 'targetFramework' attribute in the element of the ...
0
votes
1answer
15 views
IIS 7: Configuration file is not well-formed XML
I'm trying to fix an IIS 7 web server on Windows Server 2008. I don't know what caused this configuration to go bad. Any ideas on where to begin to look?
Error when clicking on the server node in ...
0
votes
0answers
6 views
Setting `Load User Profile` to false on DefaultAppPool via appcmd
Is there an appcmd for setting Load User Profile to false on DefaultAppPool on IIS7 via appcmd?
I have already tried this
%systemroot%\system32\inetsrv\appcmd set config -section:applicationPools ...
0
votes
0answers
6 views
Is it possible to pass the “RecycleMode” parameter to WebDeploy when integrated on MSBuild?
I need to deploy a Classic ASP application integrated in a TFBuild/MSBuild, and specify that the associated Internet Information Services (IIS) Application Pool mustn't be recycled.
When using ...
0
votes
0answers
12 views
Modify system.webServer/modules remove collection using appcmd.exe OR Powershell
How do I modify the <remove /> elements collection with the system.webServer/modules config section? For example if I add a remove tag for the ScriptModule I need the config section to appear as ...
0
votes
1answer
9 views
Windows Authentication IIS7 Virtual Application
I'm trying to setup a website with a virtual application that uses windows authentication in iis7. The strange thing is that when I create a new website that points directly to the bin directory, the ...
0
votes
1answer
16 views
IIS 7 aliases/rewrites between two applications
I have an application that rests on /app1 and would like all /app1alias/requests to alias/rewrite to /app1/requests. I have considered creating a Rewrite Rule, but it results in a 503 Service ...
0
votes
0answers
8 views
Autostarting application in IIS 7.0
My server is Windows 2008 Standard so it's IIS 7.0 and I don't have preload support offered by Windows Server 2008 R2. I'd like to host some background service and for many reasons do not want to go ...
0
votes
0answers
6 views
IIS web.config to apache htaccess
I have a web.config file with many rules and i want to migrate to apache.
I tried remapping the rules but unfortunately..no success.
here is what i need to translate:
<rule name="Pretty ACT URL" ...
0
votes
1answer
45 views
Inquiry on debugging an IIS web application
I developed a web application which is working perfectly on my local (laptop), now, when I copied-pasted the .dll (which came from my laptop) and other .aspx files on another PC and browsing the web ...
1
vote
1answer
32 views
How can I get rewritten URL in JavaScript (or otherwise) from IIS Rewrite module?
I'm writing HTML pages for a single page application, and want to publish it to my current ASP hosting, so I'm using the IIS URL Rewrite module to send a lot of requests to /index.html. I'm sending ...
0
votes
0answers
15 views
Keep Query String when redirecting using rewriteMap for IIS
I'm trying to fix redirections map on a client web site.
We used rewriteMap to map some redirection:
<rewriteMap name="My 301s">
<add key="/page1" value="/the-page-1/" />
<add ...
1
vote
2answers
38 views
IIS6 Required for Sitecore
On a development Windows Server 2008, I have had Sitecore 6.3.1 running underneath IIS7. This installation was manually installed. It has a few minor issues when using the desktop interface, but ...
4
votes
1answer
66 views
How can I access server-level IIS connection settings programatically from within a .NET class?
Background
We are using a reporting tool which is .NET based.
The reporting tool uses a settings file which is a pain to update between environments (doesn't do transformations, etc.)
The reporting ...
0
votes
0answers
27 views
IIS Url Resolve
I have www.mySite.info - working from localhost.
I have www.mySite.info - working from anywhere else.
I have www.mySite.info/Blog - working from localhost
However www.mySite.info/Blog - not ...