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
--------------------
From: "John Howard" <ps******@nowhere.com>
Newsgroups:
microsoft.public.dotnet.framework.aspnet,microsoft .public.dotnet.languages.v
b,microsoft.public.vb.general.discussionSubject: Can't create ASP.Net apps in VB 2003
Date: Thu, 3 Jun 2004 08:08:06 -0400
Lines: 35
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
NNTP-Posting-Host: 160.131.145.142
Message-ID: <40********@news.hcs.net>
X-Trace: news.hcs.net 1086263680 160.131.145.142 (3 Jun 2004 07:54:40
-0400)Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFT NGP08.phx.gbl!newsfeed00.s
ul.t-online.de!t-online.de!border2.nntp.dca.giganews.com!nntp.gigan ews.com!c
yclone1.gnilink.net!gnilink.net!bigfeed2.bellsouth .net!news.bellsouth.net!ne
ws.hcs.net!not-for-mailXref: cpmsftngxa10.phx.gbl microsoft.public.dotnet.languages.vb:207310
microsoft.public.vb.general.discussion:505426
microsoft.public.dotnet.framework.aspnet:237942X-Tomcat-NG: microsoft.public.dotnet.languages.vb
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\aspne t_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