Can't create ASP.Net apps in VB 2003

J

John Howard

When I attempt to create an ASP.Net application in VB 2003, I get the
message "Visual Studio .Net has detected that the web server is running
ASP.Net Version 1.0". I have tried the following:

1) Uninstall VB, the Framework, and IIS; then reinstall in order: IIS,
Framework, VB.

2) Run C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe
with the following options:

a. -ua (uninstall all)

b. -I (install this version)

c. -lv (list versions) showed version 1.1.4322.0

I have noticed that on a machine that works, the size (START | CONTROL PANEL
| ADD OR REMOVE PROGRAMS) that Framework 1.1 is 37.07 MB, while on the
failing machine, Framework 1.1 is 40.42 MB. Don't know if this is
significant.



I have spent upwards of 40 man-hours on this problem to date. Any help
and/or suggestions would be greatly appreciated.



Thanks again,



John
 
A

Arne Janning

John said:
When I attempt to create an ASP.Net application in VB 2003, I get the
message "Visual Studio .Net has detected that the web server is running
ASP.Net Version 1.0". I have tried the following:

1) Uninstall VB, the Framework, and IIS; then reinstall in order: IIS,
Framework, VB.

2) Run C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_regiis.exe
with the following options:

a. -ua (uninstall all)

b. -I (install this version)

c. -lv (list versions) showed version 1.1.4322.0

I have noticed that on a machine that works, the size (START | CONTROL PANEL
| ADD OR REMOVE PROGRAMS) that Framework 1.1 is 37.07 MB, while on the
failing machine, Framework 1.1 is 40.42 MB. Don't know if this is
significant.



I have spent upwards of 40 man-hours on this problem to date. Any help
and/or suggestions would be greatly appreciated.

Hi John,

this small tool might help:
http://www.aspitalia.com/servizi/risorse/redir.aspx?ID=275

Cheers

Arne Janning
 
J

Jeff Johnson [MVP: VB]

When I attempt to create an ASP.Net application in VB 2003

Please do not crosspost questions between .NET and non-.NET groups. The
*.vb.* groups are for VB6 and earlier. The *.dotnet.* groups are for .NET.
 
C

Cynthia Lau[MSFT]

Hi John,

Maybe you can try to add a MIME type first before going to step 2)
Goto the IIS Manager, select Properties of Web Sites node
Select HTTP Header tab, select MIME Types button
Select New, and input the following in the text boxes:
Extension: *
MIME types: common\type

Then, run this command line "aspnet_regiis -i" from the location of the
framework

This is a workaround for WinXP machine.

Thanks,
Cynthia
DDSE QA
--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top