Re-post from another thread.
The ASP to ASP.NET v1.x Migration Assistant http://www.asp.net/migrationassistants/asp2aspnet.aspx was not updated for .NET 2.0, and does not integrate into Visual Studio 2005 as it does with Visual Studio 2003.
The workaround is to
-
Download the ASP to ASP.NET v1.x Migration Assistant which (default) downloads to c:\Program Files\ASP to ASP.NET Migration Assistant. Then from the command line enter: [assumes directory where .asp pages are located is 'messaging'.
-
c:\Program Files\ASP to ASP.NET Migration Assistant>ASPUpgrade "C:/program files/messaging/website" /out d:/inetpub/wwwroot/Messaging
The syntax for this command is: ASPUpgrade[.exe] <DirectoryName> [/Out] [/NoLog] | /LogFile] [/Verbose] [/ProjectName]
3. Open up Messaging as your website project within VS2005.
Then check out the _ConversionReport.htm in the same target wwwroot Messaging directory.