Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / December 2004

Tip: Looking for answers? Try searching our database.

Web Server running ASP.NET 1.0

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Summit - 15 Dec 2004 20:25 GMT
Hi,

 I have tried this and am still getting an error trying to open a ASp .NET
application in Visual Studio .NET.

I still get an error: "VS.NEt has detected the Web Server is running a
version 1.0 of ASp.NET"

I have Windows 2000 Pro, IIS 5.0 and .NET 1.1

I have tried almost every single thing on the internet i.e. regiis_aspnet
-i/r, regsvr32 aspnet_isapi.dll
Reinstalling IIS, .NET 1.1 etc. etc.

I also tried the dummy get_aspx_ver.aspx dummy page.

I have even tried uninstalling and installing both IIS and .NET 1.1.

Please help.. I am at the point of breaking down since I have been on this
for the past 4 days...

Also does anyone have any clue about IWAM_MACHINE and IUSR_MACHINE user
accounts created by IIS ?
Mujtaba Syed - 15 Dec 2004 20:39 GMT
When you run aspnet_regiis.exe -i, this tool installs ASP.NET based on its
own version. I suspect that you have .NET SDK 1.0 installed and you are
uninstalling and then re-installing ASP.NET 1.0 over and over.

Do this:
* Install just the .NET SDK 1.1.
* Launch aspnet_regiis without any params... check to make sure its (yes,
the version of aspnet_regiis) version is 1.1.*
* If not, move to the .NET 1.1 directory.
* Now run aspnet_regiis -i

Or, you can just uninstall .NET SDK 1.0 first unless you need it.

Try this and tell me how it works out,
Mujtaba.

> Hi,
>
[quoted text clipped - 19 lines]
> Also does anyone have any clue about IWAM_MACHINE and IUSR_MACHINE user
> accounts created by IIS ?
Summit - 16 Dec 2004 11:09 GMT
Hi Mujtaba,

 Not sure if what you are saying is true.
 
 I have always had .NET 1.1 . Also, when I run the aspnet_regiis.exe -i  it
says "Installing ASP.NET version 1.1.4322.0".

Is that just a red-herring?

How do I find out if I have got a .NET SDK 1.0 or 1.1 ?

cheers,
Sumit

> When you run aspnet_regiis.exe -i, this tool installs ASP.NET based on its
> own version. I suspect that you have .NET SDK 1.0 installed and you are
[quoted text clipped - 36 lines]
> > Also does anyone have any clue about IWAM_MACHINE and IUSR_MACHINE user
> > accounts created by IIS ?
Dan Rogers - 16 Dec 2004 18:59 GMT
Hi,

Each site/application within IIS can have it's own .NET runtime settings.  
It sounds like you are trying to open a 1.1 project on the dev machine for
a server that has the project vroot or site settings set up for 1.0.

If you go to the IIS admin console, select the vroot or site for your
application, right click and select properties.  This should display a
property page that has application configuration in the bottom half of the
dialog.  Click on the "configuration button".  This opens the configuration
dialog.  The first tab shows a list of the .NET versions for each file
type.  If these are 1.0, your application runs in 1.0 runtime.  If these
are 1.1, it runs in the 1.1 runtime.  Change it as you need to.

I hope this helps

Dan Rogers
Microsoft Corporation
--------------------
>Thread-Topic: Web Server running ASP.NET 1.0
>thread-index: AcTi5CpduzTu0dRQTIKgeV8zda1j6g==
[quoted text clipped - 17 lines]
>Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
>Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservices:27230
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservices
>
>Hi,
>
>  I have tried this and am still getting an error trying to open a ASp
NET
>application in Visual Studio .NET.
>
[quoted text clipped - 16 lines]
>Also does anyone have any clue about IWAM_MACHINE and IUSR_MACHINE user
>accounts created by IIS ?
Meena - 17 Dec 2004 15:01 GMT
Dan,

 I am facing the same problem which Summit is facing . This webservice had
been running fine since many months and today when i tried to open the
solution in NS.net I get the same error. I use windows 2000 Server and
version of .NET is 1.1.4322. I tried going to IIS and in theproperties
window, i clicked on the "COnfiguration" button which opened the Application
Configuration window. But there I cannot see any .NET versions next to the
files. What do i do? I see that another machine running v1.1.4322 on my
network has no problems in opening a Web service application.

Meena

> Hi,
>
[quoted text clipped - 63 lines]
> >Also does anyone have any clue about IWAM_MACHINE and IUSR_MACHINE user
> >accounts created by IIS ?
erymuzuan - 16 Dec 2004 23:29 GMT
It may sound a little dumb but I suggest you to install .Net 2.0 which
is point to give you ASP.net tab in your application property in
INETMGR, it let you choose the version of .Net installed... then the
also very2 good web.config editor. well if you think it's a little too
much then go to
http://www.denisbauer.com/NETTools/ASPNETVersionSwitcher.aspx for a tool
called ASPNet version switcher.

Regards
Erymuzuan Mustapa

> Hi,
>
[quoted text clipped - 19 lines]
> Also does anyone have any clue about IWAM_MACHINE and IUSR_MACHINE user
> accounts created by IIS ?
Meena - 17 Dec 2004 14:56 GMT
Summit,

  Were you able to find a solution to your problem. Please help me as I am
facing the same problem all of a sudden on my machine when tryingto open my
Webservice solution. I use Windows 2000  Server and the version of .NET is
have is 1.1.4322. But it says the same exact error you got. What did you do
to solve the problem.Also I have another machine where .NEt is installed and
that seems to have no problems. Can someone teach me how to move my entire
solution to that machine. SInce basically all our code residesd in IIS , how
do we port this to another machine and make a fresh new project there.

Meena

> It may sound a little dumb but I suggest you to install .Net 2.0 which
> is point to give you ASP.net tab in your application property in
[quoted text clipped - 30 lines]
> > Also does anyone have any clue about IWAM_MACHINE and IUSR_MACHINE user
> > accounts created by IIS ?

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.