6
votes
1answer
3k views

IIS7 & IE8 - Pages rendering differently on same versions of IE8?

I have an ASP.NET (framework 2.0) web app running under IIS7. When I run the app on the server, using IE8, localhost the app runs the way it is supposed to. When I run the app in Visual Studio 2008 ...
0
votes
1answer
17 views

Get active directory user group property in asp.net website - web.config

In my asp.net website, I am using ActiveDirectoryRoleProvider in my web.config. I would like to get active directory user group properties like ( group name, group description...) in my site. As there ...
0
votes
0answers
16 views

403 - Forbidden: Access is denied IIS Error with SSL Certificate Required

I have a web application that requires a client certificate off of their smart card to authenticate. This works perfectly, however if the user logs into the system and sits idle for a period of time ...
0
votes
0answers
22 views

IIS 7 suddenly redirecting to non-existent page for authentication

When I fired up VWD this morning and tried to launch a page I was greeted with a "The resource cannot be found." error. Turns out that I was redirected to "/Account/Login" for authentication. That ...
0
votes
0answers
15 views

redirectMode=“ResponseRewrite” doesn't work

I have 404.aspx to manage requests to non-existent pages. It works perfect on IIS6 but now I have to move it to IIS7. The website use .net 2.0 classic 32bit AppPool, no MVC. non-.net requests like ...
0
votes
1answer
32 views

Redirect http to https IIS7 [closed]

I'm trying to force any users using the calling my website through http://www.mysite.com to route through https://www.mysite.com automatically. I've added the following markup to my ...
5
votes
3answers
5k views

Will a child application inherit from its parent web.config?

I setup a IIS application from within an existing application. Will the parents web.config be inherited or is that something I have to set explicitly?
0
votes
0answers
18 views

getting Error “An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode.” when identity impersonat is set to true

I tried to deploy the application in IIS. I set The identity impersonate to true. the authentication type is windows and in application Pool i set version to 4.0 and managed pipelie mode to ...
5
votes
1answer
4k views

X-Frame-Options Allow-From multiple domains

I have an asp.net 4.0 IIS7.5 site which I need secured using the x-frame headers option I also need to enable my site pages to be iframed from my same domain as well as from my facebook app ...
0
votes
1answer
26 views

IIS7 only able to load Default Web Site

I'm trying to set up IIS to run websites instead of running them on VS Development Server. I've registered ASP.NET with IIS correctly (using this answer to make sure), added a new site with the ...
2
votes
3answers
4k views

ASP MVC: Sending an E-mail

I'm kind of new to the .NET platform. And currently I'm learning ASP.NET MVC. I want to send an e-mail from my program and I have the following code: public void sendVerrificationEmail() { ...
0
votes
1answer
28 views

Is using Config.Current.Pipeline.Rewrite the most efficient way to implement watermarking on hotlinked files?

I'm running ImageResizer on iis7 in Integrated mode. I just want to make sure I'm not introducing unnecessary overhead with this code in my Application_Start. The intent here is to watermark certain ...
0
votes
0answers
38 views

SOLVED - Cannot initialize the data source object of OLE DB provider “Microsoft.ACE.OLEDB.12.0” for linked server “LinkedServer”

I’ve created a .NET website that uses SQL Server 2008 R2 with a linked server to an Access database (.mdb). The linked server works, I can browse to the .mdb tables and query the tables in SQL ...
0
votes
0answers
16 views

IIS Application Pool Identity oddity

I was tinkering with a asp.net test website on my dev server trying to get an app to use Windows Auth and also connect to SQL Server....anyway I think I changed a setting somewhere, and I'm not sure ...
0
votes
0answers
27 views

IE10 IIS7.5 formatting incorrectly

I'm running into a formatting problem that only occurs with IE10 and Win2008 with IIS7.5. Using the IE10 compatibility modes via the developers toolbar, IE7,8,9,10 all work with Win2003 and IIS6. It ...

1 2 3 4 5 164
15 30 50 per page