Tagged Questions

1
vote
0answers
100 views

.aspx cause redirect but not other extensions

im using asp.net 4.0 integrated mode and im having problems with error redirection. Im trying to redirect 404 errors to another page. "www.easycomputerformat.com/test.aspx" successfully redirects to ...
0
votes
0answers
36 views

IIS Integrated mode causing errors on Response.Redirect

I have upgraded a site to IIS integrated mode and now none of my plain vanilla 301 Redirect pages (using Response.Redirect) are working... The error given is: Specified argument was out of the range ...
0
votes
0answers
29 views

IE slow to load one page and hangs all tabs while page works in FF/Chrome. Something to do with Integrated Authentication?

I have a directory hosted in IIS 6 that has Integrated Authentication turned on. It references some files in subfolders (i.e. images) that were forcing extra login prompts in Firefox. Turning on ...
0
votes
0answers
51 views

Integrated Windows Authentication, where else to look?

I have been trying to have Integrated Windows Authentication for a website that is mostly ran in our local network (which is entirely AD based). We have two servers, server A has our live websites, ...
0
votes
1answer
116 views

Integrated windows authentication and cloning users from xp

I have a security question about integrated windows authentication. Let say we are using .net remoting hosted in iis. The system uses integrated windows authentication. What if some client manages ...
0
votes
1answer
107 views

Do I need to change anything programmatically to leverage the integrated pipeline in IIS7?

Do I need to change anything programmatically to leverage the integrated pipeline in IIS7? If so, what's the best way to degrade gracefully and remain functional on IIS6? Thanks!