Yesterday we had a major problem with our windows 2003 webserver and we had to move all our sites to a new machine. There were a couple of sites that used a SSL certificate and we cannot export these because the we cannot start windows on the broken machine.
Is there a way to get these certificates to work on the other server? I have ac...
How can I change the default session time in an ASP.NET website to something user defined - perhaps 1 hr?
I assume the default session time is 20 mins..
...
hi ,
we have a classic asp web application which has divided into three parts and spread into three different web servers but we want to manage our sessions at the very first place of entering users into the site.
as much as I know there is no official program or method for doing so in classic asp so I was wondering if somebody could h...
I did this
as explained here but it was for IIS 6
http://rebolforum.com/index.cgi?f=printtopic&topicnumber=39&archiveflag=new
I also activated 32 bits for application pool as explained here
http://blogs.iis.net/wadeh/archive/2009/04/13/running-perl-on-iis-7.aspx
But when browsing to the test script it doesn't work, seems to...
Hello everyone,
I am using ASP.Net + .Net 3.5 + VSTS 2008 + IIS 7.0 + C# to develop a web application. I am creating a very simple web application, and I just modified page_load, Session_Start and Session_End. Here are my code, my question is I find session ends message is written to file immediately after session start message. My test...
I shared maximum permissions there and there nothing in the log. I can't understand where this error comes from.
...
Question: I have a web setup project.
It installs the webapp and puts it into the appropriate virtual directory.
So far so good.
My question now is: how do I set folder write permission?
My problem is, I can set the permissions programmatically, but I need to know the IIS user the application runs under, since it's that user that need t...
How to get the path that usually looks like %SystemDrive%\inetpub\wwwroot ?
I guess it's something to do with Microsoft.Web.Administration.ServerManager class, but I couldn't find a way.
upd: I'm trying to get the path from standalone app. Not an asp .net web app...
...
I have about 16 sites inside a single application pool, three of these are WCF services. Just to explain the scenario I will give an example:
WCF-Service1 calls WCF-Service2 which in-turn calls WCF-Service3
All these three services are in the same application pool.
When WCF-Service2 calls WCF-Service3 everything in that application po...
I have been using httphandler to view files that are stored in server. It has been working fine for most files except office 2007 documents. I m unable to open any of the word or excel files using the code i have . I have set the proper mime type for office 2007 files. It recognizes that it is trying to open an excel file, but does not o...
One of our clients has reported that they are experiencing 404 (file not found) errors when attempting to navigate a website that we developed. The behaviour only appears to affect her - other users on the same machine can navigate the website fine, but the problem follows her from one PC to another.
I've had a good look through the II...
I am getting the same error described here:
http://forums.iis.net/p/1033115/1700749.aspx
I have a PowerShell cmdlet that tries to control our web application running on Windows Server 2008 SP2 and IIS 7. One of the first things it tries to do is try to connect to the remote machine using WMI. It does this using code like this:
Conne...
I'm using a web deployment project to deploy a project on my local dev machine. Within this project I have a specific folder to receive uploaded files so the ASPNET machine account needs permissions to write to this folder. Unfortunately the web deployment process loses these permission each time I run it. Does anybody know of a way to k...
I am taking some time to learn how to develop asp.net mvc2 websites, but I'm used to working directly off IIS instead of the built-in web server that uses the random ports when you hit F5.
but I've noticed that using the built-in webserver, requests fly and are immediate. I am using only the default project with the Home and About pages...
Hey,
My company is running a .NET 4.0 site in IIS 7 on a windows 2008 server machine. Our site hits are steadily increasing and now we're getting issues during peak usage periods. The site will hang for a time making requests that should be nearly instantaneous take long periods of time (up to 30 seconds).
We run a load balanced envi...
Hi,
I'm pulling my hair out a little bit over an issue we're having on one of our project environment servers. I'm trying to run 2 different versions of our site, from 2 different code bases. The site has a secure and a non secure area.
I can, as expected, create as many non secure sites as I wish.
The problem I'm having is that I ca...
This will involve monitoring, coldfusion, sql server 2005, iis, coldfusion errors, hardware.
For example, I want to create graphical easy to understand charts showing coldfusion performance, but I want to know what data can i access underneath the system to get that?
Are there any resources for that?
Yes I know there is a balance from...
I have an IIS 6.0-based C#/ASP.NET web site with a SQL server backend. I want to generate some computationally expensive reports (summaries, search engine indexes, etc...) in idle CPU time. I need the reports to be generated from WITHIN the IIS App Pool so it knows the proper configuration settings and (harder to fix) avoids the nightm...
I was wondering if anyone knows what could potentially cause a IIS recycle with a classic asp site.
...
Hi, how can I expose my Website to other PC's in my local network? Say I my computer name is CompTest and I can access my websites deployed in IIS in my own machine in http://Comptest/ and http://localhost/. Is there anything I need to set so other computers in my local network can access http://CompTest/? Just within local network.
...