Internet Information Services (IIS) is a web server and a set of feature extension modules created by Microsoft for use with Microsoft Windows.
0
votes
0answers
8 views
Identify state management
I am troubleshooting a session timeout error in a web app that we have in the company.
I tried to understand the different ways of managing the state of the sessions, but I am wondering if is there a ...
0
votes
0answers
12 views
ASP.NET connection string encryption
The answers I found to this issue didn't seem to work. Below is my solution to this for Windows Server 2003 and IIS 6 and .Net 3.5 and Visual Studio 2008. Since the encryption is machine-specific, ...
0
votes
0answers
8 views
Sitecore permissions issue
I have a sitecore site running on .NET 4.0 and IIS 7.5 on Windows 7 machine.
While setting up sitecore, I had installed only the sitecore client and then set up IIS7. I think some permissions have ...
0
votes
1answer
19 views
Creating X numbers of Applications and Application Pools in iis using a batch script
I currently have this batch file that allow me create an Application and Application Pool in IIS. it works, but it only creates just one Application and Application Pool.
this is my current script:
...
0
votes
1answer
13 views
document.referrer get blank
I have set up error pages in IIS as an httpRedirect.htm, trying to convert any http request to https, when error 403.4 is caught.
So if a user types a http url to the browser, it triggers ...
0
votes
0answers
9 views
How to export/import .NET Users (SqlProvider) from one IIS website to another
How do I, or is it even possible to, export .NET Users (signed up using a SqlProvider) from one IIS website and import them into a separate IIS website.
I realize there's quite a few database tables ...
0
votes
0answers
17 views
Error with partial postbacks
I am having an issue with my application. The web application is quite large and works by using a number of ascx and VB server controls, each of which does various partial post backs using update ...
0
votes
1answer
8 views
Do I have to set up applicationHost.config manually?
There is a file 'applicationHost.config' in "C:\Windows\System32\inetsrv\config\applicationHost.config".
I found a piece of code
<sites>
<site name="Default Web Site" id="1">
...
0
votes
0answers
16 views
Web Management Service failing at random
so we have a custom deploy script that looks similar to this
msdeploy.exe ^
-source:manifest='path_to_manifest' ^
...
-1
votes
0answers
23 views
IIS fails to install on Windows 7
I keep getting the error message when attempting to install IIS on Windows 7
"An error has occurred. Not all the features were successfully changed."
The iis7.log contains shows...
[07/17/2013 ...
1
vote
0answers
16 views
Prevent IIS AppPool recycle on deploying a project using MSDeploy when integrated in TFBuild
Some of the projects we're developing at work are developed using ASP 3.0 (Classic), but all of them are developed using Visual Studio 2012 and ASP.NET Application projects.
Anyway, my goal is ...
0
votes
0answers
6 views
Deploying SSL for Oracle Application Server 10g
Appreciate you help with the following:
I am in the process of configuring SSL for Oracle Application Server Standard Edition and I came to know from the vendor of our core system that SSL is not ...
0
votes
1answer
19 views
ASP.NET MVC Determine mime type by file/file path
I am using ASP.NET MVC 3.
The application is targeting .net 4.0.
I was trying to pass a virtual path as argument to my controller's action and return the file without reviewing the actual physical ...
0
votes
1answer
16 views
Which SSL certificates can I use on IIS7?
I need to upload SSL certificates to server from .NET code.
I want to create validation on server side to check if certificate has valid format.
Does anybody know which formats are supported by ...
0
votes
2answers
11 views
IIS not working win 7 home basic
I m using windows 7 home basic in which iis all features are not supported so is there any alternate solution to get iis server without changing my os version?