-
Transfer Session Variable From ASP To ASP.Net 2.0
you can transfer you asp session to asp.net session. here i give small demo for that. steps: 1) create asp page (mypage.asp) 1: 2: <%@LANGUAGE=”Vbscript” CODEPAGE=”1252″%> 3: <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”> 4: <html xmlns=”http://www.w3.org/1999/xhtml”> 5: <head> 6: <meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ /> 7: <title>Untitled Document</title> 8: </head> 9: <form name=’form1′ action=’login.asp’…