IIS7 Not passing Headers?
Web Development
1
Posts
1
Posters
0
Views
1
Watching
-
I have a web application running on IIS7 Server 2008 (obviously :)) My web app is accessed AFTER the user logs in from a global login page that passes the user's user name in the http header. I have an app running on IIS6 that reads this information just fine, unfortunately my app running on IIS7 doesn't. I've examined the http header for the apps running on each site and the IIS7 site is definitely not passing any of the header info generated by the login server. Has anyone seen this before? I'm hoping it's just a minor configuration issue on IIS7. Thanks!!!!