vote up 0 vote down star
1

What steps I need to perform in order to convert asp.net 2 application from IIS7 classic to integrated mode?

flag

17% accept rate

2 Answers

vote up -1 vote down

Nothing really. ASP.NET 2.0 applications will run just as they have in IIS 6.0. If you want to take advantage of any of the new features then you just need to update your code. But unless you are changing the structure of the header of the response or intercepting requests for other applications you probably will not need to do anything.

link|flag
vote up 2 vote down check

Here is a process: Rick Strahl's blog

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.