I'm having a bit of an issue setting up our test site.
In IIS 7, our app pool for the site is running in integrated mode.
In Authentication, I have Anon enabled and Forms auth enabled.
In Authorization, I have Allow All users.
All pages allow anon users, EXCEPT the default (Home/Index.aspx). That page always forwards the user to the...
Hi Guys,
I'm getting the following error on a webpage. We recently migrate a website from IIS6 to IIS7, its my first exposure to IIS7. We have'nt closed the other domain yet, and the site is running all fine (so we can compare until migration is fully completed.)
Session state can only be used when enableSessionState is set to true, ei...
Here's what I want to do:
My web application is very slow at first until all pages have been precompiled and the cache has been populated. I want to 'warm up' the application in Global.asax by triggering a few HTTP requests to the slowest pages.
The problem is that I don't know which port the application is running on. Could be 80 (m...
I seem to be having a problem with my local machine.
When loading a page that has a Button on it, and the button has been set with the parameters from the header, on my local machine the parameters disappear, but on our development box they are still there.
This is hard to explain, so I will show with an image.
This is what the button...
using Fast CGI I can't get it to read the php.ini file. See my phpinfo below.
System Windows NT WIN-PAFTBLXQWYW 6.0 build 6001
Build Date Mar 5 2009 19:43:24
Configure Command cscript /nologo configure.js "--enable-snapshot-build" "--enable-debug-pack" "--with-snapshot-template=d:\php-sdk\snap_5_2\vc6\x86\template" "--with-php-build=d:\...
I have a problem. While migrating from classic pipeline mode to integrated pipeline mode at IIS 7.0 we encounter the problem :
Server Error in '/' Application.
Request is not available in this context...
We found solution for this problem at mvolo.com/blogs/serverside/archive/2007/11/10/Integrated-mode-Request-is-not-available-in-this...
Hi !
Does anyone know if there is a good programatic way (not using the CustomError settings) to catch / handle an 404 error coming from the StaticFileModule in integrated pipeline mode on a IIS7 ?
/b
...
"the entries cannot be reordered because one or more of them have been locked in the parent file "
in iis 7.0 manager when i try to change the order of modules in my application it gives this message.
how can i change the order of the modules ? is it possible?
...
How can I either create a new website or add a host header to an existing IIS 7 server from code?
I have looked and have not been able to find a working example?
...
We have an IIS 7 site that is really very complicated, and also undocumented (lots of virtual directories, child applications etc).
We want to move it from its current position (www.xyz.com) to be a child folder of another site (www.abc.com), effectively making something like www.abc.com/xyz/<site files>
Obviously you cant drag and dr...
I'm trying to install Umbraco locally on Vista (IIS7) and ASP.NET35 - I have used the web.config for IIS7 and aspnet35 shown on the umbraco forums but still getting this IIS error.
HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid. Detailed Er...
Is it possible to move the rules created by the IIS7 rewrite module from the root web config into its own web config file like you can with appsettings and if so how?
...
I'm trying to get rid of the /reports directory which seems to be integrated with SQL reporting services 2008. I'm unable to uninstall that one element of SQL server and I've had no luck when trying to reconfigure the ReportBuilderLaunchURL. Does anyone out there know how I can get rid of this stupid feature? I'd understand if it was ...
What causes this error, how can I fix it?
Detailed Error Information
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x8007052e
Config Error Can not log on locally to C:\inetpub\wwwroot as user administrator with virtual directory password
Config File Unavailable (Config Isolation)
Requested URL ...
I develop small web base .asp applications that basically store and display data from a backend MsAccess database. The application websites are developed and tested on my local machine (the finished work eventually gets published to a company web server) . To run the development web server on my XP machine I did not load any additional s...
I am running SQL Server Reporting Services on SQL Server 2008 Standard and trying to get the web pages to work.
What do I have to do to get RS (Report Manager, Reporting Services Connection), to see me as an admin in the first place so that I can make then change my role and look at the Web Service URL properly?
I have Windows auth...
hi,
i have a mixed app (asp.net webforms, later mvc added) and it runs in iis 7 on vista but does not run on cassini on the same box and with the exact same files in the webroot. actually, webforms work as expected but all mvc routes are 404. what can i do to diagnose this issue?
...
Hi,
I have a monorail web application running on iis7. It appears like two concurrent requests are handled on two different appdomains! As far as I know, each application should have one appdomain and multiple httpapplications to handle requests...
Is there something I am missing? (configuration perhaps?)
...
I have a problem that only occur when I run my application from the IIS.
I am trying to FTP from my ASP.NET application to an external site.
I can FTP from the server in general but not from my application.
My request times out.
The owner of my Website is now set to the IIS_IUSRS user with Full control.
Do anyone have ANY idea what m...
I have changed some file names on my web and now I want to make "301 Permanently Moved" redirect from the old files to the new ones.
The problem is that my web is made completelly by static html pages and all 301 redirect tutorials decribe how to do it in PHP, ASP, htaccess etc. I would like to write the redirect directly into the old h...