Click here to Skip to main content
15,886,963 members
Home / Discussions / Web Development
   

Web Development

 
QuestionHow does IIS handle multiple file requests? Pin
Nigor17-Apr-07 6:46
Nigor17-Apr-07 6:46 
AnswerRe: How does IIS handle multiple file requests? Pin
Bradml17-Apr-07 23:01
Bradml17-Apr-07 23:01 
GeneralRe: How does IIS handle multiple file requests? Pin
Nigor18-Apr-07 4:54
Nigor18-Apr-07 4:54 
Questiondropdownlist box problem Pin
kumar bharat bhusanam17-Apr-07 2:37
kumar bharat bhusanam17-Apr-07 2:37 
QuestionPath error Pin
nclauder17-Apr-07 2:21
nclauder17-Apr-07 2:21 
Questioncookies - javascript to asp.net and back Pin
Fred_Smith17-Apr-07 1:27
Fred_Smith17-Apr-07 1:27 
QuestionReg IIS Pin
venkatasivaramaprasad17-Apr-07 0:50
venkatasivaramaprasad17-Apr-07 0:50 
AnswerRe: Reg IIS Pin
Sathesh Sakthivel17-Apr-07 2:18
Sathesh Sakthivel17-Apr-07 2:18 
The answer is that running 64-bit Windows does have an affect on your ability to run ASP.NET 1.1 in IIS 6. ASP.NET 1.1 only supports running in 32-bit mode. Fortunately, IIS 6 on 64-bit Windows can run in either 64-bit mode or 32-bit mode.

The following steps to run IIS 6 in 32-bit mode can be found in our MSDN documentation:

Click Start, click Run, type cmd, and then click OK.
Type the following command to enable the 32-bit mode:

cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 1
Type the following command to install the version of ASP.NET 1.1 and to install the script maps at the IIS root and under:

%SYSTEMROOT%\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe -i
Make sure that the status of ASP.NET version 1.1.4322 is set to Allowed in the Web service extension list in Internet Information Services Manager.

After following these instructions, the issue still wasn't resolved. In fact, the script maps for the web application were not being properly updated. I had the customer execute the "aspnet_regiis -ua" which would remove all versions of ASP.NET from the machine. To reinstall the ASP.NET 1.1 again, you then need to reissue the "aspnet_regiis -i" command (use "aspnet_regiis -i -enable" if you are using Windows 2003). This should allow you to run ASP.NET 1.1 on IIS 6.

Keep in mind, however, that IIS 6.0 cannot run in both 64-bit mode and 32-bit mode at the same time. By running IIS 6.0 in 32-bit mode on 64-bit Windows, ASP.NET 2.0 applications will also run in 32-bit mode.



Regards,

Satips.

Questionimage map editor needs testing Pin
c010depunkk17-Apr-07 0:02
c010depunkk17-Apr-07 0:02 
QuestionIssue with browser back button Pin
Nyoti Rukadikar16-Apr-07 23:23
Nyoti Rukadikar16-Apr-07 23:23 
QuestionStyle Atribute Pin
L Viljoen16-Apr-07 20:45
professionalL Viljoen16-Apr-07 20:45 
AnswerRe: Style Atribute Pin
Guffa16-Apr-07 21:46
Guffa16-Apr-07 21:46 
GeneralRe: Style Atribute Pin
L Viljoen17-Apr-07 1:07
professionalL Viljoen17-Apr-07 1:07 
QuestionImageButton makes a postBack instead of executing command method Pin
subai16-Apr-07 19:07
subai16-Apr-07 19:07 
AnswerRe: ImageButton makes a postBack instead of executing command method Pin
kubben17-Apr-07 2:34
kubben17-Apr-07 2:34 
GeneralRe: ImageButton makes a postBack instead of executing command method Pin
subai21-Apr-07 3:51
subai21-Apr-07 3:51 
QuestionASP checkbox within a checkbox Pin
.NET4Ever16-Apr-07 13:25
.NET4Ever16-Apr-07 13:25 
QuestionASP or PHP files without a server Pin
haggenx16-Apr-07 11:59
haggenx16-Apr-07 11:59 
AnswerRe: ASP or PHP files without a server Pin
Dmitry Khudorozhkov16-Apr-07 12:35
Dmitry Khudorozhkov16-Apr-07 12:35 
GeneralRe: ASP or PHP files without a server Pin
haggenx17-Apr-07 7:35
haggenx17-Apr-07 7:35 
Questionupdate database field from asp form Pin
alxtech16-Apr-07 9:36
alxtech16-Apr-07 9:36 
AnswerRe: update database field from asp form Pin
Steve Echols16-Apr-07 17:42
Steve Echols16-Apr-07 17:42 
GeneralRe: update database field from asp form Pin
alxtech20-Apr-07 5:27
alxtech20-Apr-07 5:27 
Questionhow to retrive data from access databse table to excel sheet Pin
JanapatiBalu16-Apr-07 0:43
JanapatiBalu16-Apr-07 0:43 
AnswerRe: how to retrive data from access databse table to excel sheet Pin
Paddy Boyd16-Apr-07 0:46
Paddy Boyd16-Apr-07 0:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.